@charset "ISO-8859-1";
body  {
	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: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
	line-height: 120%;
	height: 500px;
}
a {
	color: #CCCCCC;
	text-decoration: none;
}
p, h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
}
#container {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
} 
#header {
	padding: 0 10px 0 20px;  /* 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. */
	text-align: center;
} 
#nav {
	text-align: center;
	background-color: #333332;
	width: 840px;
	height: 40px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#nav ul {
	padding: 0px;
	list-style: none;
	margin: 0px;
}
#nav ul li{
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#nav ul li a {
	color: #FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 16px;
	line-height: 1.8em;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}					
#nav ul li a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#nav ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#nav ul li a:hover {
	color: #FFFFFF;
	background-color: #4A4848;
	text-decoration: none;
}
#nav ul li a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#subnav {
	background-color: #1c1c1b;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 7px;
}
#subnav a {
	color: #999999;
	text-decoration: none;
}
#pagetitle1column {
	text-align: center;
	margin-bottom: 30px;
}
#pagetitle2column {
	text-align: center;
	margin-bottom: 30px;
	width: 670px;
	margin-left: 15px;
}
#mainContent_container1 {
	float: left;
	width: 1000px;
}
#mainContent_container2 {
	float: left;
	width: 700px;
}
h3 {
	font-weight: normal;
}
#mainContent1column {
	width: 700px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 30px;
	background-color: #212121;
} 
#mainContent1columnblack {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 10px;
	background-color: #000000;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}
#mainContent2column {
	float: left; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	background-color: #212121;
	width: 630px;
} 
#sidebar1_container {
	float: right;
	width: 300px;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 265px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #212121;
	margin-right: 15px;
}
#footer {
	font-size: 0.8em;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	color: #999999;
	margin-top: 0px;
	clear: both;
} 
#bottomblackbox {
	padding: 15px;
}
h1 {
	font-size: 1.7em;
	font-weight: normal;
}
h2 {
	font-size: 1.3em;
	font-weight: normal;
}

