@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
  	padding:0 0 <length> 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #e2e2e2;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	}

#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 849px;
	text-align:left;
	margin-right:auto;
	margin-left:auto;
	margin-top: 25px;
	background-color:#FFFFFF;
	border: solid 1px #000000;
	margin-bottom: 30px;
	}
	
#bglayer {
float:left;
width:100%;
background-color:#FFFFFF;
/*background-image:url(images/content_bg.gif);
background-repeat:repeat-y;*/
}

	
img {
border:0;}

#left {
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	width: 230px;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
	text-align:left;
	background-color:#f5f5f5;
	border-right: solid 1px #cfcfcf;
	border-bottom: solid 1px #cfcfcf;	
	height:360px;
	}
	
#left p {
margin-left: 0px;
margin-right: 0px;
margin-top: 10px;
margin-bottom: 10px;
padding: 0;


}	

#left_inside {
	margin:5px;
	margin-left: 10px;
	padding:2px;
	}

.formtext {
	color:#6E6E6E;
	font-size: 11px;
	letter-spacing:-.8px;
	font-family:Arial, Helvetica, sans-serif;
	}

#pages {
	font-family:Arial, Helvetica, sans-serif;
	width: 605px;
	margin-left: 40px;
	margin-top: 20px;
	}

#main {
	float: left;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	width: 615px;
	padding-left: 10px;
	padding-right: 0px;
	margin-top: 10px;
	margin-left: 20px;
	overflow:auto;
	height:500px;
	}
	
#main p {
	margin-bottom: 10px;
	margin-top: 5px;
	font-size: 14px;
	color:#000;
	line-height:26px;
	}	
	
	
#main2 {
	float: left;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	width: 390px;
	padding-left: 10px;
	padding-right: 0px;
	margin-top: 10px;
	margin-left: 20px;
	height: 500px;
	overflow: auto; 

	}	
#main2 p {
	margin-bottom: 10px;
	margin-top: 5px;
	font-size: 14px;
	color:#000;
	line-height:18px;
	text-align:left;
	}	









#cpgevents {
width:205px;
border: #aeaeae 1px solid;
background-color:#ececec;
margin-top:5px;}
#cpgevents td {
border-bottom:#b6b6b6 1px solid;}



#cpgenews {
width:205px;
border: #aeaeae 1px solid;
background-color:#ececec;}




#right {
	float: right;
	margin-top: 0px;
	font-family:Arial, Helvetica, sans-serif;
	width: 180px;
	margin-right: 0px;
	padding: 0px;
	text-align:left;
	background-color:#f5f5f5;
	border-left: solid 1px #cfcfcf;
	border-bottom: solid 1px #cfcfcf;
	}
	
#right_inside {
	margin:10px;
	margin-left: 14px;
	margin-right: 10px;
	line-height:13px;
	}	
	

#right2 {
	float: right;
	margin-top: 15px;
	font-family:Arial, Helvetica, sans-serif;
	width: 200px;
	margin-right: 7px;}

#right p {
	margin-top: 5px;
	font-size: 12px;
	margin-bottom: 2px;}
	
#right a, #left a {
text-decoration:underline;
color:#000000;
}	

#right a:hover, #left a:hover {
text-decoration:underline;
color:#CC0000;
}	
	

#main li {font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:left;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	}
	
#main ul {
	color:#333333;
	padding-left:15px;
	padding-right:0px;
	margin-left: 15px;
	margin-top: 2px;
	margin-bottom: 2px;
	list-style-image:url(images/bullet.gif);
	list-style-position:outside;
	}


#main2 li {font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:left;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	}
	
#main2 ul {
	color:#333333;
	padding-left:5px;
	padding-right:0px;
	margin-left: 15px;
	margin-top: 2px;
	margin-bottom: 2px;
	list-style-image:url(images/bullet.gif);
	}





table {
	margin-left: 10px;
	margin-right: 10px;
	}




h1, h2, h3, h4, h5, h6 {
	color:#ff0033;
	font:"myriad Pro";
	padding-bottom: 0px;
	margin-bottom:10px;
	margin-top: 4px;}


/* h1 {font-size: 30px;}
h2 {font-size: 26px;}
h3 {font-size: 22px;}
h4 {font-size: 20px;
color:#CC0033;
}   */
h1 {font-size: 24px;}
h2 {font-size: 22px;}
h3 {font-size: 20px;}
h4 {font-size: 18px;
color:#CC0033;
}
h5 {font-size: 15px;}
h6 {font-size: 12px;}



label {
	padding-top: 3px;
	padding-bottom: 3px;}

hr {
	border-style:dotted;
	border:#666666;}


a:link {
	color:#206cdf;
	text-decoration: none;}
a:visited {
	text-decoration: none;
	color:#206cdf;}
a:hover {
	text-decoration: underline;
	color:#FF0000;}
a:active {
	text-decoration: none;
	color:#206cdf;}

.pic_class_left {
	margin-right: 10px;
	float:left;}

.pic_class_right {
	margin-left: 10px;
	float:right;}


#footer {
width:849px;
height:75px;
float:left;
background-image:url(images/footer.gif);
background-repeat:no-repeat;
color:white;
font-size:12px;
font-style:bold;
padding: 0;
margins: 0;
}

#spacer {
width: 100%;
height: 14px;
padding: 0;
margins: 0;
}


.bigtext {
color:#000000;
font-size:22px;
font-family:"Times New Roman", Times, serif;
}

.red {
color:#FF0000;
}


#footer a {
color:white;
text-decoration:underline;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}