body {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background: #1c3f74 url(images/bg_site.jpg) repeat-x;
	font: 11px Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, lo, td, form, input, legend, select, option, address {
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}

/* Redefines the p, li, td, and address tags */
p, li, td, address {
	font-size: 11px;
}

/* Sets the line-height for these tags */
p, td {
	line-height: 18px;
}
li {
	line-height: 16px;
	margin: 0px 0px 0px 45px;
	padding: 0px;
}
address {

	font-style: normal;
	}

address a {
	font-size: 9px;
	font-style: normal;
	}
	
/* Styles A links */
a img {
	border: 0px;
}
a:link {
	text-decoration: underline;
	color: #1c3f74;
	}
a:visited {
	text-decoration: underline;
	color: #031b40;
 }
a:hover {
	text-decoration: none;
	color: #1c3f74;
	}
a:active, a.selected {
	text-decoration: none;
	color: #0e2d5d;
	}
	
/* Style ordered and unordered lists */
ul, ol {
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
}
ul {
	list-style: url(images/bullet.html);
}
body>ul.leftul, body>div#leftpara, body>ul.rightul, body>div#rightpara, ul.leftul, div#leftpara, ul.rightul, div#rightpara {
	list-style: url(images/bullet.html) inside;	
}

/* CLASSES to create columns for unordered lists in browsers other than IE. */
body>ul.leftul, body>div#leftpara {
	float: left;
	width: 200px;
	margin-left: 20px;
}
body>ul.rightul, body>div#rightpara {
	float: left;
	width: 200px;
	margin-left: 30px;
}

/* CLASSES to create columns for unordered lists in IE. */
ul.leftul, div#leftpara {
	float: left;
	width: 200px;
	margin-left: 20px;
}
ul.rightul, div#rightpara {
	float: left;
	width: 200px;
	margin-left: 30px;
}

/* Class to stop items from floating right or left */
.clear {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Class to center text and images */
.center {
	text-align: center;
}

/* Class to underline text */
.underline {
	text-decoration: underline;
}

/* Styles h1, h2, h3, h4, h5 tags */
h1, h2, h3, h4, h5 {
	color: #031b40;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	}
h1 {
	font-size: 22px;
	padding: 0;
	margin: 10px 0px 10px;
	border-bottom: 1px solid #cbcbcb;
	font-family: Arial, Helvetica, sans-serif;
}
h1 a.audio {
	float: right;
	margin-top: -20px;
	}
h2 {
	font-size: 18px;
	padding: 0;
	margin: 0px 0px 8px;
}
h3 {
	font-size: 16px;
	padding: 0;
	margin: 5px 0px 6px;
	border-top: 1px solid #cbcbcb;
}
h4 {
	font-size: 14px;
	padding: 5 0 0;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
h4.nocenter {
	font-size: 14px;
	padding: 0;
	margin-left: 15px;
	margin-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
h5 {
	font-size: 11px;
	padding: 0;
	margin: 0px 0px 2px;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* Styles the DIV that serves as the container for the layout. Setting the left and right margins to auto will center DIV. */
div#container {
	width: 770px;
	margin: 0px auto;
	background: #ffffff url(images/layout.jpg) repeat-y; /* Faux column bg for page */
}
div#container2 {
	width: 770px;
	margin: 0px auto;
	background: #ffffff url(images/layout2.html) repeat-y; /* Faux column bg for page */
}
/* Creates DIV container for header. */
div#header {
	width: 770px;
	margin: 0px auto;
	height: 158px;
	}
	
div#header2 {
	width: 770px;
	margin: 0px auto;
	height: 185px;
	}
	
/* Creates DIV container for sidebar content */ 
div#sidebar {
	width: 210px;
	float: left;
	padding: 0;
	color: #fff;
	background: url(images/sidebar_bg.jpg) no-repeat;
}
div#sidebar a {
	color: #fff;
}
div#sidebar address {
	padding: 10px 0px 10px 10px;
	border-top: none;
}
/* Creates DIV container for main content */ 
div#content2 {
	width: 770px;
	padding: 0px 0px 10px 0px;
}
/* Creates DIV container for main content */ 
div#content {
	width: 560px;
	float: right;
	padding: 0px 0px 10px 0px;
}
div#content p, h1, h2, h3, h4, h5, address, table {
	margin-left: 15px;
	margin-right: 15px;
}
div#content2 p, h1, h2, h3, h4, h5, address, table {
	margin-left: 15px;
	margin-right: 15px;
}
div#content p {
	margin-top: 0px;
}
address {
	border-top: 1px solid #cbcbcb;
	padding-top: 5px;
}
div#content2 p {
	margin-top: 0px;
}
div#content ol, div#content ul {
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 0px;
}
div#content2 ol, div#content2 ul {
	margin: 0px 0px 5px 10px;
}

/* Styles DIY frames in Plus sites */
iframe#iframe1 {
	margin: -20px 0px 0px -10px;
	overflow: hidden;
}

/* Creates DIV container for footer content */
div#footer {
	background: #1c3f74;
	width: 770px;
	margin: 0px;
	text-align: center;
	clear: both;
	padding: 0px;
	color: #fff;
}
div#footer a {
	font-weight: bold;
	color: #fff;
	}
div#footer a.signin {
	float: right;
	}

/* Creates DIV container for sub-navigation */
div#subnav {
	font-size: 10px;
	/**/margin-left: 210px;
	padding: 5px 0px 5px;
}

/* Creates DIV container for copyright statement */
div#copyrght {
	font-size: 9px;
	/**/margin-left: 210px;
	padding: 0px 0px 7px;
}
div#copyrght2 {
	font-size: 9px;
	margin: 0px;
	padding: 5px 0px 5px;
}
/* ----------------- MAIN NAVIGATION ----------------- */

/* Apply the ul#mainnav style to our entire <ul>.*/

/* Sets a background color and width for our navigation box. Removes all default margins and padding. */
ul#mainnav {
	margin: 0px;
	padding: 0px;
	width: 770px;
	background: #143567 url(images/mainnav_bg.jpg) repeat-y;
	height: 27px;
}

/* Removes the default bullets. */
ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
}

/* Styles our links. Setting the display to block ensures our links will stack back on top of one another as block level elements. The width sets the "hit" area of the links.  */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #ffffff;
	display: block;
	float: left;
	font-size: 10px;
	font-weight: bold;
	padding: 3px 10px 6px;
	text-decoration: none;	
	text-transform:uppercase;
}
/* Creates our hover status. */
ul#mainnav li a:hover {
	background: #0d2b5a url(images/hover_bg.jpg) repeat-y;
	color: #fdd000;
	width: auto;
}
/* Creates our current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background: #fdd000 url(images/current_bg.jpg) repeat-y;
	color: #031b40;
	width: auto;
}

.ulleft {
	float: left;
	width: 175px;
}

/* Create CLASSES to float images and groups of images in SPAN tags */
div#rtfloat {
	float: right;
	margin: 10px 15px 10px 10px;
}
div#rtfloat img {
	border: 1px solid #cbcbcb;
	margin-bottom: 10px;
}
div#lftfloat {
	float: left;
	margin: 10px 10px 10px 15px;
}
divlftfloat img {
	border: 1px solid #cbcbcb;
	margin-bottom: 10px;
}
img.rt {
	float: right;
	margin: 10px 15px 5px 5px;
}
img.rtborder {
	border: 1px solid #cbcbcb;
	float: right;
	margin: 10px 20px 5px 10px;
}
img.lft {
	float: left;
	margin: 10px 5px 5px 15px;
}
img.lftborder {
	border: 1px solid #cbcbcb;
	float: left;
	margin: 10px 10px 10px 15px;
}
img.ctrborder {
	border: 1px solid #cbcbcb;
	text-align: center;
	margin: 5px auto;
}
img.ctr {
	border: 1px solid #cbcbcb;
	text-align: center;
	margin: 5px auto;
	
/*Collapses borders that some browsers automatically apply to tables. */
}
table, td, th  {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;

}	
	
table#one {
	margin: 0px 5px;
	padding: 0px;
	width: 532px;
	background-image: url(images/table1bg.html);
	background-repeat: repeat-y;
	text-align: left;
}

table#two {
	margin: 0px 5px;
	padding: 0px;
	width: 532px;
	background-image: url(images/table2bg.html);
	background-repeat: repeat-y;
}
table#three {
	margin: 0px 5px;
	padding: 0px;
	width: 532px;
	background-image: url(images/table3bg.html);
	background-repeat: repeat-y;
}
table#four{
	margin: 0px 5px;
	padding: 0px;
	width: 532px;
	background-image: url(images/table4bg.html);
	background-repeat: repeat-y;
}

div#webaudio {
width: 181px;
height: 21px;
position:absolute;

top: 70px;
left: 589px;
z-index: 2px;
}

div#webaudiopopup {
width: 100%;
height: 100px;
background-image:url(images/webaudiobg.gif);
background-repeat:no-repeat;
background-position:center;
background-color:#4166a7;
}
div#soundapplet {
width:100%;
text-align:center;
height: 30px;
position:relative;
top: 49px;
}
