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

body {
	font: 100%/1.4 Arial, Geneva, sans-serif;
	background-color: #330000;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h1 {
	font-family: Tahoma, Geneva, sans-serif;
}

h2 {
	font-family: Tahoma, Geneva, sans-serif;	
}

img.floatrt {
	padding: 0px 0px 15px 15px;
	float: right;	
}

img.floatLeft {
	padding: 0px 15px 15px 0px;
	float: left;	
}

.bodywrapper {
	clear: both;
	
}

.editbody {
	padding: 5px 25px 50px;
	text-align: justify;
}

.editbody p {
	padding-bottom: 0;
} 

.container {
	width: 80%;
	max-width: 1260px;
	min-width: 780px;
	background-color: #FFF;
	margin: 0 auto; 
	margin-left: auto;
	margin-right: auto;
}

.masthead {
	background-color: #333366;
	height: 200px;
}

.banner {
	vertical-align: top;
	height: 168px;
	background-color: #6F7D94;
	background-image: url(images/customimage/2_halloween_t30.jpg)
} 

.title {
	max-width: 1260px;
	min-width: 780px;
}

h1.title {
	position: absolute;
	top: 55px;
	right: 30;
	width: 80%;
	float: right;
	font-size: 28px;
	color: #fff;
	text-align: center;
	text-transform:uppercase;
	font-family: Tahoma, Geneva, sans-serif;	
}

h2.title {
	position: absolute;
	text-align: center;
	top: 100px;
	right: 30;
	width: 80%;
	font-size: 18px;
	color: #fff;
	font-family: Tahoma, Geneva, sans-serif;	
}

h3.title {
	position: absolute;
	text-align: right;
	top: 0px;
	width: 80%;
	font-size: 16px;
	color: #FFFF84;
	font-family: Tahoma, Geneva, sans-serif;	
}

h3.title2 {
	position: absolute;
	text-align: right;
	top: 20px;
	width: 80%;
	font-size: 16px;
	color: #FFFF84;
	font-family: Tahoma, Geneva, sans-serif;	
}

/* Footer. */
.footer {
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	padding: 10px;
	padding-top: 0;
	background-color: #6F7D94;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}

ul.footer {
	display: inline;
	font-size: 12px;
	margin: 0px;
	padding-bottom: 0px;
}

li.footer {
	display: inline;
	padding-bottom: 0px;
}

p.footer {
	font-size: 12px;
	padding: 0;
}

.footer a {
	color: #006;
} 

.footer a:hover {
	color: #FF3;
} 

.footer a:visited {
	color: #300;
}
