/* CSS Document */
@charset "utf-8";

body
{
	margin:0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	background-color: #031466;
	color: #FFF;
	background-image:url(img/bg_site.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

a
{
	color: #fff;
	text-decoration:none;
}


a:hover
{
	color:#fff;
	text-decoration:underline;
}


hr	
{
	color: #fff;
	background-color: #fff;
	border: 0px;
	height: 1px;
	width: 650px;
}






/* ---- Layer for centering the pictures ----*/

.centerlayer
{
	width:100%;
	text-align:center;
	overflow:visible;
	margin-bottom: 0px;
	margin-top: 0px;
}

.seperator
{
	color:#666;
	background-color:#666;
	height: 1px;
	border: 0px;
}


#main
{
	width:960px;
	background-color: #012488;
	text-align:center;
	height: 800px;
	overflow: auto;
	margin:auto;
	background-image:url(img/site_main.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

#content
{
	margin: auto;
	width: 650px;
	text-align:center;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: -250px;
}


.text
{
	overflow: auto;
	margin: auto;
}

.contentPic
{
	border: 0px;
}

.clear
{
	clear:both;
	height: 1px;
	width: 100%;
}




h1
{
	margin: 0px;
	margin-bottom: 17px;
	font-size: 40px;
	color: #db422e;
	text-transform:uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom: 0px;
	font-weight: bold;
}

h2
{
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 25px;
	color: #fff;
	text-transform:uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom: 0px;
	font-weight: bold;
}
