body{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	background: url(../images/mainbg.jpg) repeat-x;
}
a:link{
	color:blue;
	text-decoration: none;
}
a:visited{
	color:purple;
	text-decoration: none;
}
a:active{
	color:red;
	text-decoration: none;
}
#wrapper{
	width:770px;
}
#header{
	width:100%;
	height:75px;
}
#contentarea{
	height:auto !important;
	height:550px;
	min-height:550px;
	width:100%;
		background: url(../images/contentbg2.jpg) no-repeat top;
}
#menu{
	float:left;
	clear:left;
	width:200px;
	height:auto !important;
	height:550px;
	min-height:550px;
	background: url(../images/logo.jpg) no-repeat top center;
}
#content{
	float:right;
	clear:right;
	width:568px;
	height:auto !important;
	height:550px;
	min-height:550px;
	padding:125px 0 0 0;
}
#footer{
	margin: 5px 0 0 0;
	width:100%;
	height:25px;
	background: url(../images/footer.jpg) no-repeat;
}
.textbox{
	background: white url(../images/gridbg.jpg);
	border: 1px dashed #4F86AD;
	width:100%;
	height:auto !important;
}
a.imglink{ 
    font : bold 9pt verdana, sans-serif; 
    color:black; 
    width:150px; 
    height:25px; 
    background:url(../images/button.jpg); 
    display:block; 
    text-decoration:none; 
	 margin:2px 0 2px 50px;
    } 
a.imglink:Hover{ 
    color:#4f86ad; 
    text-decoration:none; 
	 }
.npad{
		padding:5px 5px 5px 20px;
	}
.pad15{
	padding:15px;
}
.featurebox{
	width:120px;
	height:50px;
	border:1px solid black;
	background:#EBD275;
	margin:5px;
	text-align: center;
	font-size:8pt;
	float:left;
}