body{
	margin:0;
	padding:0;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-y;
	background-color:#291F1E;
	 font-size: 14px;
 font-family:georgia,helvetica;
}



#header{
	width:1023px;
	height: 171px;
	visibility: visible;
	margin: 0;
	background-image: url(../images/head2.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#middle {
	background-image: url(../images/middle-bg.jpg);
	width: 998px;
	float: left;
}

#leftcolumn{
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 311px;
	float: left;
}



#nav{
	font-size:18px;
	color:white;
	z-index:2;
	left:20px;
	top:240px;
	position: absolute;
}

#nav ul{
	margin:0;
	padding:0;
}
#nav ul li{
	list-style:none;
}
#nav ul li a{
	text-decoration:none;
	color:white;
	display:block;
	border-left:3px solid #F15F38;
	width:170px;
	padding-left:10px;
}
#nav ul li a:hover{
	behavior: url('/css/iepngfix.htc'); 
	color:#9C0205;
	background-image:url('/images/nav_bg.png');
	background-repeat:no-repeat;
	background-position:7px 8px;
	border-left:3px solid white;
	padding-left:10px;
}

#maincolumn {
	margin: 0px;
	padding: 0px;
	border: 0px;
	float: left;
	width: 530px;
}


p{
	margin-top:0;
}

h1{
	color: #413736; /* #EE423A;  */
	font-size:16px;
	margin-left:25px;
	margin-top: 25px;
}

h2 {
	font-family: Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}



.titlebar {
	background-image: url(../images/titlebar.gif);
	background-repeat: no-repeat;
	width: 600px;
	height: 56px;
	float: left
}

.page {
	margin-left:25px;
	margin-top: 0px;
	float: left;
	width:500px;
}


#rightcolumn {
	float:right;
	width:150px;
	z-index:0;
	margin-top: 30px;
	margin-right: 4px;
}



#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	width: 1023px;
	height: 84px;
	position: relative;
	float: left;
}
.footertable {
	float: right;
	font-size:12px;
	margin:20px 75px 0 0;
}.caption {
	font-size: x-small;
	font-weight: bold;
}
#bblogo {
	margin: -18px 0 0 850px;
}


.float-right {
	float: right;
	margin: 0 0 0 10px;
	text-align: center;
}

.float-right-caption {
	float: right;
	text-align: center;
}

.float-right img{
	border: 2px solid #000;
}

a:link, a:visited{
	color: #990000;
	text-decoration: none;
}
a:hover, a:active {
	color: #025A78;
	 text-decoration: none;
}
