@charset "iso-8859-1";
body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: medium;
	margin: 0px;
	padding: 0px;
	background-color: #bccae4;
	color: #000066;
}
/*===============indicates no border around any image ============*/
#container {
	width: 90%;
	margin: 0px auto 10px auto;
	padding: 0px 10px 10px 10px;
	background-color: #bccae4;
}
/*===========top banner ==================*/
#banner {
	margin: 0px;
	padding: 0px;
	background: #bccae4 url('../images/banner2.jpg') no-repeat right center;
	position: relative;
	float: none;
	border-bottom-style: solid;
	border-bottom-width: medium;
	border-bottom-color: #263360;
	top: 0px;
	height: 400px;
}
/*=============content area ================*/
#content {
	padding: 5px;
	margin-left: 180px;
	background-color: #bccae4;
	width: 675px;
	margin-bottom: 0px;
	position: relative;
}
/*===========content area list items==============*/


#content {
	float: left;
	padding: 5px;
	color: #0d0e23;
	margin: 10px;
	background-color: #bccae4;
	width: 650px;
	top: 3px;
}
#content ul {
	list-style: none;
	margin: 0 0 6px 0;
	padding: 0;
}
#content ul li a {
	display: block;
	color: #0d0e23;
	padding: 4px;
	text-decoration: none;
	background-color: #bccae4;
	border: 1px solid #0d0e23;
	margin-top: 2px;
	font-weight: normal;
	list-style: none;
}
#content a:hover {
	color: #000000;
	background-color: #6d8dca;
	border: 1px solid #0d0e23;
	font-weight: bold;
}

/* *****************************************************
Navigation Bar - Left hand side 
**************************************************** */
#leftnav {
	float: left;
	padding: 5px;
	color: #0d0e23;
	margin: 10px;
	background-color: #bccae4;
	width: 150px;
}
#leftnav ul {
 list-style: none;
 margin: 0;
 padding: 0;
 margin-bottom: 4px;
}
#leftnav li {
	list-style: none;
	padding: 2px 0;
}
#leftnav ul li a {
	display: block;
	color: #0d0e23;
	padding: 4px;
	text-decoration: none;
	background-color: #bccae4;
	border: 1px solid #0d0e23;
	margin-top: 2px;
	font-weight: normal;
}
#leftnav a:hover {
	color: #000000;
	background-color: #6d8dca;
	border: 1px solid #0d0e23;
	font-weight: bold;
}
/* Possible new selectors left navigation submenu */
#leftnav ul ul {
 padding-left: 5px;
}
#leftnav ul ul li a {
 padding: 3px 0 3px 3px;
 font-size: 80%;
 font-weight: normal;
}
/*===========footer==============*/
#footer {
	margin: 0px;
	clear: both;
	padding: 0px;
	border-top: 2px solid #000000;
	background-color: #bccae4;
	text-align: center;
	font-size: small;
	border-top-color: #263360;
	float: none;
	position: relative;
	z-index: 1;
	border-top-width: medium;
	top: 30px;
}
#footer p {
 margin-top: 0px;
 margin-bottom: 0px;
}
.imgleft {
	float: left;
	margin: 5px 10px 5px 0px;
}
.imgright {
	margin: 5px 0px 5px 5px;
	float: right;
}
hr {
	color: #0d0e23;
}
