*
{
	margin: 0px;
}

body
{
	font-family: verdana, helvetica, sans-serif;
	font-size: small;
	padding: 0px;
	background-color: #2B5122;
	color: #222222;
}

a
{
	text-decoration: underline;
}

a:hover
{
	color: #990000;
	text-decoration: none;
}

p
{
	text-align: justify;
	line-height: 18px;
	padding-top: 10px;
}

ul
{
	list-style: disc;
}

#header
{
	color: #EEC572;
	background-image: url(../images/wbi_banner.jpg);
	height: 150px;
	text-align: right;
	
}

#menu
{
	width:887px;
	margin-bottom: 30px;
	background-color: #E6E6E6;
	border: solid 1px #DADADA;
	margin-top: 10px;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}

#menu div
{
	clear: both;
}

#menu ul
{
	display: block;
	position: relative;
	top: 1px;
	list-style: none;
	padding: 0px;
	margin-bottom: 0px;
}
	
#menu ul li
{
	position: relative;
	float: left;
	margin-right: 10px;
	border: thin ridge #666633;
}

#menu ul li a
{
	display: block;
	padding: 5px 10px 8px 10px;
	background-color: #EEC572;
	text-decoration: none;
	color: #222222;
}

#menu ul li a:hover
{
	background-color: #FFFFFF;
	color: #222222;
}

#menu ul li.active, #menu ul li.active a, #menu ul li.active a:hover
{
	background-color: #FFFFFF;
	color: #222222;
}


#container
{
	width:950px;
	text-align:left;
	background-color: #E6E6E6;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#primarycontainer
{
	float: left;
	margin-right: -280px;
	width: 100%;
}

#primarycontent
{
	margin-right: 300px;
	margin-left: 40px;
	margin-top: 40px;
}

#submenu
{
	float: right;
	width: 240px;
	margin-right: 40px;
	display: block;
	padding-top: 60px;
}

#submenu ul li
{
	float: none;
	list-style-image: none;
	list-style-type: none;
	display: block;
	font-size: x-small;
}

#submenu ul li a
{
	text-decoration: none;
	background-color: #881309;
	color: #FFFFFF;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	margin-top: 10px;
	border: thin groove #666666;
}

#submenu ul li a:hover
{
	background-color: #FFFFFF;
	color: #222222;
	display: block;
}

#submenu ul li.active, #submenu ul li.active a, #submenu ul li.active a:hover
{
	background-color: #FFFFFF;
	color: #333333;
	display: block;
}

#footer
{
	width:100%;
	text-align: center;
	font-size: x-small;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #E6E6E6;
	font-family: "Times New Roman", Times, serif;
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}
#footer a {
	text-decoration: none;
	font-size: x-small;
	color: #000066;
}
#footer a:hover
{
	color: #990000;
	text-decoration: none;
}

.clearit
{
	clear: both;
	height: 1px;
}

h1 {
	color: #E6E6E6;
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	padding-top: 30px;
	text-align: left;
	padding-left: 45px;
	letter-spacing: 0.15em;
	font-weight: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #EEC572;
	padding-top: 10px;
	margin-top: 10px;
	font-weight: normal;
	text-align: left;
	padding-left: 50px;
	border-top-width: 1px;
	border-top-style: inset;
	border-top-color: #E6E6E6;
	margin-right: 390px;
	letter-spacing: .1em;
	font-size: medium;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-style: italic;
	color: #881309;
	padding-bottom: 5px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #881309;
	padding-bottom: 5px;
	padding-left: 2px;
	letter-spacing: 0.1em;
}

}
img {
   border: 0;
}


.invisible {color: #E6E6E6}