/* Style sheet adapted from template generated by csscreator.com */ 

html, body { 
	color: #000066;
	font-size: 10pt;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	margin:0; 
	padding:0; 
}
a:link {
	color: #CC0066;
	text-decoration: none;
}
a:hover {
	color: #33FFFF;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: ##6600CC;
	text-decoration: none;

}
h1 {
	font-size: 150%;
	font-weight: bold;
}
h2 {
	font-size: 120%;
	font-weight: bold;
}
h3 {
	font-size: 105%;
	font-weight: bold;
}
h4 {
	font-weight: bold;
	font-size: 102%;
	font-weight: bold;
}
h5 {
	font-size: 100%;
}


/*----container-----*/
 
#pagewidth{ 
 width:700px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
/*----top of page-----*/

#header{
 position:relative; 
 width:100%;
} 

.images {
	height: 100px;
	width: 714px;
	margin: 0px auto;
	left: auto;
	top: 0px;
	right: auto;
	bottom: 0px;
}

.navbar {
	height: 30px;
	width: 700px;
	text-align: right;
	background-color: #CCCCFF;
	font-weight: bold;
	vertical-align: middle;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 4px;
	left: auto;
	top: 0px;
	right: auto;
	bottom: 0px;
	border: none;
}
.breadcrumb {
	height: 30px;
	width: 700px;	
	font-size: 75%;
	text-align: left;
	background-color: #FFFFFF;
	vertical-align: top;
	padding: 10px;
	margin: 0px auto;
	left: auto;
	top: 0px;
	right: auto;
	bottom: 0px;
}
 

/*----main body of page-----*/

#leftcol{
 width:20%; 
 float:left; 
 position:relative; 
 text-align: center;
 background-color:#FFFFCC; 
}

.colbody {
	background-color: #FFFFCC;
	text-align: center;
	vertical-align: top;
	padding: 2px;
	margin-top: 3px;
}
 
#maincol{
 float: right; 
 display:inline; 
 position: relative; 
 width:80%; 
 }
 
 .mainbody {
	text-align: left;
	vertical-align: top;
	padding-left: 5px;
	padding-bottom: 5px;
}

.sectionhead {
	height: 40px;
	width: 400px;
	text-align: left;
	background-color: #CCCCFF;
	font-size: 120%;
	font-weight: bold;
	vertical-align: middle;
	left: auto;
	top: 0px;
	right: auto;
	bottom: 0px;
	border: none;
}

/*----bottom of page-----*/

#footer{
 height:60px; 
 clear:both;
 text-align: center;
 } 
 

 
 /* *** 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 */  

