body{
	margin:0;
	background-image:url(images/bg-main.jpg);
	background-position:center;
	background-repeat:repeat-y;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	height: 100%;
	}
.mainholder{
	width:858px;
	margin-left: auto;
	margin-right: auto;
	height:inherit;
	}
#header{
	background-image:url(images/top.jpg);
	background-repeat:no-repeat;
	height:176px;
	}
.logo-spaced{
	margin-left:15px;
	margin-top:23px;
	}
#nav{
	height:29px;
	text-align:center;
	color:#FFFFFF;
	background-image:url(images/navbg.jpg);
	}
.main-content{
	background-image:url(images/mainbg.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	}
.flash{
	}
.col-left{
	width:360px;
	float:left;
	}
.col-right{
	width:360px;
	float:right;
	}
.col-leftmost{
	width:425px;
	float:left;
	}
.col-rightleast{
	width:295px;
	float:right;
	}
#footer{
	height:29px;
	width:858px;
	bottom: 0px;
	color:#FFFFFF;
	text-align:center;
	background-image:url(images/footer.jpg);
	}
.navft{
	padding-top:15px;
	}
.maintable{
	border:0px;
	width:100%;
	}
h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	}
a:hover{
	text-decoration:none;
	color:#000000
	}
a{
	text-decoration:underline;
	color:#000000
	}
a.nav{
	text-decoration:none;
	color:#ffffff
	}
a.nav:hover{
	text-decoration:underline;
	color:#ffffff
	}

abbr{
	cursor:help;
	}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
line-height:18px;
z-index:100;
}
/* Navigation popup CSS Start */
#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #B43C3D;
}
/* Navigation popup CSS End */
