body {
	background-color: #002A5B;
	margin: 5px;
	padding: 5px;
	text-align: center;
}

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

address {
	font-style: normal;
}

dt {
	font: bold 12px Tahoma, 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;
}

h4 {
	font-size: 12px;
	font-weight: bold;
}

a:link, a:visited {
}

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


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

div#container {
     width: 770px;
     margin: 0 auto 0 auto;
	 background-color: #FFF;
}

	div#top {
		background-color: #002A5B;
		height: 18px;
	}
	
		div#audio {
			float: left;
		}
		
			div#audio a:link, div#audio a:visited {
				color: #4085D2;
				text-decoration: none;
			}
			
			div#audio a:hover, div#audio a:active {
				text-decoration: underline;
			}
		
		div#contact {
			float: right;
		}
		
			div#contact p {
				text-align: right;
				color: #FFF;
				margin: 0;
				padding: 0;
			}

	div#flash {
		clear: both;
		background-color: #002A5B;
	}

	div#navcontainer {
		height: 29px;
		background: url(images/navbg.jpg) repeat-x;
	}
	
	div#content {
	}
	
		div#margin {
			margin: 10px;
		}

	div#footer {
		text-align: center;
		background-color: #002447;
		height: 25px;
		clear: both;
	}
	
		 div#footer p {
		 	text-align: center;
			margin: 0 auto 0 auto;
			padding: 0;
			position: relative;
			top: 5px;
			left: 0;
			font-size: 11px;
			color: #FFF;
		 }
	
			  div#footer a:link, div#footer a:visited {
			  	font-size: 11px;
				color: #FFF;
				margin: 0 10px 0 10px;
			  }
	
			  div#footer a:hover, div#footer a:active {
				   text-decoration: none;
			  }
			  
	div#bottom {
		clear: both;
		height: 68px;
		background: url(images/footerbg.jpg) no-repeat;
	}
	
		div#cc {
			float: left;
			position: relative;
			top: 20px;
			left: 10px;
		}
		
		div#owner {
			float: right;
			position: relative;
			top: 20px;
			left: -10px;
		}

div#imv_copyright {
	clear: both;
}

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

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

img.left {
	float: left;
	margin: 0 10px 10px 0;
}
img.right {
	float: right;
	margin: 0 0 10px 10px;
}
.clear {
	clear: both;
}

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

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

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

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

/* ----------------- AUDIO PG ----------------- */

body#audio {
	margin: 0;
	padding: 0;
}

	body#audio a {
		text-align: center;
		margin: 0 auto 0 auto;
		color: #FFF;
		font-size: 11px;
		font-weight: bold;
	}
	
.centered {
	text-align: center;
	margin: 0 auto 0 auto;
}

.centeredclear {
	text-align: center;
	margin: 0 auto 0 auto;
	clear: both;
}