@charset "utf-8";
/* CSS Document */
html, body
{
	font-family: Tahoma, verdana, Arial,sans-serif;
	font-size: 85%;
	color: #000000;
	text-align:center;
	background-color: #222;
	height:100%; margin-left: auto; margin-right: auto;
	}
	
.clearer
{	clear:both;
}

.container
{
	width:85%;margin-left: auto; margin-right: auto;
	height:auto; 
	background-color:#222;
	
}
.topbanner
{
	background-color:#000000;
	width: auto;
	height:168px;
	border:1px solid #FFFF00;
}


.contentcontainer
{	width:auto; height: auto;
	margin-top:10px;	margin-left: auto; margin-right: auto;
	font-weight:bold;
	padding-bottom: 5px;
		
}

.textcontainer
{ 	width: 100%;
	height:auto;
	background-color:#000;
	padding-bottom:20px;
	padding-left:0px;
	padding-right: 0px;
	clear:left;
	color:#fff;
	float:right;
	position: relative;
	margin-top: 10px;
	border: 1px solid #FFFF00;
	font-weight:normal;
	text-align:left;
}

.textContent {
padding: 10px;
font-size: 1.2em;
}

.textContent a:link {color: #ff0; font-size: 1.4em;}
.textContent a:visited{color: #ff0;font-size: 1.4em;}
.textContent a:hover {color: #f00;font-size: 1.4em;}
.textContent a:active {color: #ff0;font-size: 1.4em;}

#mainNav { height: 30px; font-size: 1.2em;background-color: #000;
 margin-left: auto; margin-right: auto; margin-top: 10px;
 margin-bottom: 0px;width: 100%; 
 font-family: Arial, Helvetica, sans-serif; font-weight: bold; text-align: left; 
 border: 1px solid #Ff0;}
 
#mainNav ul {
 padding-left: 0px; padding-right: 0px; padding-top: 0px;  display:inline; text-align: right;
 margin-left: 0px; margin-top: 0px;}
 
#mainNav ul li {
 list-style:none; display:inline; float:left; padding-left:0px; padding-right:0px;
 margin-top:0px; margin-right: 0px; margin-left: 0px; text-align: right; border-left: 0px solid #fff;}
 
#mainNav ul li a {
 float:left; display:inline; padding-top: 7px; padding-right: 15px; padding-bottom: 7px;
 padding-left: 15px; margin-top:0px; margin-right: 0px; font-weight:bold;  
 text-align: right; text-decoration:none;}
 
#mainNav ul li a:hover {background-color:#FFFF00;color: #000; text-decoration:none; margin-top:0px;}
 
#mainNav ul li.on a { color: #003870; text-decoration:none; margin-top:0px; }
 
.mainNav{color: #fff; width: 760px;text-decoration:none;margin-top:0px; margin-left: auto;margin-right: auto;}
 
.mainNav a:link{color: #fff;text-decoration:none;margin-top:0px;margin-right: 0px;border-right: 1px solid #ff0;}
 
.mainNav a:visited{color: #fff;text-decoration:none;margin-top:0px;margin-right: 0px;border-right: 1px solid #ff0;}
 
.mainNav a:hover{ color: #fff;text-decoration:underline;margin-top:0px;margin-right: 0px;border-right: 1px solid #ff0;}
 
.mainNav a:active{color: #fff;text-decoration:none;margin-top:0px;margin-right: 0px;border-right: 1px solid #ff0;}
 
.mainNavSelected {background-color: #f00; color: #FFF;  text-decoration:none;margin-top:0px;margin-right: 0px;background-image:url(IMAGES/navon.jpg);background-repeat:repeat-x; background-position: left;}
 
.mainNavSelected a{background-color: #f00; color: #FFF; text-decoration:none;margin-top:0px;background-image:url(IMAGES/navon.jpg); background-repeat:repeat-x; background-position: left; }
 
.mainNavSelected a:link{ background-color: #f00;color: #FFF; text-decoration:none;margin-top:0px;background-image:url(IMAGES/navon.jpg); background-repeat:repeat-x; background-position: left;
}
.mainNavSelected a:visited{ background-color: #f00;color: #FFF; text-decoration:none;margin-top:0px;background-image:url(IMAGES/navon.jpg); background-repeat:repeat-x; background-position: left;}
 
.mainNavSelected a:hover{background-color: #f00;color: #FFF; text-decoration:none;margin-top:0px;background-image:url(IMAGES/navon.jpg); background-repeat:repeat-x; background-position: left;}
 
.mainNavSelected a:active{background-color: #f00;color: #FFF; text-decoration:none;margin-top:0px;background-image:url(IMAGES/navon.jpg); background-repeat:repeat-x; background-position: left; }

 

	
.footer 
{
	width: auto;
	height:33px;
	border: 1px solid #FFFF00;
	margin-left:auto;
	margin-right:auto;
	padding-left: 10px;
	padding-right:4px;
	padding-top:10px;
	margin-top: 5px;
	text-align:justify;
	color: #FFFFFF;
	font-size: 98%;
	background-color: #000;
	clear:both;
	font-weight:bold;
	
}
.footer a, .footer a:link, .footer a:visited
{	color: #ff0;
	text-decoration:underline;
	font-weight:bold;
}

.footer a:hover, .footer a:active
{	color: #ff0;
	text-decoration:none;
	font-weight:bold;
}

	
	
