@charset "utf-8";
*  {
	margin: 0; 
	padding: 0;
	border: 0;
}	
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #EAE8DF;
}

a:link {
	text-decoration: underline;
	color: #03F
}
a:visited {
	text-decoration: underline;
	color: #03F
}
a:hover {
	color: #C30;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: bold;
	color: #E80000;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	font-style: italic;
	font-weight: bold;
	color: #E80000;
	text-decoration: none;
	margin-bottom: 0px;
	padding: 0px;
	margin-top: 25px;
}
 #container {
	width: 975px;
	text-align: left;
	background-image: url(../images/container-image.gif);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #689550;
	border-right-color: #689550;
	border-bottom-color: #689550;
	border-left-color: #689550;
} 
 #sidebar1 {
	margin-top: 0px;
	float: left; /* since this element is floated, a width must be given */
	width: 166px; /* padding keeps the content of the div away from the edges */
	background-color: #CDC8B5;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-bottom: 0px;
}
 #container #sidebar1 p {
	font-family: "Myriad Web", Arial, sans-serif;
	font-size: 16px;
	color: #790000;
}
ul#nav {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 153px;
	padding-left: 0px;
	list-style-type: none;
	background-color: #CDC8B5;
}
#nav li a {
	text-decoration: none;
	background-color: #CDC8B5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A69E7B;
	font-size: 90%;
	color: #B91D21;
	display: block;
	text-align: center;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
}
#nav li a:hover, #nav li active, #nav li focus {
	background-color: #D7E1EB;
}
 #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 225px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-right-style: none;
} 
 #container #mainContent #divrule {
	float: right;
	height: 1px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 14px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
 #container #mainContent p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 75%;
	line-height: 1.6;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin-right: 0px;
}

#footer {
	background-color: #EFF3F8;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-size: 10px;
	font-style: normal;
	color: #333;
	text-decoration: none;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #88B371;
} 
 #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;
}
