* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 100.1%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #485462;
	background-color: #485462;
	padding: 0px 10px 10px 10px;
	  }

#wrapper {
	background-color: #485462;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}	
h1 {
	visibility: hidden;
        margin; -1em;
}
p {
	color: #051D43;
	} 

#header {
	background-image:url(images/bannerbg.jpg);
	background-repeat: no-repeat;
	width:740px;
	height:105px;
	margin-bottom: 10px;
	font-size: .7em;
}
#header p {
	text-align:center;
	padding-top: 83px;
	color:#051d43;
	}
#header a, #header a:visited {
	text-decoration: none;
	color: #051d43;
}
#header a:hover, #header a:active, #header a:focus {
text-decoration: underline;
}
	
#sidebar {
	float: left;
	width:163px;	
	background-color: #051d43;
	font-size:.7em;
	color: #fff;
	margin-top: 1em;
}
#nav {margin: 1em 0 0 0; padding: 0;
		text-align: left;	
		}
#nav li {
	margin: 1.5em .5em 1.5em .5em;
	padding: 0;
	list-style-type: none;
	text-align:center;
}

#nav a, #nav a:visited {
	text-decoration: none;
	margin: 10px;
	display: block;
        color: #FFF;
        border: none;
}
#nav a:hover, #nav a:active, #nav a:focus {
	background-color: #b9c6AB;
        color: #051D43;
        border: none;
}
#nav a:hover p{
	color: #051D43;
	}

#nav li img{
	margin-top: 10px;
	margin-bottom: 5px;
	text-decoration: none;
	border: none;
	}
#nav li p{
	padding-bottom: 10px;
	color: #fff;
	}	
h2 {font-size: 1.2em; padding: .5em 0 0 0;}

#maincontent {
	float: right;
	text-align: left;
	background-color: #fff;
	width:500px;
	font-size:.75em;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0 10px 10px 10px;
}
#maincontent p {
	padding: .3em;
	}
#anchorimage {
	width: 220px;
	background-color: #B9C6AB;
	float: right;
	margin: .5em;
	text-align: center;
	}
#anchorimage img{
	padding-top: .8em;
	}
#anchorimage p {
	font-size: .8em;
	color:#051D43;
	text-align: left;
	letter-spacing: -.05em;
	padding: .5em 1.5em .5em 1.5em;
	}
#footer {
	background-image:url(images/footer.jpg);
	background-repeat: no-repeat;
	clear: both;
	width:740px;
	height:40px;
	margin-top:1em;
}
#footer p {
	font-size: .7em;
	color: #051d43;
	padding-top: .8em;
	text-align: center;
	margin-top: 1em;
	}
#footer a, #footer a:visited {
	text-decoration: none;
	color: #051d43;
}
#footer a:hover, #footer a:active, #footer a:focus {
	text-decoration:underline
}
#validleft {
	float: left;
	}
#validright {
	float: left;
	}