/* CSS Document */

body {
	background: #800000;
	color:#FFFFFF;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
}

table {
		color: #000000;
}

h1 {
	color: #FFFFFF;
	font-family: "Courier New", Courier, mono;
	letter-spacing: 1em;
	text-align:right;
		}


.new {
	font-family: Courier New, Courier, Monospace;
	color: white;
	letter-spacing: 1em;
	font-weight: bolder;
	font-size: 18px;
	background-color:maroon;
	float:none;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}

.bold {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
}
/* BEGIN Navigation Style */
 #navcontainer { width: 200px; float:left;}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 160px;
background-color: maroon;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #e9c1c1;
color: maroon;
}

.rightstuff {
	left: 185px;
	position: absolute;
	top: 10px;
	float: right;
	margin-bottom: 200px;
}
h3 {
	letter-spacing: .5em;
	text-align: right;
	font-family: "Courier New", Courier, mono;
}
h2 {
	font-family: "Courier New", Courier, mono;
	color: #FFFFFF;
	letter-spacing: .5em;
	text-align: right;
}
.white_1 {
	color: #FFFFFF;
	text-align: center;
}
.grey_1 {
	color: #000000;
	background-color: #CCCCCC;
	font-weight: bold;
}
.pink_1 {
	background-color: #E9C1C1;
	font-weight: bold;
}
.xaxis {
	width: 175px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #800000;
}

