body {

	font-family: Arial, Helvetica, sans-serif;

	color: #000000;

	font-size: 14px;

	text-align: left;
	
	background-color: #000000;
	
	background-image:url('bg.jpg');
	
	background-repeat:no-repeat;

   background-attachment:fixed;

   background-position:center;

}

a:link {

	color: #3A5872;

	text-decoration: none;

	font-weight: normal;

}

a:hover {

	text-decoration: underline;

	font-weight: bolder;

}

a:visited {

	color: #333333;

	font-style: italic;

	text-decoration: none;

}

p {

  padding-left: 15px;
 
  padding-right: 15px;
  
}

#container {

	width: 780px;

	margin-left: auto;

	margin-right: auto;

	border: 2px solid #000000;

	margin-top: 20px;

	margin-bottom: 20px;
	
	background-color: #DCEDF7;

}

#container #contentarea {

	background-color: #DCEDF7;
   padding-left: 10px;
   padding-right: 10px;	
	padding-bottom: 24px;

}


#form {

 padding-left: 15px;

}

h1 {

	font-size: 24px;

	text-align: center;
	
}
	
.banner {

   font-size: 28px;

   font-style: italic;

	text-align: center;
	
	background-color: #000000;
	
   color: #FFFFFF;

}

.secheader {

	font-size: 20px;

	font-weight: bold;

	text-align: center;

}

.thirdheader {

	font-size: 16px;

	font-weight: bold;

	text-align: center;

}

#content h2 {

	font-size: 20px;

}

#content h3 {

	font-size: 16px;

}

.aligncenter {

	text-align: center;

}



#content {

	margin-left: 150px;

	padding: 12px;

	border-left-width: 2px;

	border-left-style: solid;

	border-left-color: #3A5872;

}

#banner {

   background-color: #000000;

	text-align: center;

	padding-bottom: 2px;

}

#footer {

	text-align: center;

	font-variant: normal;

	font-size: 12px;

	color: #DCEDF7;
	
	background-color: #000000;

	padding-top: 6px;

	padding-bottom: 6px;

	border-right-width: 2px;

	border-bottom-width: 2px;

	border-left-width: 2px;

	border-right-style: solid;

	border-bottom-style: solid;

	border-left-style: solid;

	border-right-color: #DCEDF7;

	border-bottom-color: #DCEDF7;

	border-left-color: #DCEDF7;

}
