body {
   text-align:center;
   background-color:#aec8ea;
}
#wrapper {
   width:870px;
   margin:0 auto;
}
#allcontent{
     width:850px;
   text-align:left;
}
#header{
   background-image:url(images/header.jpg);
   width:850px;
   height:183px;
}

#nav{
	float: left;
	width:11.2em;
	list-style: none;
	padding: 0;	
}


#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
	
#nav li { 
	cursor: pointer;
	background: #aec8ea url(images/arrows.png) no-repeat right top;
	border-bottom: 1px solid #aec8ea;
	}

	#nav>li>a {
		padding: 2px 10px;
		font-weight: bold;
	}	

	#nav li a {
		width: 9.95em;
		display: block;
		color: #427fce;
		font-weight: bold;
		text-decoration: none;
		outline: none;
	}
	
	#nav li a:hover {
		color: white;
		background-color: #427fce;
		width: 9.95em;
	}
	
	#nav li li {
	cursor: auto;
	border: 0;
	padding: 0 14px;
	background-color: #ffffff;
	background-image: none;
	}
	
	#nav li li a {
		width: 9em;
		padding-left: 2px;
	}
	
#maincontent {
	padding:10px;
	background-color: #ffffff;
}

#bodycontent {
	padding: 10px;
	background-color: #ffffff;
}
#contactcontent {
	margin-left: 250px;
	background-color: #ffffff;
}
#footer {
background-color:#ffffff;
height:30px;
line-height:30px;
color : #427fce;
text-align:center;
font-weight:bold;
width:850px;
clear:both;
}

.headertext {
font-size:3em;
text-align:center;
padding-top: 60px;
}

.navadjust {
	margin-left: 200px;
}

#nav li.noarrow {
	background-image: none;
}

.extralink {
	width: 9.95em;
	padding: 2px 129px 2px 10px;
	font-weight: bold;
	margin-left: -179px;
	position: relative;
	top: -4px;
}

.extralink a {
	text-decoration: none;
	outline: none;	
	color: #427fce;
	background-color: #aec8ea;
	padding: 2px 129px 2px 10px;
	margin-left: -10px;	
}

.extralink a:hover {
	color: white;
	background-color: #427fce;
	padding: 2px 129px 2px 10px;
	margin-left: -10px;
}