@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
}

#container {
    background-image: url(../images/bg_small.png);
	background-repeat: no-repeat;
	width: 920px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /*some magic to align the element in the center; */
	margin-left: 200px;
	height: 600px;
	margin-top: -25px;
}

#header {
	width: 865px;
	padding: 35px 35px 0 18px;
	height: 80px;
}

#leftnav {
	width: 225px;
	float: left;
	margin: 220px 2px 0 0;
	text-align: right;
	padding: 0 0 0 33px;
}

#content {
	width: 560px;
	float: right;
	padding: 10px 10px 0 10px;
	margin: 0 80px 0 0;
	height: 375px;
}

#footer {
	width: 840px;
	margin: 60px 0 50px 0;
	float: left;
	padding: 0 40px 0 40px;
	bottom: auto;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

p {
	color: #000000;
	margin-bottom: 0;
	margin-left: 5px;
	margin-right: 10px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: justify;
}
h1 {
	margin: 15px 0 5px 0;
	padding: 1px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #086BEC;
}
h2 {
	margin: 15px 0 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #086BEC;
}
h3 {
	margin: 10px 0 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #086BEC;
}
h4 {
	margin: 5px 0 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #086BEC;
}
h5 {
	margin: 5px 0 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #086BEC;
}
h6 {
	margin: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #086BEC;
}
a:link {
	text-decoration: none;
	font-weight: bold;
	color: #086BEC;
}

a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #086BEC;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #086BEC;
}

a:active {
	font-weight: bold;
	color: transparent;
}

.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

