@charset "utf-8";
* {
	padding:0;
	margin: 0;
	}
html{
	overflow-y: scroll;
}
body  {
	text-align:center;
	font-family: Arial;
	background-color: #106294;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
}

#container {
	position:relative;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	min-height: 100%;
} 
#nav {
	height: 35px;
	width: 900px;
}
#nav /* -- main navigation styles --*/
ul {
	list-style:none;
	height: 35px;
	width: 900px;
	}
#nav  ul  li{

	}
#nav  ul  a {
	font-size:10px;
	text-decoration:none;
	color:#FFFFFF;
	float:left;
	display:block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 17px;
	padding-bottom: 0px;
	padding-left: 17px;
	line-height: 2.5em;
	font-family: Verdana;
	font-weight: bold;
	text-transform: uppercase;
	}
#nav  ul  a:hover{
	color:#000;
	}
#column {
	width: 300px;
	float: left;
}



#content {
	width: 500px;
	padding: 30px;
	float: left;
}
#content a {
	color: #9AD1FF;
	font-weight: bold;
	font-family: "Arial Black";
}


h1 {
	font-size: 16px;
	text-transform: uppercase;
	color: #FFF;
	font-family: "Arial Black";
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
h2 {
	font-family: "Arial Black";
	font-size: 18px;
	color: #000;
	text-align: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-transform: uppercase;
}
h3 {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-style: italic;
}
h4 {
	font-family: Arial;
	font-size: 14px;
	color: #FFF;
	text-align: justify;
	line-height: 1.3em;
	font-weight: normal;
	margin-right: 40px;
	margin-left: 40px;
	margin-bottom: 0px;
}
h5 {
	font-family: Arial;
	font-size: 14px;
	color: #FFF;
	text-align: justify;
	line-height: 1.3em;
	font-weight: normal;
	margin-right: 40px;
	margin-left: 70px;
	margin-top: 0px;
	margin-bottom: 10px;
}
h6 {
	font-family: Arial;
	font-size: 14px;
	color: #FFF;
	text-align: left;
	line-height: 1.3em;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
	font-weight: normal;
}
h7 {
	text-align: center;
	font-family: "Arial Black";
	font-size: 14px;
	line-height: 1.3em;
}



p {
	font-family: Arial;
	font-size: 14px;
	color: #000;
	text-align: justify;
	line-height: 1.3em;
	margin-top: 0px;
	padding-top: 0px;
	margin-left:25px;
	text-indent: -25px;
	margin-bottom: 5px;
}
.emphasis {
	color: #FFF;
	font-weight: bold;
	font-family: "Arial Black";
	font-size: 14px;
}
