body {
	background-color: #0044c1;
	margin: 10px;
	padding: 10px;
	text-align: center;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	list-style-type: square;
}


strong {
	color: #0044AA;
}


h1 {
	font-size: 16px;
	font-weight: bold;
	color: #0044C1;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	background-color: #0044C1;
	color: #FFFFFF;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 0;
	padding: 0;
	clear: both;
}

a:link, a:visited {
	color: #0044AA;
}

a:hover, a:active {
	text-decoration: none;
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 750px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	position: relative;
}

	div#header {
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 181px;
	width: 750px;
	}
	
	div#content {
	margin: 0px 0 0 0, auto;
	background-color: #FFFFFF;
	position: relative;
	}
	
		div#contentleft {
	float: left;
	width: 730px;
	padding: 0 0 0 10px;
	background-color: #FFFFFF;
		}
		
		div#contentright {
			float: right;
			width: 341px;
			margin: 0;
			padding: 0 10px 0 0px;
		}
		
			div#contentright p {
	font-weight: bold;
	color: #0044C1;
	font-size: 10pt;
			}
			
	div#contentright p.yellow{
	color:#FFFF33;
	font-size: 12px;
	}

div#contactinfo {
	clear: both;
	height: 50px;
}

	div#contactinfo p {
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		margin: 3px auto 3px auto;
		padding: 3px auto 3px auto;
	}
	
	div#contactinfo p a {
		font-size: 12px;
		color: #000;
		font-weight: bold;
	}

div#copyright, div#copyright a {
	font: 9px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #0044AA;
}


ul#column {
	width:300px;
	list-style-position: outside;
	padding-left: 5px;
	}
	
	ul#column li {
	list-style-image: url(images/bullet.gif);
	line-height: 30px;
	margin-left: 10px;
	}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	margin-bottom: 10px;
}
img.right {
	float: right;
	padding: 5px;
	border: 1px solid #000;
	margin: 0px;
	clear: right;
	width:341;
	margin-bottom: 10px;
}
.clear {
	clear: both;
}

/* ----------------- Horizontal nav ------------------- */


div#navshell {
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	position:absolute;
	clear:both;
	height:30px;
	margin:0px 0px 0px 0px;
	padding: 0px 0 0 0px;
	font-family: Tahoma, Arial,Verdana,Helvitica,sans-serif;
	width: 750px;
	top: 182px;
	background-color: #FFFFFF;
	left: 0px;
	z-index: 1;
}
ul#nav {
	margin: 0px;
	padding: 0px 0 0 0px;
}
ul#nav li {
	display: inline;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	
}
ul#nav li a {
	font-size: 12px;
	color: #000000;
	white-space:nowrap;
	float: left;
	text-decoration: none;
	display: block;
	text-align: center;
	padding: 10px 5px 0px 5px;
	height:20px;
	border-right: 1px #ccc solid;
	border-left: 1px #000 solid;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0px 0px 0px 0px;
	border-top: 0px #000 solid;
	width: 115px;
}


ul#nav li#begin a {
	border-right: 1px #999 solid;
	border-left: 0px #000 solid;
}

ul#nav li#end a {
	border-right: 0px #999 solid;
	border-left: 1px #000 solid;
}


ul#nav li a:hover{
	color:#990000;
	font-size:12px;
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: underline;

}
ul#nav li a.current{
	color:#990000;
	font-weight:bold;
	font-size:12px;
	background-repeat: no-repeat;
	background-position: center;

	border-bottom: 1px solid#;

}

/*--------------web audio-------------*/

div#webaudiopopup {
	width: 100%;
	height: 100px;
	background-repeat:no-repeat;
	background-position:center;
	background-image: url(images/webaudiobg.gif);
}

div#soundapplet {
	position:relative;
	top: 46px;
}
div#audio {
	position:absolute;
	left:543px;
	margin:0px auto;
	top: 6px;
	width: 200px;
	height: 49px;

}


/* ----------------- iframe ------------------- */


div#iframe {
	padding-left: 0px;
	margin-right: 0px;

}

/* ----------------- copyright ----------------- */

div#copyright {
	text-align: center;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 0px;
	width: 960px;
	height:auto;
	margin-top: 0px;
	clear: both;
	border-left: 0px solid #000;
	border-right: 0px solid #000;
	margin-right: auto;
	margin-left: auto;
}
div#copyright a {
	font-size: 10px;
	text-decoration: underline;
	font-weight: normal;
	color: #FFFFFF;
}

/* ----------------- login ----------------- */

div#login {
	text-align: center;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px auto;
	width: 75px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: right;
}

div#login a{
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}

/* ----------------- footer and links ----------------- */
div#footer {
	clear: both;
	height: 50px;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	margin:10px 0px 0px 0px;
	padding:5px 0px 0px 0px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}


div#utility {
	color: #000000;
	margin: 0px auto;
	float: left;
	width: 300px;
	margin-left: 10px;
	margin-top: 10px;

}

div#utility a {
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
	padding: 0px 2px 0px 4px;
}


div#utility a:hover {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}

/*-----------------credit cards absolute------------------------*/
div.cc
 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 9px;
	color: #000000;
	height: 20px;
	float: right;

}

div.address
 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 9px;
	color: #000000;
	height: 70px;
	float: left;
	background-color: #FFFFFF;
	padding: 10px;

}


div.list{
	width:350px;
	float:left;
	margin-left: 10px;

}
object {

}
