body	{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #C2F4FF;
}

/* 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 {
	text-align: left;
	font-family: "Times New Roman", Times, serif;
}
/* Redefines the p tag */
p {
	padding: 0px;
	color: #000000;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
}

h1 {
	font-size: 22px;
	text-align: left;
	color: #04178B;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 4px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #04178B;
}

h2 { 
	margin: 5px 0px; 
	font-weight: 100px; 
	float: left;
	font-size: 16px;
}

h3 { margin: 5px 20px; font-weight: normal; }

ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 5px 0;
	list-style-type: circle;
}

ul li ul li { list-style-type: square; }

address {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 20px;
	width: 200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}

dl { padding: 0; margin: 25px 20px; line-height: 24px; font: 14px "Times New Roman", Times, serif; }

dt { font-size: 110%; font-style: italic; margin: 10px 0; }

dd { margin-bottom: 5px; display: block; }

.login {
	float: right;
	padding-right: 5px;
}


/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
}
a:visited {
}
a:hover {
	color: #46BCD6;
}
a:active {
}
/* ----------------- DIVS ----------------- */
div#header {
	width: 770px;
	height: 200px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/bg_header.jpg);
	background-repeat: no-repeat;
}

div#container {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	width: 770px;
	background-color: #FFFFFF;
}

div#content {
	margin: 0px;
	color: #000000;
	width: 565px;
	text-align: left;
	font: 14px/22px Verdana, Arial, sans-serif;
	padding: 0px 0px 10px;
	float: right;
}
div#sidebar {
	float: left;
	width: 200px;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#sidebar a:link, div#sidebar a:visited{
	font-size: 12px;
	color: #04178B;
	text-align: center;
	line-height: 18px;

}
div#sidebar a:hover{
	color: #46BCD6;

}
address a {
	text-align: center;
	color: #04178B;
	font-weight: bold;
}


div#footer {
	clear: both;
	width: 710px;
	height: 88px;
	background-image: url(images/bg_footer.jpg);
	background-repeat: no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000099;
	text-align: left;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}

div#footer a:link, div#footer a:hover, div#footer a:visited, div#footer a:active {
	color: #000099;
}

div#copyright, div#copyright  a:link, div#copyright  a:hover, div#copyright  a:visited, div#copyright  a:active {
	color: #000099;
	font: normal 9px/12px Verdana, Arial;
	clear: both;
	margin: 5px;
}
div#audio {
	padding-right: 0px;
	padding-top: 10px;
	margin: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

div#map {
	border:solid 1px #000000;
	height: 400px;
	width: 450px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
}

div#iframe {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}
div#registrationforms {
	width: 185px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	border: 1px solid #042EA3;
	padding-top: 8px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
}


/* ----------------- 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 {
	width: 200px;
	position: relative;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding: 0;
}

/* Removes the default bullets. */
ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
	position: relative;
}

/* 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 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 175px;
	padding: 7px 0px 7px 25px;
	line-height: 15px;
	text-transform: uppercase;
	background: #04178B url(images/nav_bg.gif) repeat-x;
	position: relative;
	border-bottom: 1px solid #FFF;
}

/* Creates our hover status. */
ul#mainnav li a:hover {
	background: #2E98AF url(images/nav_current.gif) repeat-x;
	color: #000;
	width: 175px;
	position: relative;
}

/* 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: #2E98AF url(images/nav_current.gif) repeat-x;
	color: #000;
	width: 175px;
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 170px;
	top: 0px;
	display: none;
	background: none;
	}
	

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a {
	padding: 7px 0px 7px 25px;
	display: block;
	text-decoration: none;
	background: none;
	z-index: 2;
}

ul li:hover ul, ul li.over ul {

}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.right {
	float: right;
	border: 1px solid #000000;
	margin-left: 10px;
}

img.center { text-align: center; margin: 10px 0 10px 90px; border: 1px solid #000; }
	
img.ypimg {
		margin: 10px 0;}

/* ----------------- CUSTOM CLASSES ----------------- */

div.top { float: right; }

div.top a { text-decoration: none; color: #009; }
