@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: #FFFFFF;
	background-image: none;
}
#container  {
	width: 660px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #000000;
} 
#header  {
	background-color: #FFFFFF;
	color: #ff9900;
	background-image: none;
	height: 200px;
	width: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	display: none;
} 
#header  h1  {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left center;
	height: 200px;
	width: 760px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	background-attachment: fixed;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: normal;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	color: #000000;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent  {
	color: #000000;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 310px;
	padding-top: 10;
	padding-bottom: 0;
	padding-right: 0px;
	padding-left: 0px;
	width: 335px;
	background-color: #FFFFFF;
} 
#footer  {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	color: #000000;
} 

#Menu {
	height: 60px;
	width: 760px;
	background-color: #FFFFFF;
	border: medium solid #990000;
	color: #000000;
	display: none;
}
#ContentSidebarContainer {
	width: 800px;
	background-color: #FFFFFF;
	color: #000000;
}
