/* ----------------- 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: 0 30px 15px 30px;
	padding: 15px 0 0 0;
	border-bottom: 1px solid #d5d5d5;
	font-size: 16px; 
	font-weight: bold; 
	text-decoration: none;
	color: #000;
}

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

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

address {
margin:0;
padding:30px 12px 40px 0;
font-family:Arial, Helvetica, Verdana, sans-serif;
font-size:11px;
font-style:normal;
text-align:right;
color:#666;
border-left: 2px solid #000;
border-bottom: 2px solid #000;
}

/* 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;
}

#header {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	}

div#container {
	width: 760px;
	margin: 0 auto 0 auto;
	padding: 0;
}

div#sidebar {
	width: 160px;
	float: left;
	margin: 0;
	padding: 0;
	background-color:#dedede;
}

div#content {
	width: 600px;
	float: right;
	margin: 0;
	padding: 0;
}

div#body {
	margin: 0;
	padding: 0;
	background-color:#fff;
	border-right: 2px solid #000;
}

#listfloatleft {
	float: left;
	margin: 0 50px 15px 50px;
	padding: 0;
}

div#iframe {
	text-align: center;
}

div#footer {
	width: 600px;
	margin: 0px auto 0px auto;
	padding: 3px 0px 3px 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	color: #000;
	border-top: 5px solid #000;
}

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

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

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

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

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

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

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

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

div#copyright a:visited  {
	font-size: 9px;
	color: #000;
	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: 138px;
	margin: 0;
	padding: 5px 20px 5px 0;
	border-left: 2px solid #000;
	border-bottom: 1px solid #5e5e5e;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	background: #898989;
	color: #fff;
}

/* 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: #4c4c4c;
	color: #fc0;
	width: 138px;
	border-bottom: 1px solid #5e5e5e;
}

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

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

#imgright {
	float: right;
	margin: 10px 35px 5px 10px;
	padding: 0;
}

#imgrightheader {
	float: right;
	margin: -25px 25px 5px 10px;
	padding: 0;
}

#clearboth {
	clear: both;
}

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

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

#introcontainer {
width: 550px;
margin: 50px auto 0 auto;
padding:0;
}

#intro {
width:550px;
margin:0;
padding:0;
}

.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;
}