/* *** Generated by www.csscreator.com *** */
html, body{ 
 margin:	0; 
 padding:	0;
 font-size: 100%;
} 
 
#pagewidth{ 
 width:		100%; 
 min-width: 500px; 
} 
 
#header{ 
 height:	80px; 
 width:		100%; 
 background-color:	#FFFFFF; 
} 
 
#leftcol{
 width:		150px; 
 float:		left; 
 position:	relative; 
 margin-left:-150px; 
 margin-right:1px; 
}
 
#outer{ 
 border:	solid white 0px; 
 border-left-width: 150px ;  /* left column width. NN4 hack to hide borders */ 
 border-left-color: #FFFFFF;   /* left column colour */ 
 border-left-style: solid; 
 border-right-width: 300px; /* right column width. NN4 hack to hide borders */ 
 border-right-color: #FFFFFF;  /* right column colour */ 
 border-right-style: solid; 
 background-color: #FFFFFF; /* center column colour */ 
 width: 	auto; 
} 
 
#rightcol{
 width:		300px; /* hack keeps NN4 right column right? */ 
 float:		right; 
 position:	relative; 
 margin-right:-300px; 
 margin-left:1px; 
} 
 
#footer{
	height:	30px;
	width:		100%;
	background-color:#eeeeee;
	border-color: #000000;
	border: solid black 1px;
	border-left-width: 0px;
	border-right-width: 0px;
} 
 
#inner{
 margin:	0; 
 width:		100%;
}
 
#maincol{ 
 float: 	left; 
 width: 	100%; 
 position: 	relative; 
 margin:	0 -8px 0 -2px; 
 }
 
#outer>#inner { 
 border-bottom: 1px solid #FFFFFF;  
}
 
.clr{
 clear:		both;
}
 
.content{
 padding:	5px; /*padding for content */ 
} 
 
#header .content{
 padding-bottom:0; /*padding bottom 0 to remove space in IE5 Mac*/ 
} 

p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	width: 450px;
}
.body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
.footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: bold;
	color: #000000;
}
.subtitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #000000;
}
.caption {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: center;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #003399;
}
ul {
 	list-style-image: url(bluedot.gif);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	width: 400px;
}
a {
	color: #003399;
}
a:link {
	color: 003399;
}
a:hover {
	color: #003399;
}
a:visited {
	color: #003399;
}
a:hover {
	color: #003399;
}

 /*printer styles*/ 
@media print{ 
/*hide the left column when printing*/
#leftcol{display:none;} 
#outer{border-left:0;} 

/*hide the right column when printing*/
#rightcol{display:none;} 
#outer{border-right:0;} 
}



