@charset "UTF-8";
/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #000000;
}
#wrapper {
	text-align: left;
	margin: 100px auto 0 auto;
	padding: 0px;
	width: 900px;
	height: 750px;
}
#header {
	background-color: #000000;
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 130px;
	width: 400px;
	color: #FFFFFF;
}
#header2 {
	background-color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0;
	float: right;
	height: 130px;
	width: 500px;
	color: #FFFFFF;
}
#banner {
	background-color: #CCCCCC;
	text-align: left;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 350px;
	width: 900px;
}
#smallMain {
	text-align: left;
	margin: 0px;
	padding: 30px 50px;
	float: left;
	height: 190px;
	width: 225px;
	position: relative;
	background-image: url(images/bg-smallMain2-temp2.jpg);
}
#smallMain2 {
	text-align: left;
	margin: 0px;
	padding: 15px 20px;
	float: right;
	height: 220px;
	width: 535px;
	color: #FFF;
	font-size: 75%;
	line-height: 130%;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bottomRightBG.jpg);
}
#largeMainSub {
	background-color: #000;
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 900px;
	color: #FFFFFF;
	clear: both;
}
#footer {
	background-color: #000000;
	text-align: center;
	margin: 0px;
	padding: 10px 0;
	clear: both;
	height: 30px;
	width: 900px;
	color: #FFFFFF;
}
.BottomNav {
	font-size: 80%;
	color: #FFFFFF;
	font-weight: 500;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #0066FF;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
h1 {
	font-size: large;
	color: #FFFFFF;
}
h2 {
	font-size: medium;
	color: #0066FF;
}
h3 {
	font-size: small;
	color: #FFFFFF;
}
#sidebarLeft {
	background-color: #666666;
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 600px;
	width: 400px;
	clear: left;
}
#twoColMain {
	background-color: #000;
	text-align: left;
	margin: 0px;
	padding: 20px;
	float: left;
	height: 560px;
	width: 460px;
	clear: right;
	color: #FFF;
	line-height: 130%;
}
#navBoxTop {
	background-color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 400px;
	position: relative;
	top: 75px;
	left: 50px;
}
