body {
	margin: 0;
	padding: 0;
	background-color: #000000;
    font-family: 'Trebuchet MS' , Verdana, Arial;
	font-size: 11px;
	text-decoration: none;
}

p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

a {
    border: 0
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #1C666F;
	margin-bottom: 3px;
}

#container {
	width: 960px;
	height: 100%;
	background-image: url(/images/bg2.jpg);
	background-position: center 30px;
	background-repeat: no-repeat;
	background-color: #000000;
	padding: 0;
	margin: 0 auto;
	color: #E3E3E3;
}

#container2 {
	width: 960px;
	height: 100%;
	background-position: center 30px;
	background-repeat: no-repeat;
	background-color: #000000;
	padding: 0;
	margin: 0 auto;
	color: #E3E3E3;
}

#header {
	text-align: center;
	height: 50px;
	padding: 10px 0 0 0;
}

#navmenu {
	margin: 0;
	height: 30px;
}

#navmenu a
{
    color: #F7941C;
    text-decoration: none;
    font-size: 1.8em;
    margin: 0 20px 10px 30px;
    padding: 5px 0 0 30px;
    font-style: normal;
    background-image: url(/images/wolf_bullet.gif);
    background-repeat: no-repeat;
}

#navmenu a:hover 
{
    color: #fff;
    background-image: url(/images/wolf_bullet_hov.gif);
    background-repeat: no-repeat;
}

#navmenu ul {
	margin: 0px;
	padding: 0px;
}

#navmenu ul li
{
    margin: 0px;
    padding: 0px;
    display: inline;
}

#header2 {
	text-align: left;
	height: 180px;
	padding: 10px 0 0 0;
	display: inline;
}

.lh_navimg {
    float:left;
    margin-left: 90px;
    width: 250px;
    border: 0;
} 
 
.secthead {
    float:left;
    font-size:6em;
    height:180px;
    margin: 35px 0 0 125px;
    text-align:left;
    width:410px;
}
 
#content_container {
	padding: 0;
	height: 580px;
}
   
#content {
    float:left;
    margin:0 0 10px 90px;
    padding:0;
    width:800px;
    font-size: 1.2em;
}
#content ul {
	list-style-type: disc;
}
#content li {
	margin-bottom: 15px;
}

#content ul li ul li {
    margin-bottom: 2px;
    list-style-type: square;
}

#content a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

#content a:hover {
    color: Yellow;
    text-decoration: underline;
}

#footer {
	float: left;
	width: 960px;
	margin-top: 50px;
	padding-top: 0;
	background-color: #000000;
	color: #555;
	text-align: center;
	font-size: smaller;
}
#footer a {
	line-height: normal;
	color: #888;
	text-decoration: underline;
}


