body{
background-color: #666666;
color: #666666;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
text-align: center;
font-size:100%;
}

#wrapper{
	width: 900px;
	margin: 10px auto;
	border: 1px solid #000000;
	text-align: left;
	background: #FFf repeat-y;
}
#leftcol #navbottom ul {
background-color: transparent;
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 :)*/
/*border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-top: 1px solid #000000;*/
}

#leftcol #navbottom ul li {
	padding: 0;
	margin: 0;
	text-align: left;
	height: 50px;
}


#banner{
	height: 70px;
	background: #003366;
}


#leftcol #nav ul {
background-color: transparent;
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 :)*/
/*border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-top: 1px solid #000000;*/
}

 

#leftcol #nav ul li {
padding: 0;
margin: 0; 
}

#leftcol #nav ul li a{
border-bottom: 1px solid #000000;
color: #ffffff;
display: block;
padding: 4px 0 6px 4px;
text-decoration: none; 
height: 1%;
}

/*
:focus an element has the focus; accepts keyboard events or other forms of text input.
:active pseudo-class applies while an element is being activated by the user;between the times the user presses the mouse button and releases it. 
*/

#leftcol #nav a:hover { 
background-color: #869bcc;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
color: #000000;
}

#leftcol #nav a:active { 
color: #FFFFFF;
}

#content{
margin-left: 125px;
width: 750px;
}

#content p{
font-size: 80%;
margin: 20px;
}

#content body{
font-size: 80%;
margin: 20px;
}

#content form{
font-size: 80%;
margin: 20px;
}


#content ul{
font-size: 80%;
margin: 20px;
}

#content table{
	margin: 20px;
	font-size: 80%;
}

#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;
}

#content h3{
font-size: 85%;
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: 150px;
}

/*.clearit{
clear: both;
display: block;
background-color:#00FF66;
width: 200px;
}*/


#footer{
	border-top: 1px solid #000000;
	background-color: #003366;
	color: #FFFFFF;
	clear: both;
	font-size: 70%;
}

#footer p{
padding: 10px;
margin: 0;
font-size: 100%;
}
#footer a {
	color: #FFFFFF;
}

#leftcol{
	margin-left: 10px;
	margin-top: 20px;
	width: 110px;
	margin-bottom: 20px;
	float: left;
	background-color: #003366;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 4px;
}

#content p.right{
float: right;
}

.container{
	width: 99%;
	float:right;
}
#banner h1 {
	font-size: 200%;
	color: #FFFFFF;
	margin:0px;
	padding:0px;
}

#leftcol p {
	color: #FFFFFF;
	font-size: 80%;
	border: thin solid #FFFFFF;
}
