/* CSS Document */

/* Styles */

a:link {
	color: #330033;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #330033;
}

a:hover {
	text-decoration: none;
	color: #CC0033;
}

a:active {
	text-decoration: underline;
}

body {
	background-color: #99CC00;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.bodyText {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #330033;
}

.bodyTextYel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #FFFF66;
}

.category {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bolder;
	color: #CC0033;
}

.floating-left-image {
        float:left;
}

.floating-right-image {
        float:right;
}

.floating-right-imageCapt {
	float:right;
	font-family: Verdana;
	font-size: 10px;
	line-height: 13px;
	color: #663399;
	padding-left: 10px;
	padding-bottom: 6px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #330033;
	padding-left: 40px;
}

.forms {
	font-family: Verdana;
	font-size: 10px;
	color: #663399;
	line-height: 13px;
}

.head {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 32px;
	line-height: 32px;
	color: #CC0033;
	font-weight: bolder;
}

.headersHome {
	font-size: 17px;
	padding-top: 3px;
	font-family: "Trebuchet MS";
	line-height: 17px;
	font-weight: bolder;
	color: #FFFFFF;
}

.headersHomeRed {
	font-size: 17px;
	padding-top: 3px;
	font-family: "Trebuchet MS";
	line-height: 17px;
	font-weight: bolder;
	color: #CC0033;
}

.spacerHoriz {
	background-image: url(images/spacer_h.jpg);
	background-repeat: repeat-x;
}

.spacerVert {
	background-image: url(/images/spacer_v.jpg);
	background-repeat: repeat-y;
}

.subhead {
	font-family: "Trebuchet MS";
	font-size: 22px; 
	color: #669900; 
	line-height: 22px; 
	font-weight: bold; 
	letter-spacing: -1px; 
}

.subheadWhite {
	font-family: "Trebuchet MS";
	font-size: 22px; 
	color: #FFFFFF; 
	line-height: 22px; 
	font-weight: bold; 
	letter-spacing: -1px;
}

/* ID styles */

#subheadLink {
	color: #669900;
	text-decoration: none;
}

#formsLink {
	font-family: Verdana;
	font-size: 10px;
	color: #663399;
	line-height: 13px;
	text-decoration: underline;
}

#bodyTextYelLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #FFFF66;
	text-decoration: underline;
}

