body {
	background-color: #000;
	background-image: url('../images/bgMain.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 0;
	margin: 0;
	font-family: sans-serif;
	font-size: 12px;
	color: #666;
}

a:link, a:visited, a:active {
	color: #2d5590;
	text-decoration: none;
}

a:hover {
	color: #FFF;
	background: #2d5590;
}

.blWrapper {
	width: 950px;
	margin: 0 auto;
}

.logo {
	float: left;
	margin: 0 10px 10px 0;
}

#blBanner {
	background: url('../images/bgBanner.png') repeat-x;
	width: 100%;
	height: 68px;
}

#blBannerL {
	width: 30%;
	float: left;
	padding-top: 20px;
}

#blBannerR {
	width: 68%;
	float: right;
}

#blBannerR ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#blBannerR li {
	float: left;
	margin: 0;
	padding: 0;
}
#blBannerR a {
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 0 12px;
	padding-top: 25px;
	text-decoration: none;
	font-weight: small-caps;
	height: 44px;
	font-size: 12px;
}
#blBannerR a:hover{
	background: #2d5590 url('../images/bgNavHover.png') bottom center no-repeat;
	color: #fff;
	}             

.blBannerCurrent {
	background: #2d5590 url('../images/bgNavHover.png') bottom center no-repeat;
	color: #fff;
}
 
	
#blContentHolder {
	width: 100%;
	background: #FFF;
	padding: 1px 10px 10px 10px;
	margin-top: 35px;
}

#blWelcome {
	width: 100%;
	height: 216px;
	background: url('../images/bgWelcome.jpg') bottom left no-repeat;
	text-indent: -999em;
}

#blHoverBoxes{

}

	img {
		border: 0;
	}


.clear {
	clear: both;
}


#hoverBox ul {
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type: none;
}

#hoverBox li {
	float: left;
	margin: 0;
	padding: 0;
	width: 33.2%;
	border-right: 1px solid #FFF;
}
#hoverBox a {
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	text-decoration: none;
	font-weight: small-caps;
	height: 146px;
	font-size: 12px;
	width: 100%;
	background: url('../images/bgHover.png') top center no-repeat;
	text-align: center;
	padding-top: 60px;
}
#hoverBox a:hover{
	background: url('../images/bgHover.png') bottom center no-repeat;
	color: #fff;
	} 
	
#blFooter {
	width: 930px;
	height: 30px;
	margin-left: 10px;
	padding: 8px 10px 5px 10px;
	background: url('../images/bgFooter.png') repeat-x;
	text-align: right;
	color: #5d5a5a;
	font-size: 10px;
	font-variant: small-caps;
}	


#blFooter a:link {
	float: left;
	color: #5d5a5a;
	margin-right: 10px;
	padding-left: 10px;
	background: url('../images/bulFooter.png') center left no-repeat;
}

#blFooter a:hover {
	color: #2d5590;
}
  
 h1 {
	font-weight: 100;
	font-variant: small-caps;
	font-size: 30px;
	color: #2d5590;
} 

 h2 {
	font-weight: 100;
	font-variant: small-caps;
	font-size: 20px;
	color: #2d5590;
} 

 h3 {
	font-weight: 100;
	font-variant: small-caps;
	font-size: 16px;
	color: #2d5590;
	padding: 0;
	margin: 0;
} 

 h4 {
	font-variant: small-caps;
	font-size: 14px;
	padding: 0;
	margin: 10px 0 0 0;
} 