@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;
	background-image: url(../images/gif/lines.gif);
	background-repeat: no-repeat;
	background-position: 55px 295px;
	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: 475px;
	margin-top: 85px;
	margin-bottom: 30px;
	margin-left: 100px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-right: 0px;
	color: #FFFFFF;
	left: 10px;
	float: left;
	position: relative;
}


#mainContent h2 {
	text-align: center;
	background-color: #666666;
}

#mainContent h3 {
	background-color: #666666;
	text-align: center;
	margin-bottom: 10px;
}
#mainContent h4 {
	background-color: #666666;
	padding-left: 5px;
	margin-bottom: 5px;
}

#mainContent h3 a {
	text-decoration: underline;
	color: #e2e2e2;
}

#mainContent ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 10px;
}
#mainContent li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f2f2f2;
	line-height: 140%;
}
#mainContent li a:hover {
	background-color: #666666;
	color: #FFFFFF;
}

#mainContent li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f2f2f2;
	font-weight: normal;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px;
	color: #F9FBFE;
	height: 170px;
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	left: 30px;
	top: 150px;
}

/* CSS Document */

#sidebar1 img {
	padding: 0px;
	margin: 0px;
}
