/* CSS Document */



/* -------------------------------------------- */
/* -------------------------------------------- */
/* ------------------ GLOBAL ------------------ */
/* -------------------------------------------- */
/* -------------------------------------------- */

a {
	color: #0000FF;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

body {
	background: url(images/background.jpg) repeat-x;
	color: #333333;
	font-family: "Times New Roman", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0 auto;
}

h1, h2 {
	color: #000099;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
	margin-bottom: -12px;
	margin-top: 25px;
}

hr {
/*	border-top: 1px dashed #000000;
	width: 300px;
*/
	height:.1em;width:25em;border:1px DASHED #000;MARGIN: 0 AUTO; TEXT-ALIGN: CENTER;
}




/* -------------------------------------------- */
/* -------------------------------------------- */
/* ---------------- NAVIGATION ---------------- */
/* -------------------------------------------- */
/* -------------------------------------------- */

#nav {
	background: url(images/menu.jpg) repeat-x;
	border: 1px dotted #333333;
	float: left;
	height: 80%;
	margin-left: 10px;
	margin-right: -225px;
	width: 153px;
}

#nav a {
	border-bottom: 1px solid #000000;
	color: #000000;
	text-decoration: none;
}

#nav a:hover, #nav a.active {
	border-bottom: none;
}

#nav a.active {
	color: #08426A;
}

#nav ul {
	margin: 10px;
	list-style: none;
}

#nav ul li {
	font-weight: bold;
	margin-bottom: 15px;
}

#nav ul li ul {
	margin-top: 10px;
}

#nav ul li ul li {
	font-weight: normal;
	margin-top: 5px;
}



/* -------------------------------------------- */
/* -------------------------------------------- */
/* ------------------ CONTENT ----------------- */
/* -------------------------------------------- */
/* -------------------------------------------- */

#content {
	background-color: #FFFFFF;
	border-top: none;
	height: 100%;
	margin: 0 auto;
	margin-top: 0px;
	padding-top: 10px;
	text-align: left;
	width: 800px;
}

#presentation {
	float: left;
	margin-left: 190px;
	margin-right: 10px;
	width: 580px;
	color: #000000;
}

#presentation strong.red {
	color: #FF0000;
}

#wrapper_in {
	background: url(images/masthead.gif) no-repeat;
	border-bottom: none;
	height: 100px;
	margin: 0 auto;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
	width: 800px;
}

#wrapper_out {
	border: none;
	height: 900px;
	margin: 0 auto;
	padding: 0px;
	width: 100%;
}

.news {
	margin-top: 30px;
}

hr.faqs, hr.links {
	margin-bottom: -10px;
	margin-top: 20px;
}

hr.home {
	margin-bottom: 20px;
	margin-top: 30px;
}

ul.filings {
	
}

ul.filings li {
	background: url(images/PDFicon.gif) no-repeat;
	list-style: none;
	margin: 30px;
	margin-left: -40px;
	padding-left: 20px;
}


/* -------------------------------------------- */
/* -------------------------------------------- */
/* ------------------- FOOTER ----------------- */
/* -------------------------------------------- */
/* -------------------------------------------- */
