body
{
	background-color: #CB6C3D;
	margin: 0px;
	padding: 0px;
	scrollbar-3dlight-color:#000000;
	scrollbar-arrow-color:#000000;
	scrollbar-base-color:#cccccc;
	scrollbar-track-color:#cccccc;
	scrollbar-face-color:#ffffff;
	scrollbar-shadow-color:#ffffff;
	scrollbar-highlight-color:#ffffff;
	scrollbar-darkshadow-color:#000000;
}
.maindiv
{
	position: absolute;
	top: 1px;
	left: 50%;
	width: 720px;
	margin-left: -360px;
	background-color: #ffffff;
	border: 1px solid black;
	text-align: center;
}
h1{
	font-family: Times New Roman, serif;
	font-size: 20px;
	font-weight: bold;
}
h2, h3, h4{
	font-family: Times New Roman, serif;
	font-size: 14px;
	font-weight: bold;
}
a:hover img, a:active img, a:link img, a:visited img{
	border: none;
}


th {
	font-family: "Times New Roman", Times, serif;
}

span.bg, span.bg a:hover, span.bg a:active, span.bg a:link, span.bg a:visited
{
	color: #5F5F5F;
}
span.bg a:hover
{
	color: #000000;
}
span.bb, span.bb a:hover, span.bb a:active, span.bb a:link, span.bb a:visited
{
	color: #000000;
}
#mainText
{
	position: relative;
	font-family: Times New Roman, serif;
	font-size: 12px;
	width: 696px;
	padding: 15px;
	text-align:left;
}
.texttable
{
	font-family: Times New Roman, serif;
	font-size: 12px;
	border: solid 1px #000000;
	border-spacing:0px;
	border-collapse:collapse;
}
.texttable td
{
	border: solid 1px #000000;
	border-spacing:0px;
}

#mainText a:link, #mainText a:visited,  #mainText a:active{
	color: #000000
}
#mainText a:hover{
	color: #CB6C3D;
}
#alright{
	text-align: right;
}
#alleft{
	text-align: left;
}
.next{
	float: left;
	display: inline;
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-align: right;
	width: 50%;
	padding: 0px;

}
.prev{
	float: left;
	display: inline;
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-align: left;
	width: 50%;
	padding: 0px;
}

.list{
	position: relative;
	font-family: Arial, sans-serif;
	font-size: 11px;
	left: 5%;
	width: 90%;
	padding: 10px;
}
.floats{
	font-family: Times New Roman, serif;
	font-size: 12px;
	vertical-align: middle;
	left: 0px;
	width: 100%;
	padding: 0px;
	margin-top: 10px;
	margin-left: 0px;
	display: inline;

}
img.right{
	float: right;
	width: 300px; 
	margin: 10px;
}
img.left{
	float: left;
	width: 300px; 
	margin: 10px;

}
.logo
{
	width: 720px;
	height: 120px;
	margin: 0px;
	/*background-image: url(../images/header_logo.jpg);*/
	background-repeat: no-repeat;
	overflow: hidden;
	vertical-align:top;
}
.divtopbar
{
	font: 16px Times New Roman, serif; 
	width: 720px;
	height: 20px;
	overflow: hidden;
	border-bottom: 1px solid black;
	text-align: center;
	margin:0px;
}
.divbotbar
{
	font-family: Times, serif;
	font-size: 10px;
	width: 720px;
	height: 18px;
	overflow: hidden;
	border-top: 1px solid black;
	background-color: white;
	/*font: 8px Times New Roman, serif; */
	text-align: center;
}
.divmenu
{
	font-family: Times, serif;
	width: 720px;
	height: 16px;
	overflow: hidden;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 0px;
	margin: 0px;
}

table.menus { 
	width: 720px; 
	margin: 0 auto; /* centers in complaint browser */ 
	border-collapse: collapse; /* this makes the borders on the internal cells overlap */ 
} 
.menus td { 
	/*border: 1px solid #008; /* the border-collapse property on the table makes it not appear double */ 
	text-align: center; 
	padding: 0; /* equivalent to cellpadding */ 
} 
 
.menus td a:link, .menus td a:visited { 
	font: 10px Arial, sans-serif; 
	text-decoration:none; 
	height: 16px;
	color: #000000; 
	display:block; 
	padding: 0px; /* remove side padding text align center takes care of that */ 
	padding-left: 1px; 
	width: 100%; /* once side padding is removed you can use width which IE needs to make the link fill the block */ 
}

.menus td a:hover, .menus td .activm a:link, .menus td .activm a:active, .menus td .activm a:hover, .menus td .activm a:visited   { 
	background-color:#CB6C3D; 
	color: #000000; 
} 

.activem { background-color: #CB6C3D;}



