@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #484848;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #e2e2e2;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e2e2e2;
	margin-bottom: 5px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #e2e2e2;
	margin-bottom: 10px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e2e2e2;
}
.current {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #f2f2f2;
}

#wrapper {
	width: 990px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #484848;
	margin-top: 30px;
}
#header {
	width: 990px;
	height: 175px;
	position: relative;
}
#logo {
	height: 63px;
	width: 364px;
	background-repeat: no-repeat;
	background-position: left top;
	left: 80px;
	top: 20px;
	position: relative;
}
#tagline {
	width: 248px;
	top: 56px;
	right: 83px;
	height: 33px;
	text-align: right;
	font-size: 10px;
	float: right;
	padding-right: 80px;
}
#navigation {
	width: 808px;
	text-align: center;
	clear: both;
	margin-left: 92px;
	padding-top: 10px;
	height: 20px;
}
#infiniteMenu {
	width: 828px;
	height: 84px;
	margin-left: 82px;
	text-align: center;
}
#mainContent {
	width: 530px;
	color: #FFFFFF;
	left: 150px;
	height: auto;
	position: absolute;
	top: 277px;
}
#mainContent p {
	line-height: 140%;
}

#mainContent a {
	color: #F0F0F0;
	font-weight: bold;
	text-decoration: none;
}
#mainContent ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 5px;
}
#mainContent li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e0e0e0;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 310px;
	color: #F9FBFE;
	height: 220px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 60px;
	margin-left: 70px;
}
#sidebar1 img {
	padding: 0px;
	margin: 0px;
}

#sidebar1 a:link {
	color: #E0E0E0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
#sidebar1 a:visited {
	color: #E0E0E0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
#sidebar1 a:active {
	color: #E0E0E0;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
#sidebar1 a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* CSS Document */

#subnavigation {
	margin-top: 10px;
	height: 20px;
	width: 310px;
	text-align: center;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#subnavigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F0f0f0;
	text-decoration: none;
}
