html,body{
	padding:0px;
	margin:0px;
	text-align:center;
	background: #333333 url(../images/bg.jpg) repeat-x left top;
}
#splashwrapper{
	text-align:left;
	width:100%;
	margin:0px auto;
	position:relative;
}
#wrapper{
	text-align:left;
	width:789px;
	_width:800px;
	margin:0px auto;
	position:relative;
}
#header{
	position:relative;
	width:582px;
	height:19px;
	background: url(../images/header.png) no-repeat top left;
}

#contentbox{
	position:relative;
	width:760px;
	margin-left:8px;
	background: url(../images/content_grad.jpg) repeat-x top left
}
#footer{
	position:relative;
	width:582px;
	height:64px;
	background: url(../images/footer.png) no-repeat top left;
	color:#666666;
	font-size:10px;
	z-index:1;
}

#dev{
	position:relative;
	text-align:right;
	padding:5px 10px;
	top:0px;
}
#copyright{
	position:relative;
	text-align:right;
	padding-right:10px;
	
}
#navbox{
	position:absolute;
	width:199px;
	top:25px;
	right:0px;
	z-index:10;
}
#navboxtop{
	position:relative;
	width:199px;
	height:15px;
	background: url(../images/nav_top.png) no-repeat top left;
}
#navboxmid{
	position:relative;
	width:199px;
	
	background: url(../images/nav_repeat.png) repeat-y top left;
	z-index:5;
}
#navboxbottom{
	position:relative;
	width:199px;
	height:15px;
	background: url(../images/nav_bottom.png) no-repeat top left;
	z-index:4;
}
#container{
	position:relative;
	width:780px;
	z-index:2;
	background: url(../images/content_bg.png) repeat-y top left;
}
#contentcol{
	position:relative;
	float:left;
	width:510px;
	padding:10px;
	margin-left:20px;
	background:none;
}
#lcol{
	position:relative;
	float:left;
	width:205px;
}
#rcol{
	position:relative;
	float:right;
	padding:10px 0px;
	margin:0px;
	width:572px;
}
#sitebody{
	position:relative;
	width:579px;
	_padding:0px;
	_width:572px;
	background: url(../images/site_bg.png) repeat-y top left;
	z-index:5;
	margin:0px;
}
#sitecontent{
	position:relative;
	padding:173px 10px 10px 20px;
	_padding:173px 3px 0px 20px;
	z-index:1;	
}
#address{
	position:absolute;
	top:58px;
	left:165px;
	font: 10px Georgia, "Times New Roman", Times, serif;
}
#topnav{
	position:absolute;
	top:-29px;
	left:8px;
	width:570px;
	height:275px;
	z-index:5;
}
.content{
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
}
h1{
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #666666;
	padding-top:22px;
	padding-left:35px;
	height:65px;
	width:520px;
	margin:0px;
	clear:both;
	background:url(../images/pheader_jandg.jpg) no-repeat top left;	
}
h2{
	font: 700 12px Arial, Helvetica, sans-serif;
	color: #666666;
}
h3{
	font: 15px Georgia, "Times New Roman", Times, serif;
	color: #666666;
}
.searchheader{
	font: 11px Arial;
	/*font: 10px Georgia, "Times New Roman", Times, serif;*/
	color: #666666;
	font-weight:bold;
}
a:link,a:visited,a:active{
	color:#003467;
	text-decoration:none;
}
a:hover{
	color:#003467;
	text-decoration:underline;
}
#footer a:link{
	color:#B8B7B0;
	text-decoration:underline;
}
#footer a:active{
	color:#B8B7B0;
	text-decoration:underline;
}
#footer a:visited{
	color:#B8B7B0;
	text-decoration:underline;
}
#footer a:hover{
	color:#B8B7B0;
	text-decoration:none;
}
.clear{
	clear:both;
}

a.closelink:link,a.closelink:visited,a.closelink:active{
	color:#FFFFFF;
	text-decoration:none;
}
a.closelink:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
a.buildbutton:link,a.buildbutton:visited,a.buildbutton:active{
background:url(../images/buildbutton.gif) no-repeat;
width:221px;
height:172px;
display:block;
text-decoration:none;
}
a.buildbutton:hover{
background:url(../images/buildbutton_over.gif) no-repeat;
width:221px;
height:172px;
display:block;
text-decoration:none;
}
