body{
background-color: #FFD291;
color: #666666;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0;
padding: 12;
text-align: center;
font-size:100%;
}

#wrapper{
width: 770px;
background-color: #fff;
margin: 10px auto;
border: 1px solid #000000;
text-align: left;
background-repeat:repeat-y;
}

#banner{
	background: url(../images/TopLogo1.jpg);
	height: 125px;
}

#leftcol #nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 80%;
	border: 1px solid #000000;/*this adds a second line to the bottom of the nav, if you prefer a single line you can remove it by uncommenting the other properties and commenting out this one. I think it gives a nice raised effect, the choice is your's :)*/
	color: #FFFFFF;
/*border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-top: 1px solid #000000;*/
}
#leftcol p{
	font: normal 80% Arial, Helvetica, sans-serif;
	margin-right: 5px;
	margin-left: 5px;
	text-align: left;
}
 

#leftcol #nav ul li {
padding: 0;
margin: 0; 
}

#leftcol #nav ul li a{
	background-color: #003399;
	border-bottom: 1px solid #000000;
	color: #FFFFFF;
	display: block;
	padding: 2px 0 2px 4px;
	text-decoration: none;
	height: 1%;
	font-size: 90%;
	font-weight: bold;
}


#leftcol #nav a:hover, #leftcol #nav a:focus { 
background-color: #003333;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
color: #fff;
}


#content{
	margin-left: 200px;
	width: 550px;
	margin-top: 15px;
	border-top: none #003366;
	border-right: none #003366;
	border-bottom: none #003366;
	border-left: none #003366;
}

#content p{
font-size: 80%;
margin: 20px;
}

#content h1{
font-size: 130%;
color: #003366;
padding: 0;
margin: 20px;
}

#content h2{
font-size: 110%;
color: #003366;
padding: 0;
margin: /*100px 0 0*/ 20px;
}

.leftimage{
float: left;
margin-right: 10px;
border: 1px solid #000000;
}

.rightimage{
margin-bottom: 20px;
float: right;
margin-left: 15px;
border: 1px solid #000000;
width: auto;
}

/*.clearit{
clear: both;
display: block;
background-color:#00FF66;
width: 200px;
}*/


#footer{
	border-top: 1px solid #000000;
	background-color: #003366;
	color: #FFFFFF;
	clear: both;
	height: 10px;
	text-align: center;
	width: 100%;
}

#footer p{
	margin: 0;
	font-size: 80%;
	font-weight: bold;
	padding: 2px;
}

#leftcol{
	margin-left: 10px;
	margin-top: 40px;
	width: 170px;
	margin-bottom: 20px;
	float: left;
	border-right: 1px solid #003366;
	border-left: 1px solid #003366;
}

#content p.right{
float: right;
}

.container{
	float:right;
	width: 99%;
}
