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

body
{
	margin: 0;
	padding: 0;
	font: 85% Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFFFFF;
	background-color: #000066;
	}
	
a:link {
	color:#FFF;
}
a:visited {
	color:#FFF;
}
a:hover, a:active
{
	color:#FF0
}

h1
{
	color:#FFFF00;
	font: 120% Georgia, "Times New Roman", Times, serif;


	font-weight: bold
	margin: 0 0 2px 0;
	width: auto;
	top: auto;
}

h2
{
	color:#FFFFFF;
	font: 100% Georgia, "Times New Roman", Times, serif;

	font-weight: bold
	margin: 0 0 2px 0;
	
}

h2 a {text-decoration:none;}


h3
{
	color:#00FF00;
	font: 90% Georgia, "Times New Roman", Times, serif;
	font-weight: bold
	margin: 0 0 2px 0;
}
	
p {
	font-family: "Gill Sans MT";
	font-size: 16pt;
	font-style: normal;
	line-height: inherit;
	font-weight: normal;
	color: #FFF;
}



#container
{
	width: 800px;
	background-color: #000;
	text-align: left;
}

#header
{
	height: 105px;
	width: 100%;
	position: relative;
}
#contents_container {
	float: none;
	width: 800px;
	vertical-align: inherit;
	background-image: url(../images/content_bkg_repeat.gif);
	background-repeat: repeat;
}
#contents
{
	height: 100%;
	width: 685px;
	padding-left: 55px;
	text-align: left;
	font-size: 16px;
	font-weight: normal;
	padding-top: 10px;
}
#contents p {
	line-height: 100%;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	
}

#footer
{
	background-color: #000;

	
}


.imagefloat {
	float:left;
}
