 body,td,th {
	font-family: Trebuchet MS, tahoma, arial, Arial;
	font-size: 12px;
	color: #666666;
}
a {
	font-family: Trebuchet MS, tahoma, arial, Arial;
	font-size: 12px;
	color: #666666;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #336600;
}
.points16pt {
	font-family: Trebuchet MS, tahoma, arial, Arial;
	font-size: 16px;
	color: #666666;
}
.points16ptdarkgreybold {
	font-family: Trebuchet MS, tahoma, arial, Arial;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
.points16ptgrey {
	font-family: Trebuchet MS, tahoma, arial, Arial;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
}
.points18ptwhite {
	font-family: Trebuchet MS, tahoma, arial, Arial;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
.points18ptgreen {
	font-family: Trebuchet MS, tahoma, arial, Arial;
	font-size: 18px;
	color: #336600;
	font-weight: bold;
}
.points18ptyellow {
	font-family: Trebuchet MS, tahoma, arial, Arial;
	font-size: 18px;
	color: #FFFF00;
	font-weight: bold;
}
.points18ptgreenserif {
	font-family: Trebuchet MS, tahoma, arial, Arial;
	font-size: 20px;
	color: #336600;
	font-weight: normal;
}
.points14ptgreen {
	font-family: Trebuchet MS, tahoma, arial, Arial;
	font-size: 14px;
	color: #336600;
	font-weight: bold;
}
.subheads10ptgreen {
	font-family: Trebuchet MS, tahoma, arial, Arial;
	font-size: 10px;
	color: #336600;
	font-weight: normal;
	text-transform: uppercase;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	font-family: Trebuchet MS, tahoma, arial, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}

#container {
	width: 1024px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCCCCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0px;
	background-color: #FFFFFF;
} 
#header {
	padding: 0;
	background-repeat: no-repeat;
	height: 369px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 155px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	background-color: #336600;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 155px;
	padding-top: 17px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	text-align: left;
} 
#footer {
	height: 25px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #FFFFFF;
	text-align: center;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* 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;
}
.fltlft { /* 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;
}
[if IE 5]>
/* place css box model fixes for IE 5* in this conditional comment */
#sidebar1 { width: 230px; }
<![endif][if IE]>
/* place css fixes for all versions of IE in this conditional comment */
#sidebar1 { padding-top: 30px; }
#mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
<![endif]
.border {
	border: 1px solid #C7CCCF;
}
.tableborder {
	border: 1px solid #C7CCCF;
}
