@charset "utf-8";
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #cc3333;
	text-decoration: none;
}


a:hover {
	font-size: 105%;
	color: #000000;
	text-decoration: none;
}
.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;
}


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: #000000;
}


.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
body,td,th {
	font-size: medium;
}



#header  {
	padding: 0;
	background-color: #000000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	height: 100px;
	width: 780px;
	margin: 0px;


} 
.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;
	font-size: 1px;
	line-height: 0px;
}
#mainContent   {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
} 
#sidebar1   {
	float: left; /* since this element is floated, a width must be given */
	width: 190px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #FFFFFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;

}



#container  {
	width: 780px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;


	
} 

#footer  {
	background-color: #D45657;
	padding: 0;
	width: 780px;
	margin: 0px;
	height: 100px;
	background-image: url(../images/footer.jpg);

} 
#container #footer ul {
	text-align: center;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#container #footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	font-style: italic;
	font-weight: normal;
	text-decoration: underline;
}
#container #footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
	font-style: italic;
	text-decoration: underline;
}
#container #footer li {
	display: inline;
	border-left-width: thin;
	border-left-style: none;
	border-left-color: #000000;
	padding-left: 5px;
	border-right-width: thin;
	border-right-style: none;
	border-right-color: #000000;
	padding-right: 5px;
	border-top-style: none;
	border-bottom-style: none;
}



#MenuButtons {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-bottom: 20px;


}

