@charset "utf-8";
/* CSS Document */

body {
	background: #222222;
	margin: 50; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 50;
	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: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.oneColFixCtr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #222222;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#menu {
	width: 150px;
}
#menu li {
	list-style-type: none;
	background-image: url(images/nav_line1.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#mainContent {
	padding-left: 200px;
	padding-right: 200px;
	clip: rect(auto,auto,auto,200px);
	left: 200px;
}
#main {
	position:absolute;
	left:190px;
	top:84px;
	width:700px;
	height:258px;
	z-index:11;
}
#heading {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#main td {
	padding: 20px;
}
#main a {
	color: #FFFFFF;
	text-decoration: none;
}
#main .home {
	white-space: normal;
	letter-spacing: normal;
	text-align: justify;
}
