/* CSS Document */
body  {
	padding: 0;
	color: #003366;
	width: 752px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #003366;
	margin-left: 100px;
	margin-right: 50em;
}
.style1 {
	font-size: 16px;
	font-weight: bold;
}
.style2 {color: #01669C;}
.style4 {	color: #439A22;	font-size:14px;	font-weight: bold;}

.style9 {font-family: Arial, Helvetica, sans-serif;}
.style10 {color: #FF0000;}


/* Miscellaneous classes for reuse */
.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;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#events {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	width: 710px;
} 
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #003366;
	background-position: left;
	padding: 10px;
	color: #FFFFFF;
}
#bar {
	background-color: #429A22;
	height: 30px;
	width: 752px;
}
#right {
	background-color: #FFFFFF;
	height: 100%;
	width: 40px;
}
#news {
	width: 176px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 5px;
}
#newstitle {
	background-color: #FFFFFF;
	width: 186px;
}
.rtsidebar {padding:0px 5px 0px 5px; font-size:12px; line-height:16px;}
.smtitle {font-size:12px; font-weight:bold; }
.title {font-size:14px; font-weight:bold; 	margin-right: 30px;	margin-left: 40px;}
.grtitle {font-size:14px; font-weight:bold; color:#439A22;}

.quote {font-weight:bold; font-style:italic; 	font-size: 12px;	color: #009900;
	margin-right: 30px;	margin-left: 40px;
	}
.maincontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	text-align: justify;
	margin: 0px;
}
.logo {
	float: right;
}
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 15px 20px 5px 20px;
	color: #003366;
}
H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 15px 20px 5px 20px;
	color: #003366;
}

.paragaphs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	margin-right: 15px;
	margin-left: 30px;
	background-color: #FFFFFF;
}
ul li {margin-left:15px; padding-bottom:5px;}

.paragaphsgreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #429A22;
	text-align: justify;
	margin-right: 5px;
	margin-left: 40px;
}
.bottommenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003366;
	width: 470px;
	margin-top: 0px;
	margin-right: 13px;
	margin-bottom: 0px;
	margin-left: 40px;
	text-align: left;
}
.note {font-size:11px; font-weight:normal; font-style:italic; }

