body {
	background-color: #CBD5E0;
	margin: 10px;
	padding: 10px;
	text-align: center;
}

p, h1, h2, h3, h4, h5, a, ul, li, ol, dl, dt, dd, address {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: left; 
}

address {
	font-style: normal;
}

dt {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #01006D;
	margin: 10px 20px 5px 20px;
} 

dd {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	list-style: none;
	margin: 5px 30px 10px 30px;
} 

h1 {
	font-size: 16px;
	font-weight: bold;
	border-bottom: solid 1px;
	color: #01006D;
}

a:link, a:visited {
}

a:hover, a:active {
	text-decoration: none;
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
     width: 778px;
     margin: 0 auto 0 auto;
	 background: url("images/contentbg.gif") repeat-y;
}

	div#header {
		width: 778px;
		height: 150px;
	}
	
	div#navcontainer {
		background: url("images/navbg.gif") no-repeat;
		height: 30px;
	}

	div#content {
	}
	
		div#margin {
			margin: 10px 10px 10px 30px;
		}
	
	div#footer {
		clear: both;
		background: url("images/footerbg.jpg") no-repeat;
		height: 30px;
	}
	
		 div#footer p {
		 	text-align: center;
			margin: 0 auto 0 auto;
			position: relative;
			top: 10px;
			left: 0;
			color: #FFF;
			font-size: 11px;
		 }
	
			  div#footer a:link, div#footer a:visited {
				  color: #FFF;
				  font-size: 11px;
				  margin: 0 10px 0 10px;
			  }
	
			  div#footer a:hover, div#footer a:active {
				   text-decoration: none;
			  }
			  
	div#contact {
		background: url("images/contactbg.jpg") no-repeat;
		height: 72px;
	}
	
		div#contact address {
			margin: 0;
			padding: 10px 10px 10px 30px;
			font-weight: bold;
		}

div#imv_copyright, div#imv_copyright a {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #3D4A60;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	margin: 0 10px 10px 0;
}
img.right {
	float: right;
	margin: 0 0 10px 10px;
}
.clear {
	clear: both;
}
.clearcentered {
	clear: both;	
	text-align: center;
	margin: 0 auto 0 auto;
}
.centered {
	text-align: center;
	margin: 0 auto 0 auto;
}

/* ------------------------- MAIN NAVIGATION ----------------------------- */
ul#mainnav {
	margin: 0px;
	padding: 0px 0px 24px;
	width: auto;
}

ul#mainnav li {
	float: right;
	height: 30px;
	border-left: solid 1px #FFF;
	list-style: none;
}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 8px 20px 8px 20px;
	font-size: 11px;
	font-weight: bold;
}

ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	background: url("images/navbgon.gif") repeat-x;
}
