/* GLOBAL MARGIN AND COLOR STYLES */

html, body {
	margin:0px;
	padding:0px;
	background-color: #fff;
}

/* GLOBAL TEXT STYLES */

p, .leftcol, .rightcol {
	font-family: times, "times new roman", serif;
	font-style: normal;
}

a { color: #060; }


/* GENERIC CLASSES */

.smaller { font-size: x-small; }
.smallest { font-size: xx-small; }
.grey { color: #666; }
.noborders { border: 0px; padding: 0px; margin: 0px; }

/* HEADER AND FOOTER STUFF */

#menu { line-height: 0px; }

#header {
	text-align: center;
	background: url('siteimg/topbg.gif') top repeat-x;
	height: 137px;
}

.logo	{ margin: 19px 0px 15px 0px; padding: 0px 0px 0px 0px; position: relative; }

.headertext { 	width: 712px; 
		text-align: center;
		padding: 0px; border: 0px; margin: 0px;
		}
		
.headertext span, #footer {
		color: #333;
		font-family: "trebuchet ms", arial, helvetica, sans-serif;
		font-weight: bold;
		padding-top: 17px;
		font-size: 14px;
		}

.headertext .left { color: #666; }		
.headertext .right { color: #333; }		

#footer {
	position:relative;
	text-align: center;
	background: url('siteimg/bottombg.gif') repeat-x top;
	clear: both;
	width: 100%;
}

FIELDSET { border: 0px; }






