/* generated by csscreator.com */ 
html, body{ 
	margin:0; 
	padding:0; 
 	text-align:center;
	background-color: #ffffff;
}

#pagewidth{ 
width:1000px; 
text-align:left;  
margin-left:auto; 
margin-right:auto;
background-color: #ffffff;
} 
 
#header{
 position:relative;
 background-color: transparent;
 width:100%;
} 
#header .strapline {
	font: 120% Georgia, "Times New Roman", Times, serif;
	color: #778899;
	background-color: transparent;
	float: right;
}
#header .logo {
	float: left;
	padding: 20px;
	border: none;	
}
#leftcol{
 width:180px; 
 float:left; 
 position:relative;
 }
 
#maincol{
	float: right; 
 	display:inline; 
 	position: relative; 
 	width:801px;
}
#maincup{
	margin: 50px 250px 0px 0px;
 }
#maincol h1 {
	font: 150% Arial, Georgia, "Times New Roman", Times, serif;
}

#maincol h2 {
	font: 120% Arial, Georgia, "Times New Roman", Times, serif;
}

#maincol p {
	font: 80% Arial, Georgia, "Times New Roman", Times, serif;
	line-height: 1.6em; 
}
#maincol li {
	font: 12px Arial, Georgia, "Times New Roman", Times, serif;
	color: #000080;
	line-height: 1.6em; 
}
#maincol ul.circle {
	list-style-type:circle;
}
#maincol ol.decimal {
	list-style-type:decimal;
}
#maincol ol.lower-alpha {
	list-style-type:lower-alpha;
}
#maincol .cal {
	font: 70% Arial, Georgia, "Times New Roman", Times, serif;
	border: 1px solid #ff0000;
    margin-top: 5px;
}
#maincol .cal a:hover {
	color: #ffffff;
	background-color: #811221;
}
#maincol .cal a:visited {
	color: #FF0000;
	text-decoration: none;
}

img.floatLeft {
	float: left; 
	margin: 1em;
}
img.floatRight {
	float: right; 
	margin: 1em;
}
img.floatLeftB {
	display: block;
	float: left; 
	margin: 1em;
}
img.floatRightB {
	display: block;
	float: right; 
	margin: 1em;
}
img {
	border: none;
}
img.underLeft {
	position:absolute;
	left:0px;
	top:450px;
	z-index:-1
}
img.underRight {
	position:absolute;
	left:500px;
	top:450px;
	z-index:-1
}
#maincol a:link, #maincol a:visited {
	text-decoration: none;
	color: #12148A;
	background-color: transparent;
}
#maincol a:hover {
	color: #778899;
}  
 /* *** 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 left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

