@charset "utf-8";
/* CSS Document */


/* CSS Document */

body  {
	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;
	background-color: #000000;
}
#container  {
	border: 1px none #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 1014px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
} 
#footer li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}
#footer a {
	color: 0066ff;
	text-decoration: none;
	font-size: 80%;
}
#footer a:hover {
	color: #FFFFFF;
}
#header  {
	padding: 0;
	margin: 0px;
} 
#logo {
	padding-top: 10px;
}
#navbar {
	padding-top: 10px;
	text-align: center;
	padding-bottom: 25px;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	text-align: center;
}
#mainContent  {
	text-align: center;
	color: #FFFFFF;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.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;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
}
a {
	font-size: medium;
	color: #0066FF;
}
a:visited {
	color: #0066FF;
}
a:hover {
	color: #66CCFF;
}
a:active {
	color: #0066FF;
}
#pagemenu li {
	display: inline;
}
#pagemenu a {
	padding-right: 30px;
	padding-left: 30px;
	color: #0066ff;
}
#pagemenu a:hover {
	color: #FFFFFF;
}
#pagemenu {
	text-align: right;
	margin-right: 150px;
}
