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

body{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#000f2a;
	background-image: url(bkg.jpg);
	background-position:top;
	background-repeat:repeat-y;
	height:800px;
	width:100%;
	float:none;
}

h1{
font-style:italic;
font-weight:bold;
font-size:14px;
text-decoration:underline;
color: #0033FF;
}

h2{
font-style:italic;
font-size:12px;
color: #000000;
}

h3{
font-weight:bold;
font-size:10px;
color: #000000;
}

p{
color:#000000;
font-size:12px;
}

a:link {
	color: #000000;
	text-decoration:none;
}

a:visited {
	color: #000000;
	text-decoration:none;
}

a:hover {
	color: #000000;
	text-decoration:underline;
}

a:active {
	color: #000000;
	text-decoration:underline;
}

.content{
	width: 100%;
	height: 800px;
	float: none;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/bkg.jpg);
	background-position:center;
	background-repeat: no-repeat;
}

.contactheader{
	background-image: url(contactheader.jpg);
	height:300px;
	width:800px;
	background-repeat:no-repeat;
	margin: 0px 0px 0px 1px;
}

.sitelinks{
	font-size:12px;
	font-weight:bold;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: -45px 0px 0px 25px;
	width:700px;
	height: 25px;
	float:left;
	line-height: 1.10em;
}

.templatelinks{
	font-size:12px;
	font-weight:bold;
	padding-top: 225px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	width:400px;
	height: 25px;
	float:left;
	line-height: 1.1em;
}

.contactcenter{
	background-image: url(contactcenter.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
	width: 800px;
	height: 430px;
	margin-left: 1px;
}

.contactfooter{
	background-image: url(contactfooter.jpg);
	background-position:bottom;
	background-repeat: no-repeat;
	width: 800px;
	height: 70px;
	margin: 0px 0px 0px 1px;
}

.footertext{
	font-weight:bold;
	font-size:12px;
	color: #000000;
	width: 800px;
	padding: 7px 0px 0px 10px;
}

.contactform{
	float:right;
	padding: 0px 30px 0px 0px;
	width: 350px;
}

.welcometext{
	width: 300px;
	height: 225px;
	padding: 55px 0px 0px 70px;
	float: left;
}

.info{
	font-size:12px;
	text-align:left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	margin: 0px;
	width: 300px;
	height: auto;
	float:left;
	line-height: 1.1em;
}
