body{
	background-color:#000001;
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/header_fill.jpg);
	background-repeat:repeat-x;
}
#header{
	position:absolute;
	float:right;
	right:0px;
	top:0px;
	height:210px;
	width:732px;
}
#headerB{
	position:absolute;
	float:left;
	left:0px;
	top:163px;
	height:56px;
	width:14px;
}
#container{
	position:relative;
	background-color:#FFFFFF;
	width:100%;
	background-image:url(images/left_fill.jpg);
	background-repeat:repeat-y;
}
#links{
	position:relative;
	float:right;
	right:0px;
	top:0px;
	height:237px;
	width:183px;
	font-size:13px;
	color:#999999;
	font-weight:bold;
	z-index:5;
}
#content{
	padding:20px 20px 0 20px;
	margin-left:50px;
	margin-right:200px;
}
#clearfloats{clear:left}
#footer{
	clear:both;
	height:67px;
	font-size:10px;
	color:#FFFFFE;
	background-image:url(images/footer_fill.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
.footerL{
	position:absolute;
	float:left;
	bottom:0;
	left:0;
	width:123px;
	height:67px;
	z-index:2;
	}
.footerlink{
	font-size:10px;
	color:#FFFFFE;
	text-decoration:none;
}
.footerlink:hover{
	color:#FF9900;
	}
.bullet{
	list-style-type: square;
	list-style-image: url(images/bullet.gif);
	text-decoration: none;
	line-height: 18px;
}
.text {
	font-size:11px;
	color:#000000;
	line-height:18px;
}
.subtitle {
	font-size:11px;
	color:#CC3300;
	font-weight: bold;
}
.feature {
	color:#999999;
}
a.big {
	font-size:12px;
	color:#666;
} 
a { 
	font-size:11px;
	color:#999999;
} 
a:hover{
	color:#990000;
	}
.title {
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	color:#990000;
}
h1 {
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	color:#990000;
}
h2 {
	font-size:12px;
	font-weight:bold;
	color:#990000;
}
