body{
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size:100%;
	background-image: url(../images/10x10_colour3.gif);
	background-repeat: repeat;
}

#wrapper{
width: 770px;
background-color: #FFFFFF;
margin: 10px auto ;
border: 0px none #000000;
text-align: left;
}

#banner{
	background-image:url(../images/nwHead3.21.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 110px;
	width: 770px;
}
#nav{
	border-bottom: none #000000;
	width: 772px;
	background-color: #FFFFFF;
	color: #000066;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding: 5px;
}
#nav ul{
	text-align: center;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0px;
}
#nav ul li{
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0;
	background-color: #FFFFFF;
}

#nav ul li a{
	font-size: 100%;
	color: #000099;
    background-color: #3333CC
    padding: 0 25px 025px ;
	text-decoration: none;
	width: 9em;
	margin: 0px;
	padding: 5px 8px;
	background-color: #FFFFFF;
	border-top: #000000;
	border-right: #000000;
	border-bottom: #000000;
	border-left: #000000;
}
#nav ul li a:hover, #nav ul li a:focus{
	background-color: #0033FF;
	color: #FFFFFF;
}
#content{
	margin: 0px;
	background-color: #FFFFFF;
}
#content p{
	font-size: 115%;
	margin: 8px 5px 0px;
	color: #000099;
	padding: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


#content h1{
	font-size: 130%;
	color: #003366;
	padding: 10px 10px 10px 20px;
	margin: 0px 0px 20px 10px;
	background-color: #FFFFFF;
	float: none;
	clear: none;
	text-decoration: underline;
}

#content h2{
	font-size: 110%;
	color: #003366;
	padding: 0;
	margin: 70px;
	float: right;
}

.leftimage{
	float: left;
	margin-right: 5px;
	margin-left: 0px;
	top: 20px;
	margin-bottom: 20px;
	margin-top: 0px;
}

.rightimage{
	float: right;
	border: 0px none #000000;
	padding: 0px;
	margin: 0px 5px 20px 10px;
}
 
hr {
clear: both;
visibility: hidden;
}

#footer{
	border-top: 1px solid #000000;
	background-color: #003366;
	color: #FFFFFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
}

#footer p{
padding: 10px;
margin: 0;
font-size: 70%;
}
.rndtop {
	background: url(../images/outer_tr.gif) no-repeat right top;
} 
.rndbottom {
	background: url(../images/outer_br.gif) no-repeat right top;
}
#leftcol{
margin-left: 0px;
margin-top: 0px;
width: 170px;
margin-bottom: 20px;
float: left;
}
#leftcol #nav ul {
background-color: #009966;
list-style-type: none;
margin: 10; 
padding: 5;
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 #vrtnav ul li {
	margin: 5px 0px 0px;
	padding: 0px;
	background-color: #00FF33;
}
#leftcol #vrtnav ul li a{
background-color: #869BCC;
border-bottom: 1px solid #000000;
color: #000000;
display: block;
padding: 4px 0 6px 4px;
text-decoration: none; 
height: 1%;
}


#leftcol #vrtnav a:hover, #leftcol #nav a:focus { 
background-color: #003366;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
color: #fff;
} 
.boxrt {
	float: right;
	margin: 25px 20px 0px 0px;
	background-color: #FFFFFF;
	font-size: 90%;
	line-height: normal;
	text-align: center;
	height: auto;
	width: 200px;
	clear: none;
	}
		
.boxlft {
	float: left;
	margin: 20px 10px 2px 20px;
	background-color: #FFFFFF;
	font-size: 90%;
	text-align: center;
	line-height: normal;
	height: auto;
	clear: none;
	width: 200px;
	padding: 10px;
	}
.logo {
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 30px;
	float: none;
	left: auto;
	right: auto;
	top: 25px;
}
.clear {
	clear: both;
}