body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

#outerwraper {
	margin: 0px auto;
	width: 850px;
	border: thin solid #36c3e0;
	background-color: #e4f4fa;	
}
#header,content,footer {
	width: 100%;
	
}
#header {
	border-bottom: 2px solid #36c3e0;
	height: 168px;
	background-color: #bae4f0;
		
}
#navbar {
	background-color:#e4f4fa;
	height: 45px;
	margin-top: 15px;
	background-image: url(images/button%20image.jpg);
	background-repeat: no-repeat;
	width: 450px;
	float:right;
	margin-right:15px;
}
#navbar ul {
	white-space: nowrap;
	font-size: 16px;
	color: #33FF00;
	margin-top: 0px;
	
	    }

		#navbar li{
	list-style-image: none;
	display: inline;
	font-size: 16px;
	color: #0000FF;
	margin-top: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;	
		}
	
	#navbar li a {
	margin-right: 10px;
	margin-left: 5px;
	font-size: 24px;
	color: #FFFFFF;
	text-decoration:none;
	margin-top: 0px;
	margin-bottom: 0px;		
	}

#navbar a:link, #navbar a:visited {
	text-decoration:none;
	color: #FFFFFF;
		

}
#navbar a:hover {
text-decoration:none;
	color:#a9d26a;	

}


#content {
background-color:#e4f4fa;
	height:auto;
	color: #36c3e0;
	overflow: visible;
	text-align: justify;
	padding: 4px;
	width: 600px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	line-height: 1.25em;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	
	float:left;
}
#sidebar {
	background: #e4f4fa;
	float: left;
	width: 200px;
	top: auto;
	padding: 0px;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	}
#sidebar_services{
	background: #a9d26a;
	float: left;
	width: 200px;
	top: auto;
	padding: 5px;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-size: 0.8em;
	color: #FFFFFF;
	}
	#footer {
	font: 0.8em  Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #36c3e0;
	
	text-align: center;
	height: 25px;
	clear: both;
	margin: 0px;
	
	
}

#footer a:link, #footer a:visited {
	text-decoration:none;
	color: #FFFFFF;
		

}
#footer a:hover {
text-decoration:underline;
	color:#0000FF;	

}





.currentpage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #0000FF;
	text-decoration: none;
	display: inline;
	margin: 10px;
	padding: 5px;
	list-style-position: inside;
	list-style-type: square;
}
