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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:19px;
	color: #FFF;
	margin:0;
	padding:0;
	
	
}
.mainbg{background-image: url(images/bg.jpg) ;
	background-repeat: no-repeat;
	background-position:center top;
	z-index:9999;
}
.contentbg{	background-image: url(images/contentbg.png) ;
	background-repeat: repeat-y;
	background-position:center top;
}
.footer{
	color:#000;
}

.footer a:link {
	color: #000;
	text-decoration:none;
}
.footer a:visited {
	color: #000;
	text-decoration:none;
}
.footer a:hover {
	color: # f7a22a;
	text-decoration:none;
}
.footer a:active {
	color: #f7a22a;
	text-decoration:none;
}


.headertext{
	color:#0f2341;
	}
	
	
.header{
	background-color:#FFF;
	background-image: url(images/bggrey.jpg) ;
	background-repeat: repeat-x;
	margin: auto;
width: auto;
z-index:-9999;


	}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	text-decoration: underline;
	line-height:30px;
	
	
	}