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

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

address {
	font-style: normal;
}

strong {
	color: #0D1F79;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #B20606;
}

a:link, a:visited {
	color: #B20606;
}

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


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

div#container {
	position: relative;
	margin: 10px auto;
	width: 770px;
}

	div#header {
		height: 162px;
		text-align: right;
	}
	
		div#audio {
			height: 21px;
			text-align: right;
		}
		
			div#audio a {
				text-align: right;
			}
		
		div#logo {
			position: absolute;
			left: 0;
			top: 21px;
			width: 250px;
			height: 141px;
		}
		
		div#flash {
			position: absolute;
			left: 250px;
			top: 21px;
			width: 520px;
			height: 116px;
		}
		
		div#navcontainer {
			position: absolute;
			left: 250px;
			top: 137px;
			width: 520px;
			height: 25px;
			background: url("images/bgnav.jpg") repeat-x #0D1F79;
		}
	
	div#content {
		clear: both;
	}
	
	div#contenthome {
		clear: both;
		background: url("images/bgcontenthome.jpg") right no-repeat #FFF;
		text-align: left;
	}
	
		div#contenthometxt {
			width: 570px;
			text-align: left;
			margin: 10px 0 0 0;
		}
		
	div#contenthome2 {
		width: 400px;
	}
	
	div#footer {
		clear: both;
		height: 88px;
		background: url("images/bgfooter.jpg") bottom repeat-x #0D1F79;
		
	}
	
		div#footernav {
			background: url("images/bgfooternav.jpg") no-repeat #0D1F79;
			text-align: right;
			height: 25px;
		}
		
			 div#footernav p {
			 	color: #FFF;
				margin: 2px;
				padding: 2px;
				text-align: right;
			 }
		
				  div#footernav a:link, div#footernav a:visited {
				  		color: #FFF;
				  }
		
				  div#footernav a:hover, div#footernav a:active {
						text-decoration: none;
				  } 
		
		div#address1 {
			width: 168px;
			height: 63px;
			float: left;
		}
		
		div#address2 {
			width: 230px;
			height: 63px;
			float: left;
		}
		
		div#address3 {
			width: 184px;
			height: 63px;
			float: left;
		}
		
		div#emailaddress {
			width: 188px;
			text-align: right;
			float: left;
			padding-top: 10px;
		}
		
		div#emailaddress a {
			text-align: right;
			color: #FFF;
			margin-right: 10px;
		}
		
		div#address1 address, div#address2 p, div#address3 p {
			margin: 0;
			padding: 10px;
			color: #FFF;
			font-weight: bold;
		}
		
		

div#copyright, div#copyright a {
	font: 9px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #0E2079;
}

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

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

/* ------------------------- MAIN NAVIGATION -TABBED ----------------------------- */

ul#mainnav {
	margin: 0px;
	padding: 0px 0px 24px;
	width: auto;
}

ul#mainnav li {
	margin: 0;
	float: left;
	height: 20px;
	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: 5px 17px 7px 17px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

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

/* ------------------------- SPLASH PAGE ----------------------------- */

body#splash a, body#splash p {
	text-align: center;
	margin: 5px auto 5px auto;
}

/* ------------------------- AUDIO PAGE ----------------------------- */

body#audiopg {
	margin: 0;
	padding: 0;
	text-align: center;
}

	body#audiopg a {
		text-align: center;
		margin: 0 auto 0 auto;
	}
	