/*
CSS File For Blattistics
*/

* 
{
margin: 0px;
padding: 0px;
}

body {
	/* #006600 is a dark green */
	background: #333399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	margin-bottom: 20px;
}

h1, h2, h3, p, ol, ul, q {
	margin-top: 0;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2 {
	/*text-transform: lowercase;*/
	font-weight: normal;
	color: #000066
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 36px;
	}
p {
	font-size: 18px;
	}
q {
	font-size: 12px;
	}


a {
	/*color: #7E0B12;*/
	color: #003361;

}

a:hover {
	text-decoration: none;
	/*color: #7E0B12;*/
	color: #003361;
	
}



hr {
	display: none;
}

#main
{
min-width: 2000px;
width: 100%;
margin: 0 auto;
}

/* Header */

#header {
	height: 200px;
	width: 100%;
background: url(images/logo.jpg) no-repeat;
}

#logo {
width: 100%;
height: 200px;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-weight: 900
<!--BACKGROUND LOGO-->
/*background: url(images/header.jpg) no-repeat;*/
}

#logo h1, #logo p, #logo q {
	margin: 0;
	line-height: normal;
}

#logo h1 {
	padding: 47px 0 0 20px;
	font-size: 36px;
	color: #ffffff;
	}
#logo h2 {
	padding: 10px 0 0 20px;
	font-size: 10px;
	text-transform: uppercase;
	color: #ffffff;
}

#logo a {
	text-decoration: none;
	color: #ffffff;
}

#menu {
height: 67px;
text-align: center;
margin-left: 250px; /*20% DOESN'T ACTUALLY CENTER LINKS */
/*margin-right: 250px;*/
/*margin-left: 20%; 20% DOESN'T ACTUALLY CENTER LINKS */
/*margin-right: 0%; */
}

#menu ul {
	margin: 0;
	list-style: disc;
}

#menu li {

text-align: center;
display: inline;

}

#menu a {
	float: left;
	
	width: 120px;
	height: 43px;
	margin: 0 0 0 2px;
	padding: 24px 0 0 0;
	text-decoration: none;
	
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
}

#menu a:hover {
	/*Shows a background image when cursor goes over a link*/
	background: url(images/menu_r.gif) repeat-x;
}

/* Page */

#page {
	width: 886px;
	padding-left: 10px;

}

/* Content */

#content {
	float: left;
	width: 1000px;
	margin-left: 150px;
}


#content h2
{
	width: 920px;
	height: 34px;
	background: url(images/middle_top2.gif) no-repeat;
	
	padding-top: 10px;
	padding-left: 20px;
}

#content .center_back
{
/*Where Main Text Goes*/
	width: 900px;
	background: url(images/middle_back.gif) repeat-y;
	padding: 20px;
	font-size: 16px;
	
}

#content .center_back ul, #content .center_back ol
{
margin-left: 20px;
}

#content .center_bottom
{
	width: 1000px;
	height: 6px;
	/*File Edited 3/31/09*/
	background: url(images/middle_bottom.gif) no-repeat;
}

/* Footer */

#footer {
	clear: both;
	padding-top: 20px;
	height: 62px;
	/*background: url(images/footer.gif) repeat-x;*/
	
}

#footer p {
	text-align: center;
	font-size: 14px;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}