/* general formatting ------------------------------ */

	html {
	text-align:center;
	background:#F3F3F3;
}




	body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #fff;
	text-align:left;
	width:67em;
	margin:2em auto;
	padding:1.3em;
	border:0.1em solid #EAEAEA;
	
	
	
	}

	.header {background: transparent;}
	.nav {background: #fff;}

	H1 {color:#000; font-size:18px; margin:0px; padding:0px;}
	.leftnav{
	float:left;
	background: transparent;
	height:100%;
	width:150px;
	margin: 1px;
	padding: 0px;
}
	.leftnav ul{ /*list-style-image: url("images/bullet.gif");*/ margin: 5px; padding: 0px 0px 20px 5px; height:100%;}
	.body2 { float:left; margin: 1px; padding: 10px; height:100%; display:inline; position:relative;}
	
	
	
	
	
	
	
	
#mainContent {
	width:54em;
	padding:10px 0px 0px 0px;
	float:left;
}

#mainContent h2 {
	color:#000;
	font-size:1.5em;
}

#mainContent p + h2 {
	margin-top:1.5em;
}

#mainContent h3 {

}

#mainContent blockquote {
	padding:0 2em;

	color:#444;
	border-left:4px solid #F90;
}

#mainContent ul {
	color:#000;
}

#mainContent li {
	background:url(../images/li_bullet.gif) left center no-repeat;

	padding-left:1em;
	margin:0 0 0.5em 1em;
	color:#333;
}



/* Main Column Table */

#mainContent table {
	margin-top:1.5em;
}

#mainContent thead th {
	background:#EAEAEA;
}

#mainContent td {
	padding:0.5em;
	background:#F4F4F4;
}

#mainContent td:hover {
	background:#EAEAEA;
}

#mainContent th {
	padding:0.5em;
	background:#F4F4F4;
	color:#004D85;
}

#mainContent th strong {
	color:#F60;
}
	
	
	

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	.title {float:top; background: transparent; height:100%;	width:800px;}
	
	/* links ---------------------------------*/	
	A {color:#000; text-decoration : underline;}
	A:active {color: #000; text-decoration : underline;}
	A:visited {color: #000; text-decoration : underline;}
	A:hover {color: #000; text-decoration : none;}
	
	
#footer {
	text-align:center;
	clear:both;
	padding:1em 0 0;
	background:url(../images/footer_hr.gif) repeat-x;
}

#footer li {
	display:inline;
	margin:0.5em;
}


ul {
	list-style:none;
}	
