body
{
	font-size: 15px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	margin: 0;
	background: #660000;
	text-align: center;
}

*
{
	margin: 0;
}

p
{
	margin-bottom: 1em;
}

h1
{
	font-size: 15px;
	padding-left: 16px;
	color: black;
}

h2
{
	font-size: 14px;
	list-style-type: none;
	list-style-position: inside;
	margin: 0;
	padding: 3px 5px 0 2px;
	padding-left: 16px;
	border-bottom: 1px solid #ccc;
	color: #414141;
	line-height: 110%;
	font-style: normal;
	font-weight: normal;
	border-style: none;
	text-align: justify;
}

#globalnav
{
	background-color: #600;
	list-style-type: none;
	list-style-position: inside;
	margin: 0;
	padding: 4px;
	border-bottom: 1px solid #300;
}

#globalnav li
{
	display: inline;
	margin: 0;
	padding: 4px;
	border-right: 1px solid #700;
	border-left: 1px solid #300;
}

#globalnav li a
{
	color: #fff;
	font-weight: bold;
}

#header
{
	background: #000000;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 110px;
}

#header img
{
	padding-right: 5px;
	float: left;
}

#subhead
{
	padding: 5px;
}

<style type="text/css"><!--	A:link
{
	text-decoration: none;
	color: #3366FF;
}

A:visited
{
	text-decoration: none;
	color: #3399FF;
}

A:hover
{
	text-decoration: none;
	color: red;
}

--></style>#about
{
	padding: 15px;
	width: 500px;
	margin-left: 230px;
	vertical-align: top;
	color: #414141;
}

#feature
{
	font-size: 15px;
	color: white;
	width: 185px;
	height: 80px;
	vertical-align: top;
	margin: 7px;
	padding-right: 1px;
	padding-left: 7px;
	padding-top: 7px;
	padding-bottom: 2px;
	border: 3pt solid #600;
	background: #000000;
}

#feature IMG
{
	float: left;
	padding-right: 6px;
}

#container
{
	width: 750px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 6px;
	background-color: #FFF;
	text-align: left;
	background-image: url(../images/ds_left.png);
	background-repeat: repeat-y;
	background-position: left top;
	border: none;
}

#container2
{
	margin: 0;
	padding: 5px 11px 0 5px;
	background-color: #FFF;
	background-image: url(../images/ds_right.png);
	background-repeat: repeat-y;
	background-position: right top;
	border: none;
}

#content
{
	margin-left: 10px;
	padding: 5px;
}

#news, #events, #nsgevents
{
	padding: 5px;
	width: 30%;
	vertical-align: top;
	border-left: 1px solid #ccc;
}

#news h1, #events h1, #nsgevents h1
{
	background: #660000;
	padding: 3px;
	color: white;
}

#news dt, #events dt, #nsgevents dt
{
	padding-top: 8px;
	font-weight: bold;
	background-image: url(../images/star.png);
	background-repeat: no-repeat;
	list-style-type: disc;
	padding-left: 16px;
}

#news dd, #events dd, #nsgevents dd
{
	font-size: 13px;
	list-style-type: none;
	list-style-position: inside;
	margin: 0;
	padding: 5px 0px 14px 0px;
	padding-left: 16px;
	border-bottom: 1px solid #ccc;
	color: #414141;
	line-height: 110%;
}

#footer
{
	color: #333;
	font-size: 16px;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-top: 3px;
	width: 90%;
	border-top: 1px solid #ccc;
}