/* CSS Document */
body{
	font-family:"Trebuchet MS", Arial, Verdana;
	margin:0;
	padding:0;
	background:url(../images/ch-background.jpg) repeat-x #6DFE01;
	font-size:11pt;
	color: #006699;
}
h1 {
	font-family: "Arial Black";
	font-size: 24px;
	font-weight: normal;
	color: #0099FF;
}
h2 {
	font-family: "Arial Black";
	font-size: 12px;
	font-weight: normal;
	color: #003366;
}
h3 {
	font-family: "Arial Black";
	font-size: 14px;
	font-weight: normal;
	color: #003333;
}



#pageArea{
	width:950px;
}
#pageHeader{ text-align:right;}

#contentPage{
	background:url(../images/content-bg.gif) repeat-y center;
}


#contentArea{
	width:630px;
	float:right;
	padding-right: 28px;
	vertical-align: top;
}


#mainMenu{ width:255px; float:left; text-align:left; padding:10px 0 0 3px; font-size:14pt; font-weight:bold;}
#mainMenu ul{margin:0; padding:19px 0 0 0; list-style:none;}
#mainMenu ul li{ width:210px; height:26px; padding:0 0 11px 40px; margin:0;}
.menu1{background:url(../images/menu1.gif) no-repeat;}
.menu2{background:url(../images/menu2.gif) no-repeat;}
.menu3{background:url(../images/menu3.gif) no-repeat;}
.menu4{background:url(../images/menu4.gif) no-repeat;}
.menu5{background:url(../images/menu5.gif) no-repeat;}
.menu6{background:url(../images/menu6.gif) no-repeat;}
.menu7{background:url(../images/menu7.gif) no-repeat;}

#mainMenu a:link, #mainMenu a:visited{ text-decoration:none; color:#01302E;}
#mainMenu a:hover{ color:#951E1E;}


#pageFooter{
	height:57px;
	padding-top:13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003333;
	text-decoration: none;
}
a:link{color: #FF6600; text-decoration: underline;}

a:visited{color: #FF6600; text-decoration: underline;}
a:acctive{color: #FF6600; text-decoration: underline;}
a:hover {color: #CC0000;text-decoration: underline;}
a.copyright:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003333;
	text-decoration: none;
}
a.copyright:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0033CC;
	text-decoration: underline;
}
