@charset "utf-8";
/* CSS Document */
body {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #5d6d90;
  	height: 100%; 
	padding: 0; 
	margin: 0; 
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: 0% 100%;
	background-attachment: fixed;
	background-color: #000f2e;
}
h1
{
	color: #FFFFFF;
	font-family: Times, serif;
	font-size: 14px;
	text-align: LEFT;
	font-weight: lighter;
	word-spacing: normal;
	letter-spacing: 0.4ex;
	text-decoration: none;
	text-transform: uppercase;
}
a:link, a:active, a:hover, a:visited { 
	color: #99b4d2;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}
td, tr {
	margin: 0;
	padding: 0;	
	
}/* container to hold Main and Footer */
#holder {
		width: 1000px;
		margin: 0 0 0 18px;
		position:absolute;
		margin-left:-500px; 
		top:0; 
		left:50%; 
		text-align: center;
	
}/* background of main area */
#main {
	display: block;
	width: 1000px;
	margin: 0 auto;

}/* content Holder */
#center {
	display: block;
	width: 1000px;
	margin: 0 auto;
	float:center;
	padding-bottom: 35px;

}/*NAV*/
.nav {
	display: block;
	width: 1000px;
	height: 24px;
}
*html .partition {
	position: relative;
	top: -9px;	
}
.title {
	position: relative;
	left: 0px;
	top: 30px;
	display: block;
	width: 640px;
	height: 17px;
	margin: 0 auto;
}
*html .title {
	top: 25px;
	
/*CONTENT*/
}
.cont {
	display: block;
	width: 640px;
	margin: 0 auto;
	margin-top: 50px;
}
*html .cont {
	margin-top: 45px;
}
p {
	text-align: justify;
	line-height: 200%;
	text-indent: 3em;
	color: #5d6d90;
	font-family: arial, sans-serif;
	font-size: 12px;
	
/* FOOTER
**************************************************************/
}/*is in bottom of container */
#footer {
	display: inline;
    z-index:2000;
	margin: 0 auto;
	bottom: 0;
	padding: 5px;
	clear: both;
	margin-left: 9px;
}
.endnav {
	display: block;
	width: 1000px;
	position: relative;
	top: -10px;
}
*html .endnav {
	top: 0;
}
.moreinfo {
	position: relative;
	left: 0px;
	top: -5px;	
}
.partition2 {
	position: relative;
	top: -5px;
}
.fine_print {
	font-size: 10px;
}
	
/* Homepage*/
.hp_block
{
	display: block;
	line-height: 19px;
	width: 390px;
	text-align: justify;
	color: #5d6d90;
	font-family: arial, sans-serif;
	font-size: 12px;
}
.hp_cont
{
	display: block;
	width: 1000px;
}



		
	
