@charset "utf-8";
/********** CLEAN THE SLATE******Ô

This neat little bit of CSS cleans the slate to remove the defaults for all HTML items: ***********/

:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,
blockquote,fieldset,input{ margin:0; padding:0; line-height: 100%; }
a img,:link img,:visited img { border:none }
address { font-style:normal }
abbr, acronym {border: none;}

/******** EASY FONT SIZE CALCULATOR***********/
body {
	font-size: 62.5%;
	background-color: #ccc;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #333;
	padding: 0px;
	margin: 10px 0 0 0;
	text-align:center;
}

#container {
	margin: 0px auto;
	padding: 0px;
	width: 860px;
	text-align:left;
}
#mainbody {
	background-color: #FFF;
	width: 860px;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 292px;
	width: 860px;
	background-image: url(styleimages/header_01.png);
	background-repeat: no-repeat;
}
#menucol {
	margin: 0px;
	padding: 0px;
	width: 196px;
	float: left;
	overflow: hidden;
}
#mainmenu {
	list-style-type: none;
}
#mainmenu li {
display: inline;
float: left;
}

#mainmenu a {
	display: block;
	width: 197px;
	height: 40px;
	background-image: url(styleimages/buttons.png);
	text-align:left;
	text-indent:25px;
	font-size: 1.4em;
	font-weight: bold;
	color: #01658F;
	margin: 0 0 2px 0;
	background-repeat: no-repeat;
	text-decoration: none;
	line-height: 210%;
}
#mainmenu a {background-position: 0 0;}
.imageback {
	background-color: #E0F3FC;
	display: block;
}
#mainmenu a:hover {background-position: 0 -40px; color:#000;}

#pagebody {
	padding: 0px;
	width: 664px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 196px;
}

#leftcol {
	float: left;
	width: 400px;
	margin-right: 10px;
	margin-left: 15px;
	text-align:justify;
}

#rightcol {
	float: right;
	width: 210px;
	margin-right: 20px;
	color: #999;
}
h1, h2, h3, h4, h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	color: #000;
	margin-bottom: 10px;
}
p {
	margin-bottom: 12px;
	line-height: 160%;
}
.highlightext {
	font-weight: bold;
	color: #FEEC00;
	background-color: #1B1C20;
	padding: 0 5px;
}
h1 {
	font-size: 2.8em; text-align:center;
}
h2 {
	font-size: 2.2em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.2em;
	color: #01A6EB;
}
h5 {
	font-size: 1.2em;
	font-variant: normal;
	color: #01658F;
}

.clearall {
	clear: both;
	height: 20px;
}
#footer {
	font-size: 1em;
	line-height: 140%;
	color: #FFF;
	width: 860px;
	background-color: #01A6EB;
	text-indent: 25px;
}
#header h1 {
	text-indent: -5000em;
}

