body {
	background-color: #e7e7e7;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}

.body_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.menu_text_white{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
.menu_text_white a{
	color: #ffffff;
	text-decoration: underline;
}

.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #363636;
}
.footer_text a {
	color: #363636;
	text-decoration:underline;
}

.sky{
	background-color:#a7c7e8;
}
.sky_dk{
	background-color:#85a0bb;
}
.sky_lt{
	background-color:#cad7e7;
}



.serif_header_white {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
}

.handCursor {
	cursor:pointer; 
	cursor:hand;
}

.dropshadow_bottom {
	background-image:url(../images/ds_bottom.gif); 
	background-repeat:repeat-x;
}
.dropshadow_right {
	background-image:url(../images/ds_right.gif); 
	background-repeat:repeat-y;
}

#latestNews {
	margin: 0;
	padding: 0;
	list-style: none;
}
#latestNews li{
	padding-left: 10px;
	background-image: url(../images/bullet_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

#seeAlso {
	margin: 0;
	padding: 0;
	list-style: none;
}
#seeAlso li{
	padding-left: 12px;
	padding-bottom: 3px;
	background-image: url(../images/bullet_arrow.gif);
	background-repeat: no-repeat;
	background-position: .1em .5em;
}



.noTopMargin {
	margin-top:0px;
}
.noTopOrBottomMargin {
	margin-top:0px;
	margin-bottom:0px;
}
