body {
	background-color: #FFF8CD;
	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;
}

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

h2 {
	font-size: 15px;
	font-weight: bold;
	border-bottom: dotted 1px;
	color: #0054D2;
	margin: 0 0 -5px 0;
	padding: 0;
}

h3 {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	margin: 0 auto 0 auto;
	color: #0054D2;
}

a:link, a:visited {
	color: #0054D2;
}

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


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

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

	div#header {
		height: 141px;
		background: url("images/header.jpg") no-repeat;
		text-align: left;
	}
	
		div#flash {
			width: 478px;
			height: 19px;
			position: relative;
			left: 127px;
			top: 7px;
		}
		
		div#audio {
			width: 151px;
			height: 19px;
			position: relative;
			left: 615px;
			top: -10px;
		}
	
	div#navcontainer {
		background-color: #4187FD;
		height: 25px;
		border-top: solid 3px #003D9D;
		border-bottom: solid 3px #003D9D;
	}

	div#content {
	}
	
		div#content p {
			line-height: 19px;
		}
	
		div#margin {
			margin: 10px;
		}

	div#footer {
		clear: both;
		background-color: #4187FD;
		height: 18px;
		text-align: center;
		border-top: solid 2px #003D9D;
		border-bottom: solid 2px #003D9D;
	}

		 div#footer p {
		 	color: #FFF;
			font-size: 11px;
			text-align: center;
			margin: 1px auto 1px auto;
			padding: 1px;
		 }
	
			  div#footer a:link, div#footer a:visited {
			  		color: #FFF;
					font-size: 11px;
			  }
	
			  div#footer a:hover, div#footer a:active {
			  		text-decoration: none;
			  } 
			  
	div#contactinfo {
		height: 70px;
		background-color: #0054D2;
		border-bottom: solid 2px #003D9D;
	}
	
		div#contact1 {
			float: left;
			width: 297px;
		}
		
			div#contact1 address {
				margin: 0;
				padding: 6px 0 0 4px;
				font-size: 11px;
				color: #FFF;
			}
			
				div#contact1 address strong {
					color: #E2D16B;
				}
			
			div#contact1 p {
				margin: 0;
				padding: 0 0 0 4px;
				font-size: 11px;
				color: #FFF;
			}
		
		div#contact2 {
			float: left;
			width: 200px;
		}
		
			div#contact2 p {
				margin: 0;
				padding: 6px 0 0 6px;
				font-size: 11px;
				color: #FFF;
			}
			
			div#contact2 a {
				font-size: 11px;
				color: #FFF;
			}
		
		div#contact3 {
			float: left;
			width: 265px;
		}
		
			div#contact3 p {
				margin: 0;
				padding: 6px 0 0 6px;
				font-size: 11px;
				color: #FFF;
			}

	div#bottom {
		background-color: #FFF8CD;
		width: 770px;
		height: 60px;
		clear: both;
	}
	
		div#copyright {
			font: 9px Verdana, Arial, Helvetica, sans-serif;
			background-color: #FFF8CD;
			color: #0054D2;
			float: right;
		}
		
		div#copyright a {
			font: 9px Verdana, Arial, Helvetica, sans-serif;
			color: #0054D2;
		}
		
		div#owner {
			background-color: #FFF8CD;
			text-align: center;
			float: left;
			width: 107px;
		}
	
		div#owner a {
			margin: 0 auto 0 auto;
		}


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

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

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

ul#mainnav li {
	float: left;
	height: 25px;
	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: 6px 8px 6px 8px;
	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-color: #003D9D;
}

/* ------------------------- CUSTOM ----------------------------- */

div#listleft {
	width: 270px;
	float: left;
}

div#listright {
	width: 250px;
	float: right;
}

div#listrightlg {
	width: 435px;
	float: right;
	padding: 0;
	margin: 10px 0 0 0;
}

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

body#audio {
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #2B5FB5;
}

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


