body{
	background-color:#0099CC;
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
#headerL{
	position:absolute;
	float:left;
	left:0px;
	top:0px;
	height:166px;
	width:100%;
}
#links{
	position:absolute;
	float:right;
	right:10px;
	top:136px;
	width:400px;
	height:14px;
	font-size:11px;
	font-weight:bold;
	z-index:5;
	color:#FFFFFF;
	}
#container{
	width:100%;
	background-image: url(images/header_fill.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}
#container1{
	width:100%;
	margin-bottom:20px;
	}
#content{
	margin:25px 20px 20px 220px;
}
#menudiv{
	position:relative;
	float:left;
	left:0px;
	width:198px;
	background-image:url(images/menu_fill.gif);
	background-repeat:repeat-y;
}
.menutext{
	font-size:11px;
	color:#000000;
	padding:0px 10px 0px 25px;
}
#clearfloats{
	clear:left;
}
#footer{
	position:relative;
	clear:both;
	left:0px;
	top:0px;
	z-index:3;
	background-image:url(images/footer_fill.jpg);
	width:100%;
	height:29px;
	font-size:10px;
	color:#FFFFFF;
}
.footerlink{
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
}
.footerlink:hover{
	color:#006699;
}
a {
	color:#0099CC;
} 
a:hover{
	color: #2BA200;
}
.text {
	font-size:11px;
	color:#000000;
	line-height:18px;
}
.bulletmenu {
	list-style-image:url(images/bullet_menu.gif);
	line-height:18px;
}
.bullet{
	list-style-image:url(images/bullet.gif);
	line-height:18px;
}
.menulink {
	font-size:11px;
	color:#000000;
	text-decoration:none;
} 
.menulink:hover{
	color:#2BA200;
	text-decoration:underline;
}
.feature {
	color: #0099CC;
}
.menusubtitle {
	font-size:11px;
	color:#0099CC;
	font-weight: bold;
}
.subtitle {
	font-size:11px;
	color:#000000;
	font-weight: bold;
} 
.wlinks{
	color:#FFFFFF;
	text-decoration:none;
}
.wlinks:hover{
	color:#000000;
}
.title {
	font-size:18px;
	line-height: 20px;
	font-weight: bold;
	color:#006699;
}
