﻿body{
	background: #F0F0E0;
	/* text-align:center; not needed anymore */
	font-family:Verdana, serif;
	font-size: 11px;
}
#bodyContainer{
	width: 768px;
	height: auto;
	border-left: 1px solid #68683D;
	border-right: 1px solid #68683D;	
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background: url('../images/bodyContainerBK.gif');
}
#header{
	width: 768px;
	height: 98px;
	background: url('../images/header.gif') no-repeat;
	cursor: hand;
	margin-left: auto; /* center the page in the browser */
	margin-right: auto; /* center the page in the browser */
}
#header A{
	width: 770px;
	height: 98px;
}
#topNav{
	width: 768px;
	height: 34px;
}
#imgHeader{
	width: 768px;
	height: 105px;
}
.topNavSection{
	width: 236px;
	float: left;
	color: #FFFFFF;
	text-align: left;
	padding: 10px;
	font-size: 10px;
	line-height: 13px;
}

#bodyText{
	width: 452px;
	float: left;
	padding: 15px 30px 15px 30px;
	line-height: 18px;
	background: #ffffff;
}
#menu{
	width: 256px;
	float: left;
	background: #e7d7a5;
}
#menu A{
	display:block;
	width:231px;
	height: 18px;
	padding-left: 25px;
}
#menu A:hover{
	width:231px;
	height: 18px;
	background: url('../images/bullet.gif');
	background-position:6px 0px;
	background-repeat:no-repeat;
}
#footer{
	background: url('../images/footer.gif');
	color: #FFFFFF;
	padding: 15px 0px 15px 0px;
	line-height: 1.5 em;
	margin-left: auto; /* center the page in the browser */
	margin-right: auto; /* center the page in the browser */
	clear: both;
	text-align: center;
}
#footer A{
	color: #FFFFFF;
}

.clr1{background: #68683D;}
.clr2{background: #996600;}
.clr3{background: #802830;}
.clr4{background: #333300;}

a:link{
	color: #802830;
	text-decoration: none;
}
a:visited{ 
	color: #996600;
	text-decoration: none;
}
a:hover{
	color: #802830;
	text-decoration: underline;
}
a:active{
	color: #000000;
	text-decoration: none;
}

A.navLink, A.navLink:link, A.navLink:active, A.navLink:visited{
	color: #FFFFFF;
	text-decoration: underline;
}
A.navLink:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.title{ 
	font-size: 18px; 
	font-weight: bold;
	color: #333300;
}
.subtitle{ 
	font-size: 12px; 
	font-weight: bold;
	color: #333300;
}

UL {
	list-style-image: url('../images/bullet_sm.gif');
}
.form{
   font-family: Arial;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}