/* CSS Document */


	
.navigation
{
	color: 5D86A1;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	text-align: center;
	/*padding: 9px 0px 7px 0px;*/
}

.container {
position: relative;
height: 50px;
}

.left-element {
position: absolute;
left: 0;
width: 50%;
bottom: 0;
}

.navigation a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #5d86a1;
}
.navigation a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #5d86a1;
}
.navigation a:hover, a:active { 
	text-decoration: underline; 
	color: #666666;
}

.maincontent {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	line-height: 22px
}

.navItem
{
	width: 14.25%;
}

.maincontent a:link { 
	text-decoration: underline; 
	color: #666666;
}
.maincontent a:visited { 
	text-decoration: none; 
	color: #666666;
}
.maincontent a:hover, a:active { 
	text-decoration: underline; 
	color: #5d86a1;
}


.footer {
	bottom: 0;
	color: #444444;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	text-align: center;
}
.footer a:link { 
	text-decoration: underline; 
	color: #FFFFFF;
}
.footer a:visited { 
	text-decoration: none; 
	color: #FFFFFF;
}
.footer a:hover, a:active { 
	text-decoration: underline; 
	color: #5d86a1;
}
.TESTLINK {
	color: #CC0033;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #5D86A1;
}
.subbeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
