body
{
	font-family: arial, helvetica, sans-serif;
	background-color: #FFFFFF;
}

ul
{
	list-style-type: square;
}

.headings
{
	font-size: 1.5em;
	text-align: center;
	color: #990033;
	border-top: 1px solid gray;
	margin-top: 1.5em;
	padding-top: 1.5em;
}

.center
{
	font-size: .8em;
	margin: auto;
	text-align: center;
}

.float_right
{
	float: right;
}

.float_left
{
	float: left;
}

.header_box
{
	border: 0px solid #000000;
	margin-bottom: 1em;
}

.header
{
	font-family: arial, helvetica, sans serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #990033;
	text-align: center;
	border: 0px solid black;
	width: 100%;
}

.sub_header
{
	font-family: arial, helvetica, sans serif;
	font-weight: bold;
	color: #990033;
}

.header_php
{
	font-family: arial, helvetica, sans serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #990033;
	text-align: left;
	border: 0px solid black;
}

.header_logo_right
{
	text-align: center;
	border: 0px solid black;
}

.content
{
	font-size: 1.2em;
	border: 0px solid black;
	background-color: #FFFFFF;
	margin-left: 1em;
	width: 57%;
	float: left;
}

.news
{
	font-size: .8em;
	font-weight: bold;
	list-style-type: square;
	width: 800px;
	border: 0px solid red;
}

hr
{
	width: 90%;
	border: 2px solid gray;
}

.menu_header
{
	background-color: #990033;
	color: white;
	font-weight: bold;
	text-align: center;
}
.menu_box
{
	background-color: #FFFFFF;
	float: left;
	width: 20%;
}

.menu
{
	font-family: arial, helvetica, sans serif, comic sans ms;
	font-size: .7em;
}

.menu a
{
	display: block;
}

.links a
{
	display: inline;
}

.menu_box_right
{
	background-color: #FFFFFF;
	float: right;
	width: 20%;
}

.menu_right
{
	font-family: arial, helvetica, sans serif, comic sans ms;
	font-size: .7em;	
}

.menu_right a
{
	display: block;	
}


a {font-size: 1.0em; font-weight: bold; text-decoration: none;}
a:visited {font-size: 1.0em; color: blue; font-weight:bold; text-decoration: none;}
a:hover {font-size:1.0em; font-weight: bold; color:red; text-transform:none;}
