@charset "UTF-8";
/* CSS Document */
body {
	background-color: #2c3c3f;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #26252c;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #26252c;
}
a:hover {
	text-decoration: underline;
	color: #2e699e;
}
a:active {
	text-decoration: none;
	color: #26252c;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: lighter;
	color: #26252c;
}
.headline_grn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #a7660a;
}
.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #26252c;
}

.bodycopy a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #26252c;
	text-decoration: none;
}

.bodycopy a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2e699e;
	font-weight: bold;
	text-decoration: underline;
}
.subhead_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color: #2e699e;
}
<!--Begin Navigation-->

#sddm
{	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 30
}

#sddm li
{
	margin: 0;
	padding: 3px;
	list-style: none;
	float: left;
	font: bold 11px arial
}

#sddm li a
{
	display: block;
	margin: 0 0 0 0;
	padding: 3px;
	list-style: none;
	color: #26252C;
	width: auto;
	text-align: left;
	text-decoration: none
}

#sddm li a:hover
{
	font-weight: bold;
	color: #a7660a;
	text-decoration: underline;
}

#sddm div
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	border: 1px solid #a7660a;
}

#sddm div a
	{
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 5px;
	width: 108px;
	text-align: left;
	text-decoration: none;
	background: #CCCCCC;
	color: #2e699e;
	font: 11px arial
}

#sddm div a:hover
	{
	background: #CCCCCCC;
	color: #FFFFFF;
	font-weight: bold;
}

<!--End Navigation-->

.subnav  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

.subnav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

.subnav a:hover {
	color: #2e699e;
	text-decoration: underline;
}
.subnav a:visited {
	text-decoration: none;
	color: #999999;
}
