/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #fff;
	background-image: url(images/bg_site.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
}

p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	text-align: left; 
}

p {
	margin: 0;
	padding: 4px 35px 16px 35px;
}

ul {
	margin: 0;
	padding: 0 35px 16px 35px;
}

em {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
}

strong {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #000;
}

h1 {
	margin: 15px 30px 15px 30px;
	padding: 0;
	border-bottom: 1px solid #d5d5d5;
	font-size: 16px; 
	font-weight: bold; 
	text-decoration: none;
	color: #003;
}

h2 {
	margin: 5px 30px 15px 30px;
	padding: 0;
	font-size: 12px; 
	font-weight: bold; 
	text-decoration: none;
	color: #666;
}

li {
	margin: 5px 0 10px 25px;
	padding: 0;
	list-style-image: url(images/bullet.gif);
}

address {
margin:0;
padding:25px 20px 25px 0;
font-style:normal;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 12px;
text-align:right;
color:#333;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	color: #009;
	text-decoration: underline;
}

a:hover, a:active {
	color: #00f;
	text-decoration: none;
}

a:visited {
	color: #666;
	text-decoration: underline;
}

/* ----------------- PAGE LAYOUT ELEMENTS (DIVs only) ----------------- */
/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
table#header {
	width: 760px;
	margin: 0 auto 0 auto;
	padding: 0;
	}

table#intro {
	width: 300px;
	margin: 100px auto 0 auto;
	padding:0;
}

/* Styles the div that serves as the container for the content and sidebar navigation.*/
div#container {
	width: 760px;
	height: 600px;
	margin: 0 auto 0 auto;
	padding: 0;
	background-image: url(images/bg_container.gif);
}

div#containeriframe {
	width: 760px;
	height: 1200px;
	margin: 0 auto 0 auto;
	padding: 0;
	background-image: url(images/bg_container.gif);
}

/* Creates DIV container for sidebar navigation */ 
div#sidebar {
	width: 160px;
	float: left;
	margin: 0;
	padding: 0;
}

/* Creates DIV container for content */ 
div#content {
	width: 600px;
	float: right;
	margin: 0;
	padding: 0;
}

/* for lists formatted in columns */
#listfloatleft {
	float: left;
	margin: 0 50px 15px 50px;
	padding: 0;
}

div#iframe {
	text-align: center;
}

/* Footer DIV containers for nav and copywrite */
div#footer {
	width: 760px;
	margin: 0px auto 0px auto;
	padding: 3px 0px 3px 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	color: #333;
	border-top: 5px solid #003;
}

div#footerright {
	width: 760px;
	margin: 0px auto 0px auto;
	padding: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	color: #333;
	text-align: right;
}

div#footer a:link, div#footerright a:link {
	font-size: 9px;
	color: #333;
	text-decoration: underline;
}

div#footer a:hover, div#footerright a:hover, div#footer a:active, div#footerright a:active {
	font-size: 9px;
	color: #00c;
	text-decoration: none;
}

div#footer a:visited, div#footerright a:visited  {
	font-size: 9px;
	color: #333;
	text-decoration: underline;
}

div#copyright {
	width: 760px;
	margin: 5px auto 5px auto;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	color: #333;
}

div#copyright a:link {
	font-size: 9px;
	color: #333;
	text-decoration: none;
}

div#copyright a:hover, div#copyright a:active {
	font-size: 9px;
	color: #00c;
	text-decoration: underline;
}

div#copyright a:visited  {
	font-size: 9px;
	color: #333;
	text-decoration: none;
}

/* ----------------- 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: 0;
	padding: 0;
	width: 150px;
}

/* 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 {
	display: block;
	width: 139px;
	margin: 0;
	padding: 5px 20px 5px 0;
	border-left: 1px solid #000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	background: #BBC4D7;
	color: #369;
}

/* Creates our hover status and our current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background: #009;
	color: #fc0;
	width: 139px;
}

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

#imgleft {
	float: left;
	margin: 10px 10px 10px 35px;
	padding: 0;
}

#imgright {
	float: right;
	margin: 25px;
	padding: 0;
}

#clearboth {
	clear: both;
}

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

.box {
	margin: 0px;
	padding: 3px;
	border: 1px solid #666;
}

.boldunderlined {
	font-weight: bold;
	text-decoration: underline;
}

.textcenter {
	text-align: center;
}

.textcenterbold {
	text-align: center;
	font-weight: bold;
}

.textcentersmall {
	text-align: center;
	font-size: 9px;
}

.font9px {
	font-size: 9px;
	color: #000;
}

.font14pxbold {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

.font14pxboldcenter {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-align: center;
}

.font18pxbold {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.font18pxboldcenter {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-align: center;
}

.font24pxbold {
	font-size: 24px;
	font-weight: bold;
	color: #000;
}

.font24pxboldcenter {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	text-align: center;
}

.font28pxbold {
	font-family: Arial, Helvetica, Geneva, Tahoma, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #000;
}

.font28pxbold {
	font-family: Arial, Helvetica, Geneva, Tahoma, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #000;
	text-align: center;
}