
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #444444;
}

#container {
	width:960px;
	height:auto;
	margin:0 auto;
	background-color:#fff;

}

#header {
width:960px;
height:150px;
}
#content{
position:relative;
left:210px;
width:750px;
top:-300px;
}
#leftnav{
width:200px;
height:300px;
position:relative;
}
#grouphalf{
	width:300px;
	float:left;
	margin-right:10px;
}

p {
	font-size: 12px;
	color: #000000;
	margin: 5px 10px;
	vertical-align: text-top;
	text-align: left;
}
hr {
	width:50%;
}
strong {
	font-weight: bold;
	color: #000000;
	font-size: 12px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	margin: 10px;
	text-transform: uppercase;
}
h2 {
	font-size: 12px;
	color: #990000;
	font-weight: bold;
	margin: 10px;
}
ul .nav{
	display:block;
	margin-left: -30px;
	margin-bottom:5px;
	font-weight: bold;

}
ul .subnav{
	display:block;
	margin-left: -50px;
	margin-bottom:5px;

}
li .nav{
	display:block;
	margin-left:100px;
}


}
ul .content{
	margin-left:50px;
	display:block;

}
li {
	list-style: disc;
	font-size:12px;
}
a {
	color: #990000;
}
a:visited {
	color:black;
	text-decoration:none;
}

a:hover {
	text-decoration:none;

	color:black;
}
.grey {
background-color: #C0C0C0;
}
legend {
	color: #990000;
}
fieldset {
font-size:12px;

}
td {
	font-size:0.9em;

}