h1 {
}
h2 {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
}
h3 {
	text-align: left;
	font-size: 28px;
	color: #FFFFFF;
	font-weight: normal;
	margin-bottom: -10px;
}
h4 {
	color: #FFFFFF;
	font-size: 22px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}

.subtitle {
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	margin-top: 55px;
	font-size: 16px;
	text-transform: uppercase;
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
}

body {
	background-color: #0B0B0B;
	background-image: url(../images/backgrounds/main-background.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
#container {
	width: 908px;
	margin-right: auto;
	margin-left: auto;
	height: 500px;
}
#header {
	background-position: -60px;
	background-image: url(../images/index-logo-with-info.png);
	background-repeat: no-repeat;
}
#header a {
	height: 180px;
	width: auto;
	display: block;
	text-indent: -9999em;
}

#header-statement {
	height: 100px;
	width: 250px;
	float: left;
}
#navigation {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	text-transform: uppercase;
	letter-spacing: -1px;
	height: 54px;
}
#navigation li {
	display: inline;
	text-align: center;
	list-style-type: none;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	float: left;

}
#navigation a {
	list-style-type: none;
	text-decoration: none;
	color: #000000;
	width: 222px;
	background-color: #FFFFFF;
	float: left;
	display: block;
	height: 35px;
	padding-top: 15px;
}
#navigation a:hover {
	list-style-type: none;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000000;
}
#navigation-images {
	height: 350px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-bottom: 20px;
}
#navigation-images li {
	display: inline;
	height: 350px;
	width: 222px;
	text-align: center;
	list-style-type: none;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	float: left;
	border-top-width: 0px;
}
#main-content-area {
}
#content-left {
	width: 540px;
	margin-top: 10px;
	float: left;
	color: #999999;
}
#content-right {
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-left: 10px;
	width: 350px;
}

#footer-container {
	color: #FFFFFF;
	float: left;
	width: 908px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 30px;
}


#footer-container li {
	float: left;
	display: inline;
	font-weight: bold;
	height: 10px;
	list-style-type: none;
}
#footer-container a {
	text-decoration: underline;
	color: #999999;
}
#footer-container a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	list-style-type: none;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	float: left;
	width: 550px;
	margin-top: 30px;
	padding-bottom: 30px;
}
#copyright a {
	color: #999999;
}
.form_header {

	text-align: center;
	font-size: 24px;
	color: #FFFFFF;
	display: block;
	height: 40px;
	margin-bottom: 0px;
	padding-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	background-color: #333333;
	width: 350px;
	text-transform: uppercase;
}
ul {
	margin: 0px;
	color: #CCCCCC;
}


p {
	color: #CCCCCC;
	font-size: 16px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h5 {
	color: #CCCC66;
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 0px;
	text-transform: uppercase;
}
#main-content-area a {
	color: #FFFFFF;
	text-decoration: none;
}
#main-content-area a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
