body, td, p{
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.bottommenu {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #51827c;
}

.titleBar {
	font-family: "Trebuchet MS";
	font-weight: bold;
	background-attachment: fixed;
	background-image: url(images/title-bar.jpg);
	background-repeat: no-repeat;
	background-position: left;
	word-spacing: normal;
	position: relative;
	left: 20px;
	width: auto;
}
.copy {
	font-family: "Trebuchet MS";
	font-size: 9px;
	color: #83B084;
}
.samplemenu {
	font-family: "Trebuchet MS";
	font-size: 10px;
}
.subText {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #006699;
}
.copy2 {
	font-family: "Trebuchet MS";
	font-size: 9px;
	color: #996633;
}
.dashBorder {
	border-top: dotted #51827c;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.imageBorder {
	border: 1px dashed #cccc99; 
	padding: 10px; 
	background-color: white;
}
.imageBorderSolid {
	border: 1px solid #cccc99; 
	padding: 10px; 
	background-color: white;
}
a:link {
	font-family: "Trebuchet MS";
	color: #336699;
}
a:visited {
	font-family: "Trebuchet MS";
	color: #996666;
}
.greenTitle {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #51827c;
	font-weight: bold;

}
.blueTitle {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #006699;
	font-weight: bold;
}
.blueTitleLarge {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #006699;
	font-weight: bold;
}

.brown {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #996600;
}
.brownTitle {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #996600;
}
.brownTitleLarge {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	color: #996600;
}
.h3 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #669966;
}
.blue {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #006699;
}
.gray {
	font-family: "Trebuchet MS";
	color: #666666;
	font-weight: bold;
}
.purpleTitle {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #996699;
}
.titleNewsletter {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

.calMonth {
	font-size: 16px;
	font-weight: bold;
	color: #996699;
}

.floatRight { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-right: 30px;
}

.floatLeft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.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;
}
