@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
}
#container  {
	width: 776px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000000;
} 
#header  {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 122px;
}
#mainContent  {
	margin: 0 0 0 122px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #000000;
} 
#footer  {
	background-color: #000000;
	margin-bottom: 25px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	clear: both;
} 
#footer p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1em;
	color: #FFFFFF;
}
p {
	margin: 0px;
	padding: 0px;
}
.style2 {color: #1773AC}
a:link {
	color: #CCCCCC;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #1773AC;
}
a:active {
	color: #FFFFFF;
}
