body {
	padding:0px;
	margin:0px;
	background-color:#006699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container {
	width:100%;
	background-color:#FFFFFF;
	background-image:url(images/header_fill.gif);
	background-repeat:repeat-x;
}
#container1 {
	width:100%;
	margin-top:20px;
}
#links {
	position:absolute;
	float:left;
	left:0px;
	top:6px;
	height:20px;
}
#header{
	position:absolute;
	float:left;
	top:66px;
	left:19px;
	width:346px;
	height:66px;
}
#headerTL{
	position:absolute;
	float:left;
	top:22px;
	left:0px;
	width:385px;
	height:9px;
}
#headerTR{
	position:absolute;
	float:right;
	width:70px;
	top:22px;
	right:210px;
	height:9px;
}
#headerBL{
	position:absolute;
	float:left;
	top:185px;
	left:0px;
	width:385px;
	height:9px;
}
#headerBR{
	position:absolute;
	float:right;
	width:70px;
	top:185px;
	right:315px;
	height:9px;
	z-index:2;
}
#headergraphic{
	position:absolute;
	float:right;
	width:315px;
	top:0px;
	right:0px;
	height:194px;
	z-index:1;
}
#headerRBox{
	position:absolute;
	float:right;
	width:50%;
	top:36px;
	right:0px;
	height:146px;
	background-image:url(images/bg_fill2.gif);
}
#content{
	margin:0px 180px 0px 30px;
}
#menu{
	position:relative;
	float:right;
	top:0px;
	right:20px;
	width:148px;
	z-index:1;
	margin:0px 0px 20px 20px;
	border:1px solid #AFAF38;
	background-image:url(images/menu_fill.gif);
	padding:5px 5px 20px 10px;
}
#menuT {
	position:absolute;
	float:right;
	top:-1px;
	right:-1px;
	width:148px;
	height:12px;
	z-index:2;
	background-image:url(images/menu_top.gif);
	background-repeat:no-repeat;
	background-position:right;
}
#menuB {
	position:absolute;
	float:left;
	bottom:-1px;
	left:-1px;
	width:148px;
	height:12px;
	z-index:2;
	background-image:url(images/menu_bot.gif);
	background-repeat:no-repeat;
}
#clearfloats{
	clear:left;
}
#footer {
	clear:both;
	height:22px;
	background-image:url(images/bg_fill1.gif);
	font-size:10px;
	color:#FFFFFF;
	width:100%;
}
.links {
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}
.links:hover {
	color:#006699;
}
.text {
	font-size:11px;
	color:#000000;
	line-height:18px;
}
.feature {
	font-size:11px;
	color:#999900;
}
.menutext {
	font-size:10px;
	color:#000000;
	line-height:18px;
} 
.menulink {
	text-decoration:none;
	color:#000000;
} 
.menulink:hover {
	color:#006699;
}
.title {
	font-size:16px;
	color:#006699;
	font-weight: bold;
}
.subtitle {
	font-size:11px;
	color:#999900;
	font-weight: bold;
}
.menusubtitle {
	font-size:11px;
	color:#000000;
	font-weight: bold;
}
.bullet {
	list-style-type: square;
	list-style-image: url(images/bullet.gif);
	line-height:20px;
}
.bulletmenu {
	list-style-type:square;
	list-style-image: url(images/bullet_menu.gif);
	line-height:18px;
} 
.bulletmenu li{
	margin-left:-20px;
	}

a {
	color:#006699;
} 
a:hover {
	color: #999900;
	text-decoration:none;
}
.footerlink {
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
}
.footerlink:hover {
	color:#99CCFF;
}
