﻿	body {
	line-height: 16px;
	font-family: Trebuchet MS, sans-serif;
	font-size: 80%;
	margin-top: 0px;
	background-image: url(images/back_blue2.jpg);
	background-repeat: repeat-x;
	color:#333;
	background-color: #fff;
	}
	
	p {	
	margin: 0 0 5px 0;
	line-height: 1.5;
	
}
	
h2{
			font-size: 13px;
			color: #6A849D;
			}
		a{
			color: #6A849D;
			text-decoration: underline;
		}	
		a:hover{
			color: #903;
		}
		a:visited{
		color: #993333;
		}
			#container {
			width:700px;						
			margin-left: auto;
			margin-right: auto;
				
		}

		#header {
		height: 200px;
			padding: 5px;
			margin-bottom:1px; ;
			background-image: url(images/head3.jpg);
			background-repeat: no-repeat;
		}

		#content {
		border-top: 1px dashed #ccc;
		text-align: justify;
		font-size: 0.9em;		
		padding: 5px;
		margin-left: 10px;
		background-color:#fff;
		color: #666666;
		background-image: url(images/bgshade.jpg);
		background-repeat: no-repeat;
		}

		
		#containerboth{ 
		padding-right: 30px;
		padding-left:30px;
		
		}

		#footer {
		   height: 50px;
			clear: both;
			background-image: url(images/footer.jpg);
			background-repeat: no-repeat;
			background-position: bottom;
		}
		.footext{
		border-top: 1px dashed #ccc;
		margin-left: 30px;
		margin-right: 30px;
		font-size: 10px;
		padding-top: 10px;
		color:#6A849D;
		}
		
		.topnav{
color: #6A849D;
font-size: 0.9em;
float: right;
margin-top: 10px;
margin-right: 30px;
height: 15px;

}
	
	.navcontainer
{
margin: 190px 0 0 22px;
padding: 0;
height: 20px;

}

/*SECOND VERSION NAV*/

.navcontainer2
{
margin: 160px 0 0 23px;
padding: 0;
height: 22px;
width: 644px;
background-color: #903;
}


.navcontainer2 ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

.navcontainer2 ul li
{
display: block;
float: left;
text-align: center;
padding: 2px;
margin: 0;
}

.navcontainer2 ul li a
{border-right: 1px dotted #cac8b1;
width: 80px;
height: 15px;
padding: 2px;
margin: 0 0 10px 0;
color: #fff;
text-decoration: none;
display: block;
text-align: center;
font: 0.9em tahoma, lucida, sans-serif;

}

.navcontainer2 ul li a:hover
{
color: #fff;
background: #903 url(images/navarrow.gif) no-repeat bottom center; 
}

.navcontainer2 a:active
{
height: 16px;
background: #903 url(images/navarrow.gif) no-repeat bottom center; 
}

.navcontainer2 li#active a
{
height: 16px;
background: #903 url(images/navarrow.gif) no-repeat bottom center; 

}

.navcontainer2 a#last
{
border-right: 0px;

}




/*END SECOND VERSION NAV*/





.navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

.navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 2px;
margin: 0;
}

.navcontainer ul li a
{border-right: 1px solid #6A849D;
background: #fff;
width: 80px;
height: 15px;
border-top: 1px solid #6A849D;
border-left: 1px solid #6A849D;
border-bottom: 1px solid #6A849D;
padding: 2px;
margin: 0 0 10px 0;
color: #6A849D;
text-decoration: none;
display: block;
text-align: center;
font: 0.9em tahoma, lucida, sans-serif;

}

.navcontainer ul li a:hover
{
color: White;
background: #903;
}

.navcontainer a:active
{
background: #6A849D;
color: #fff;
}

.navcontainer li#active a
{
background: #6A849D;
color: #fff;

}

	
.news{
border-bottom: 1px dashed #ccc;
padding:5px;
color: #9D9C6A;
	font-size: 0.9em;
	margin-top: 10px;
	margin-bottom: 10px;
}

.imgright{
vertical-align: top;
	border: 1px dashed #999;
	padding: 3px;
	float: right;
	margin: 10px;
}
.imgleft{
vertical-align: top;
	float:left;
	border: 1px dashed #999;
	padding: 3px;
	margin:10px;
}