body {
	margin: 0px;
}
#header {
	width: 100%;
	height: 95px;
	background-color: #103407;
	text-align: center;
}
#header ul {
	margin: 0px;
	display: inline;
}
#header li {
	list-style: none;
	float: left;
}
#header li a {
	color: white;
	display: block;
	width: auto;
	margin-left: 25px;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}
#header li a:hover {
	color: #c4921a;
}
#sm_header {
	width: 100%;
	height: 6px;
	background-color: #447c44;
}
#sm_header2 {
	width: 100%;
	height: auto;
	background-color: #447c44;
	text-align: center;
}

#flash_holder {
	margin-left: auto;
	margin-right: auto;
	width: 906px;
}
#content {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	font-family: arial;
	font-size: 11pt;
}
#content h1 {
	font-family: arial;
	font-size: 14pt;
	font-weight: bold;
	color: #c4921a;
}
#content h3 {
	font-family: arial;
	font-size: 24pt;
	font-weight: bold;
	color: #103407;
}
.gold_link a {
	color: #c4921a;
	font-family: arial;
	font-size: 11pt;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}
.green_link a {
	color: #103407;
	font-family: arial;
	font-size: 11pt;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}
#footer {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	font-family: arial;
	font-size: 9pt;
	text-align: center;
	font-weight: bold;
	color: #103407;
}

#sm_header2 a
{   
    margin-top: 7px;
    margin-bottom: 7px;
    padding: 10px 10px;
    text-align: center;
    color: white;
    font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	color: white;
	text-decoration: none;
	position: relative;
    z-index: 15;
	margin-top: 3px;
}

#sm_header2 a:hover {
	color: #103407;
}    
