@charset "utf-8";
/* CSS Document */

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #CCB333;
}


#maincenter {
	font-family: Trebuchet MS;
	font-size: 12pt;
	color: #000000;
}
#homepage-left	{
	float:left;
	width:65%;
	padding-right: 8px;
	padding-top: 16px;

}

#column-left  {
	float:left;
	width:50%;
	padding-right: 8px;
	padding-top: 16px;

}

#homepage-right	{
	float:left;
	width:30%;
	padding-right: 8px;
	padding-top: 16px;
}

#column-right  {
	float:right;
	width:48%;
	padding-right: 8px;
	padding-top: 16px;
	
}

.globaltext2{
	color: #333333;
	font: 12pt "Trebuchet MS";
}


.pagetitle {
	color: #CCB333; /* text color */
	font-size: 14pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	-webkit-text-stroke: 1px #000;
	}

.sectiontitle {
	font-size: 13.5pt;
	height:150px;
	background-color: #FFFFFF;
	padding: 4px;
	border: 4px #3399CC solid;
}
.bodyText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color: #000066;
	}
.textboxstyle {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	border:#666666 1px solid;
	width: 200px;
}
		
#footercontent {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	text-align: center;
	font-weight:bold;
	clear: both;
	background-image: url(images/footer-band.gif);
	height: 85px;
	padding: 8px 0px 8px 0px;
	width: 1000px;
	color: #000000;
}

.customheader1 {
	font-size: 18pt;
}

.customheader2 {
	font-size: 24pt;
}
