body 
{
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
	width: 775px;
	margin-left: auto;
	margin-right:auto;
}
img
{
	border:none;
}

#maintemplate
{
	width: 750px;
	margin-left: auto;
	margin-right:auto;
}

#bylinecell
{
	color: #770000;
	padding-top: .5em;
	font-size: 12px;
}

#bylinecell img
{
	float:right;
}

#bylinecell h2
{
	float:right;
	display: inline;
	margin-right: 1em;
	font-size:140%;
}

#contentcell
{
	font-size:18px;
	font-weight:bold;
	text-align:left;
}

#banner
{
	margin: 0 auto;
}

#footer 
{
	color: #999999;
	font-size: 11px;
	text-align: left;
	clear: both;
	background-color: #FFFFFF;
	width: 800px;
	margin: 0 auto;
	border-top: thin #999999 solid;
}


#footer a {
	color: black;
	text-decoration: none;
	font-size: 11px;
	float:none;
}

#footer a:hover {
	text-decoration: underline;
}

.important
{
	color:black;
	font-size:19px;
}

.leftimage
{
	float:left;
	margin-right:2em;
}

.rightimage
{
	float:right;
	margin-left:2em;
}

img
{
	border:none;
}

.odd 
{
	background-color:#FFFF99;
}

.even
{
	background-color:#FFFFFF;
}

td#menucell
{
	text-align:right;
}

.menu 
{
	width: 100%;
	margin: 0 auto;
	font-size: larger;
	padding: 0;
	background-color:white;
	font-weight:bold;
}
.menu ul 
{
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}
.menu li 
{
	margin: 0;
	float: right;
	margin-right: 1em;
	text-align: center;
}
.menu a 
{
	display: block;
	width: 100%;
	text-decoration: none;
	color: #333333;
	padding: .25em 1em;
	margin: 0 1.2em;
}
.menu a:hover 
{
	color: #770000;
}

.quote
{
	color:black;
	font-style: italic;
	width:100%;
	text-align:center;
}

.author
{
	color:#666666;
	text-align:right;
	float:right;
	font-size:smaller;
}

#contactbackground
{
background-image:url(../siteimages/anthrax.jpg);
width:775px;
height:375px;
}

#messagecontainer
{
	position:fixed;
	left:50%;
	margin-left:-300px;
	top:2px;
	z-index:100;
	height:0;
	overflow:hidden;
}

#messages
{
	width:600px;
	color:white;
	text-align:center;
	font-weight:bold;
	font-size:large;
}

#messages div.success
{
	background-color:green;
}

#messages div.error
{
	background-color:red;
}
