/* CSS Document */

/*GENERAL SITE STYLES*/

BODY {
	margin:0 auto; 
	padding:0; 
	font-family:Helvetica,Arial,sans-serif; 
	background:#333333; 
	color:#FFFFFF;  
        text-align:center; 
	}
P, UL, OL, TD {
	font:100%/140% Arial,Helvetica,sans-serif; 
	}
P {
	margin:9px 0px 15px 0px; 
	}
UL {
	margin:0px 0px 0px 0px; 
	padding:0px 0px 0px 15px; 
	list-style-type:disc; 
	}
OL {
	margin:0px 0px 0px 0px; 
	padding:0px 0px 0px 15px; 
	list-style-type:decimal; 
	}
A:LINK {
	color:#FF6309; 
	text-decoration:underline; 
	}
A:VISITED {
	color:#FF6309; 
	text-decoration:underline; 
	}
A:HOVER {
	color:#FF6309; 
	text-decoration:underline; 
	}
A:ACTIVE {
	color:#FF6309; 
	text-decoration:underline; 
	}
H1, H2, H3, H4, H5, H6 {
	margin:10px 10px 5px 0px; 
	padding:0px 0px 0px 0px; 
	color:#FFFFFF;
	font:bold 100%/1.2 Arial,Helvetica,sans-serif; 
	}
H1 { 
	font-size:140%; 
	display:none;
	}
H2 {
	font-size:100%;
	font-weight:bold; 
	}
H3 {
	font-size:100%; 
	}
H4 {
	font-size:95%; 
	}
H5 {
	font-size:90%; 
	}
H6 { 
	font-size:85%; 
	}

  /**************************************************/
 /****************ALL PAGE SELECTORS****************/
/**************************************************/

#wrapperCenter {
	margin:20px auto;
	text-align:center;
	width:800px;
	background:#555555;
	}
#wrapper {
	text-align:left;
	}
#header {
	padding:5px;
	}
#mainNav {
	color:#BBBBBB;
	font-weight:bold;
	font-size:8pt;
	min-height:25px;
	border-top:1px solid #333333;
	border-bottom:1px solid #333333;
	margin:0 15px 0 15px;
	}
#mainNav UL {
	list-style-type:none;
	padding:5px 0px 0 0;
	padding-left:25px;
	}
#mainNav UL LI {
	float:left;
	padding:0 13px 0 0;
	}
#mainNav A:LINK, #mainNav A:VISITED {
	text-decoration:none;
	color:#BBBBBB;
	}
#mainNav A:HOVER {
	color:#FF6309;
	}
#mainNav SPAN.current {
	color:#FF6309;
	}
#subNav {
	width:120px;
	float:left;
	min-height:200px;
	font-size:76%;
	}
#subNav A:HOVER {
	color:#FF6309;
	}
#subNav UL {
	list-style-type:none;
	margin:20px 10px 10px 20px;
	}
#subNav UL LI {
	padding-top:10px;
	}
#subNav A:LINK, #subNav A:VISITED {
	text-decoration:none;
	color:#BBBBBB;
	}
#subNav A:HOVER {
	color:#FF6309;
	}
#subNav SPAN.current {
	color:#FF6309;
	}
#content {
	margin-left:120px;
	min-height:200px;
	padding:10px 25px 25px 25px;
	font-size:13pt;
	}
#content P {
	line-height:1.5em;
	}
#footer {
	border-top:1px solid #333333;
	font-size:69%;
	height:25px;
	margin:0 15px 0 15px;
	padding:0 25px 1px 25px;
	}
#footer A {
	color:#7F5726;
	text-decoration:none;
	}
#footer A:HOVER {
	text-decoration:underline;
	}
#copyLine {
	float:left;
	width:50%;
	}
#creditLine {
	float:right;
	width:300px;
	}
/* http://www.positioniseverything.net/easyclearing.html */
#subNav:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
	}
DIV.imageleft {
	display:inline; 
	float:left; 
	margin:4px 8px 4px 8px; 
	}
DIV.imageright {
	display:inline; 
	float:right; 
	margin:4px 8px 4px 8px; 
	}
P.clear {
	clear:both;
	}
P.hidden {
	display:none;
	}
P.notes {
	font-size: 9pt;
	clear:both;
	}

