@charset "UTF-8";

.startpage { background: #e6f3fa url(../images/submenu_bg.gif) repeat-x left top; }

.startpage #col1 { 
        background-color: #fff;
        float: left; 
        padding: 0; 
        width: 76.15%; 
        }
.startpage #col2 { display: none; }
.startpage #col3 { width: auto; margin: 0 0 0 76.15%; }
.startpage #col1_content { margin: 0pt 15px 0pt 0pt; padding: 0pt; }
.startpage #col3_content { padding: 0 20px 0 10px; }

.startpage #col1_content .subcolumns { position: relative; }
.startpage #col1_content .subcolumns.first .subcl { 
	border-top: 2px solid #999; 
	}

.startpage #col1_content .subcl {
	color: #000;
	margin: 0 5px;
	padding: 0 0 30px;
	}
.startpage #col1_content .c50l .subcl { margin-left: 0; }
.startpage #col1_content .c50r .subcl { margin-right: 0; }
.startpage #col1_content .subcl .intro_img { text-align: center; }
.startpage #col1_content .subcl .intro_img img { margin: 0 0 15px; }


.startpage #col1_content h2 {
        background-position: 0 13px !important; /* 0 14px */
	border-bottom: 1px dotted #999;
	color: #999;
	font-size: 1.4em;
	font-weight: normal;
	margin: 0 0 20px 0;
	padding: 17px 5px 5px; /* 18px 5px 5px */
        text-indent: -9999px;
	}
        
        
.startpage #col1_content p,
.startpage #col1_content ul li,
.startpage #col1_content ol li {
	margin: 0.7em 0;
	}

.startpage #col1_content p.label { font-weight: bold; }
.startpage #col1_content .subcl p.more { 
	bottom: 0px; 
	line-height: 1.2em;
	position: absolute; 
	width: 49.1%;	
	}
.startpage #col1_content .subcl p.more a { position: relative; }

.startpage #col1_content a,
.startpage #col1_content a:visited {
	color: #000;
	font-weight: normal;
	text-decoration: underline;
	}
.startpage #col1_content a:visited {
	color: #666;
	}
.startpage #col1_content a:hover,
.startpage #col1_content a:focus,
.startpage #col1_content a:active {
	color: #cc0000; 
	font-weight: normal;
	text-decoration: underline;
	}
.startpage #col1_content a:active { text-decoration: none; }

.startpage #col1_content p.more a span { margin: 0 15px 0 0; }
.startpage #col1_content p.more a,
.startpage #col1_content p.more a:visited {
	background: transparent url(../images/more_link_inactive.gif) no-repeat right 4px;
	border-top: 1px dotted #999;
	border-bottom: 2px solid #999;
	color: #000;
	display: block;
	font-weight: normal;
	padding: 2px 0;
	text-align: right;
	text-decoration: none;
	}
.startpage #col1_content p.more a:hover,
.startpage #col1_content p.more a:focus,
.startpage #col1_content p.more a:active {
	background-image: url(../images/more_link_active.gif);
	color: #cc0000;
	}
.startpage #col1_content p.more a:active {
	font-weight: bold;
	}


.startpage #col3_content {
	padding: 10px 10px 0 10px;
	}
.startpage #col3_content h2 {
	background-color: #e5f2fa;
        background-position: 4px 8px !important; /* 4px 6px */
	color: #003366;
	font-size: 1.4em;
	font-weight: normal;
        line-height: 1.25em;
	margin-bottom: 20px;
	padding: 5px 5px 5px; /* 10px 5px 5px */
	text-indent: -9999px;
	}

        
