@charset "utf-8";
/* CSS Document */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	color:#333333;
	background: #999999;
	margin: 0px 0px 0px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px 0px 0px 0px;
	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;
}
.twoColFixLt #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #EBEBEB;
	margin: 0px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #333333;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLt #sidebar1 {
	/*background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	text-align:center;
	padding: 0px 0px 0px 0px;
	margin:20px 0px 0px 0px;
}
.menu a {
	border: 1px solid #333333;
	text-align:center;
	padding:3px;
	margin:3px;
	color:#333333;
}
.menu a:hover {
	background-color:#999999;
	color:#FFFFFF;
}
.menuV {
	background-color:#999999;
	color:#FFFFFF !important;
}
.twoColFixLt #mainContent {
	margin: 0px 0px 0px 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*border-left: 1px solid #333333;*/
}
