﻿/* generated by csscreator.com */ 
html, body
{ 
	margin:0; 
	padding:0; 
	text-align:center; 
	color: #369;	
	margin: 5px 0px -10px;
} 
 
#pagewidth
{
	margin-left:40px; 
	margin-right:auto; 
} 

#header .headertext 
{
    margin:0px;
    padding:0px;
    font-size: 10pt;   
    font-weight: bold;
    font-style:italic;
}



 
#header
{
	position:relative; 
	height:80px; 	
	width:900px;
} 
 
#maincol
{
	background-color: #FFFFFF;  
	float: right; 
	display:inline; 
	position: relative; 
	width:60%; 
	vertical-align: top;
 }
 
 #leftcol
 {
	vertical-align: top;
	background-color: #e0e0e0;
	width: 160px;
 }
 
#footer
{
	height:150px; 
	background-color:#FFFFFF; 
	clear:both;
 } 
 
 #twocols
 {
	width:900px;	
 }

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after 
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
/*printer styles*/ 
@media print{ 

	/*hide the right column when printing*/ 
	#rightcol{display:none;} 
	#twocols, #maincol{width:100%; float:none;}
	
}


/* CONTENT STYLES */

h1
{
	font-size: 2em;
	color:#336699;
	display: block;
	font-weight: bold;
}


h2
{
	color:#000000;
	display: block;
	font-weight: bold;
	font-size: 1.8em;
}

div.subtitle
{
	color: #369;
font-size: 14px;
font-weight: bold;
}

p, li, a, div
{
	color: #202020;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 1.2;
}

div.content_column_left
{
	float: left;
	width: 250px;
	margin-right: 20px;
}

div.content_column_right
{
	display: block;
	width: 250px;
	margin-right: 20px;
}

div.navHeading
{
	background-color: #6699cc;
	color: white;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	height: 16px;
}

a.navActive
{
	color: #274D8F;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

SmallText
{
	font-size: 8pt;
}

a.SmallText
{
	cursor: text;
	text-decoration: none;
}

