@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: 400px;
	margin-top: 85px;
	margin-bottom: 0;
	margin-left: 175px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-right: 0px;
	color: #FFFFFF;
	left: 10px;
	float: left;
	height: auto;
	position: relative;
	background-color: #484848;
}
#mainContent a {
	color: #F0F0F0;
	font-weight: bold;
	text-decoration: none;
}
#mainContent ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 300px;
}
#mainContent li {
	float: left;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 310px;
	color: #F9FBFE;
	height: 400px;
	margin-top: 0px;
	margin-left: 0px;
	position: relative;
	left: 35px;
	top: 90px;
}
#sidebar1 h1 {
	padding-left: 20px;
	padding-top: 7px;
	padding-bottom: 12px;
}

#sidebar1 ul {
	list-style-position: inside;
	padding-left: 20px;
}

#sidebar1 li {
	line-height: 150%;
}


#sidebar1 img {
	padding: 5px 0px 0px;
	margin: 0px;
}
#sidebar1 a {
	color: #f2f2f2;
}



/* CSS Document */

#subnavigation {
	margin-top: 10px;
	width: 310px;
	text-align: left;
	padding: 5px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

#subnavigation ul {
	list-style-type: none;
	margin-left: 0px;
	padding: 0px;
	margin-top: 0px;
}
#subnavigation ul a {
	padding-left: 0px;
	padding-right: 0px;
	color: #f2f2f2;
	text-decoration: none;
}
#subnavigation a.leftarrow {
	padding-right: 10px;
}
#subnavigation  a.rightarrow {
	padding-right: 10px;
	padding-left: 10px;
}
#sidebar1 img {
	border-style: none;
}
