body{
	margin:10px;
	padding:0px;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:black;
}
#header{
	width:760px;
	height:90px;
}
#logo{
	width:190px;
}
#nav{
	position:absolute;
	top:10px;
	left:200px;
	width:390px;
	font-weight:bold;
	padding:0 0px 5px 0px;
}
#nav .underline{
	border-bottom:1px solid #BFCBCC;
}
#subnav{
	color:#BFCBCC;
	font-weight:bold;
	float:left;
	width:180px;
	padding:5px;
}
#subnav ul{
	margin-left:0px;
	padding-left:0px;
	line-height:220%;
}
#subnav ul li{
	list-style-type: none;
	margin-left:0px;
	padding-left:0px;
}
#nav a:link, #nav a:visited, #subnav a:link, #subnav a:visited{
	color:black;
	text-decoration:none;
}
#nav a:hover, #subnav a:hover{
	color:#4BBE27;
	text-decoration:none;
}
* html #main{
	position:relative;
	left:-3px;
}
#main{
	width:570px;
	margin:0 0 0 190px;
	padding:0px;
}
#message{
	position:relative;
	top:-172px;
	width:382px;
	height:16px;
	background-color:#4BBE27;
	border-bottom: 1px solid #BFCBCC;	
	padding:2px 5px 0 13px;
	z-index:1;
	color:white;
	font-weight:bold;
}
* html #message{
	position:relative;
	top:-169px;
}
#banner{
	width:570px;
	background-color:#996699;
}
#greybar{
	width:570px;
	height:18px;
	background-color:#BFCBCC;
}
* html #greybar{
	position:relative;
	top:-5px;
	margin-bottom:-5px;
}
#content{
	position:relative;
	top:-18px;
	padding:5px;
	background-color:#EAEFF2;
}
#footer{
	position:relative;
	top:-18px;
	clear:both;
	width:560px;
	padding:5px 5px 5px 195px;
	color:#BFCBCC;
	font-weight:bold;
}
#footer a:link, #footer a:visited{
	color:#000000;
	text-decoration:none;
}
#footer a:hover{
	color:#4BBE27;
	text-decoration:none;
}
a:link, a:visited{
	color:#0000FF;
	font-weight:bold;
	text-decoration:underline;
}
a:hover{
	color:#4BBE27;
	font-weight:bold;
	text-decoration:none;
}
.name {
	font-size:16px;
	color: #BFCBCC;
	font-weight:900;
}
.number {
	font-size: 16px;
	color: #4BBE27;
	font-weight:900;
}
.title{
	font-size:12px;
	font-weight:bold;
}.subtitle {
	font-weight: bold;
}

