body {
  	font-family: "Times New Roman", Times, serif;
  	background-color: #d7d4cc;
	margin-top: 0px;
}
td {
	font-family: "Times New Roman", Times, serif;
}

th {
	font-family: "Times New Roman", Times, serif;
}

.maintop {
background-image: url(images/main-topcenter.jpg);
background-repeat: repeat-x;
background-position: left top;
}
.mainbot {
background-image: url(images/main-botcenter.jpg);
background-repeat: repeat-x;
background-position: left top;
}
.mainleft {
background-image: url(images/main-midleft.jpg);
background-repeat: repeat-y;
background-position: left top;
}
.mainright {
background-image: url(images/main-midright.jpg);
background-repeat: repeat-y;
background-position: left bottom;
}
.menu {
background-image: url(images/menu-mid.jpg);
background-repeat: repeat-y;
background-position: left top;
}
.menuback {
background-image: url(images/menu-mid.jpg);
background-repeat: repeat-y;
background-position: left top;
}

/* These styles create the menus. */
ul.menu_1
{
	margin: 4px 4px -5px -4px;
	padding: 0px;
	list-style: none;
	border: none;

}


li.menu_l
{
	list-style: none;
	margin: 0px;
	padding: 0px;

}



li.menu_l a
{
	display: block;
	margin-left: -40px;
	background-color: transparent;
	color: #000;
	list-style-position: outside;
	text-decoration: none;
	height: 30px;
	width: 207px
	float: left;	
	position: relative;
	text-indent: 60px;
	padding-top: 3px;
	font-style: normal;
	font-weight:bold;
	font-size:12px;
}

li.menu_l a:hover
{
	color: #760205;
	text-decoration: underline;
	font-style: italic;
	background-image: url(images/menu-mo.jpg);
}

/* End of the menus. */

.copyright {
    font-size: 10px;
    text-align: center;
}
.footer {
	color:#000000;
    text-align: center;
	font-size:12px
}
.footer a:link{
    text-align: center;
	color:#000000;
}
.footer a:visited{
	color:#000000;	
}
.footer a:hover{
	color:#760205;
}
.menuoffset {
	margin-top: 15px;
	margin-left: 10px;
	}
.picoffset {
	margin-left: 23px;
	}
.map {
	color:#3366FF;
	text-decoration:underline;
	font-size:12px;
	cursor: hand;
	}
	.cursor {
	cursor: hand;
}

.flashleft {
	margin-left:15px;
	margin-top:5px;
	float:left
}

.flashright {
	margin-right:15px;
	margin-top:5px;
	float:right
}

.mainbottom { 
	vertical-align:bottom;

}	
.wrapright {
float:right;
margin:0 0 5px 10px;
padding:5px;
}
