/* CSS Document */

body  {
	font: 100% Helvetica, sans-serif, Arial, Tahoma, Verdana;
	background: #FFFFFF;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 15px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(../images/WBG.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

h1 {
	display:block;
	width:100%;
	float:left;
	color: #999966;
	margin:0px;
	margin-bottom:15px;
	font-size:1.1em;
	line-height:1.2em;
	font-weight:bold;
}

h2 {
	font-size: 0.8em;
	margin-top:0px;
	margin-bottom:8px;
}

p {
	font-size: 0.71em;
}

img {
	border:none;
}

.l90 {
	display:block;
	float:right;
	width:52px;
	margin-left:30px;
}

.l90 img {
	margin-bottom:4px;
	border:1px solid #999966;
}

.mid_image {
	display:block;
	float:right;
	width:280px;
}

#header { 
	margin:0px;
	margin-top:0px;
	width:100%;
	float:left;
	height:118px;
	text-align:right;
	background-image:url(../images/BGblank.gif);
	background-position:-29px -30px;
	background-repeat:no-repeat;
} 

h2.small_heading {
	font-size: 0.8em;
	color:#000000;
	margin-top:0px;
	margin-bottom:8px;
	font-weight:bold;
}

h3.small_heading {
	font-size: 0.7em;
	color:#000000;
	margin-top:0px;
	margin-bottom:8px;
	font-weight:bold;
}

a {
	color: #999966;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	margin-bottom:25px;
}

li {
	font-size:0.7em;
	margin-bottom:6px;
}

ul li ul {
	font-size:100%;
	margin-bottom:6px;
}

ol {
	margin-bottom:25px;
}

.text_box {
	display:block;
	float:left;
	width:308px;
}
