body {
	background: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:0px auto
	}
	
#footer{
	 text-align:center; 
	 padding:10px;
	 background-color:#FFE166; 
	 font-size:10px; 
	 height:15px;
	 width:730px;
	 }
	
a:link{text-decoration:none; color:#E7793C}
a:visited{text-decoration:none; color:#E7793C}
a:hover{text-decoration:underline; color:#E7793C}
a:active{text-decoration:none; color:#E7793C}

.mg2 a:link{text-decoration:none; color:#DB3B45}
.mg2 a:visited{text-decoration:none; color:#DB3B45}
.mg2 a:hover{text-decoration:underline; color:#DB3B45}
.mg2 a:active{text-decoration:none; color:#DB3B45}

hr {
	color:#FF9906;
	width:200px;
	text-align:center;
	}
	
.container {
	text-align:left;
	width: 750px;
	margin: 0 auto;
	border: 1px solid #FFE166;
	background-image:url(../images/indexbg.jpg)
	}
	
.leftcontent {
	background: #FFFF99;
	width: 285px;
	float:left;
	border-right: 1px solid #FFE166;
	z-index:0;
	text-align:center
	}
	
.rightnavbar {
	background: #FFE166;
	width: 464px;
	height: 60px;
	float: right;
	text-align:center
	}
	
.rightcontent {
	position:relative;
	background: #FFFFFF;
	width: 464px;
	float: right;
	text-align:center
	}
	

.tenpoint_text {
	font-size:10px
	}
	
.fourteenpoint_text {
	font-size:14px
	}

.orange_text {
	color: #E7793C
	}
	
table.nav {
	width:450;
	text-align:left;
	padding:2px;
	}

table.border {
	border:1px solid #FFE166
	}
	
.linknav a:link{text-decoration:none; color:#000000}
.linknav a:visited{text-decoration:none; color:#000000}
.linknav a:hover{text-decoration: none; color:#666666}
.linknav a:active{text-decoration:none; color:#000000}

td.yellow {
	background:#FFFF99;
	border: 1px solid #FFE166;
	}
	
td.yellow_noborder {
	background:#FFFF99;
	}
	
#scroller {
	margin: 0px 0px 10px 17px;
	text-align:center;
	width:430px;
	height: 445px;
	background-color: none; 
	border: 0;
	overflow:auto;
	scrollbar-face-color:#FFE166; 
	scrollbar-shadow-color: #FFFF99; 
	scrollbar-highlight-color:#FFFF99; 
	scrollbar-3dlight-color: #FFFF99; 
	scrollbar-darkshadow-color: #FFFF99; 
	scrollbar-track-color: #FFFFFF; 
	scrollbar-arrow-color:#000000; 
	}
	
#botpage {
	width:450px;
	position: absolute;
	right: 5px;
	bottom: 0px;
	font-size: 10px;
	padding: 5px;
	}
	
/*Rollover Image Enlargement*/

	.thumbnail{
	z-index: 0;
	}
	
	.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
	}
	
	.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	top: 200px;
	left: 100px;
	background-color: #FFFF99;
	padding: 5px;
	border: 1px solid #FFE167;
	visibility: hidden;
	color: black;
	text-decoration: none;
	}
	
	.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
	}
	
	.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	position:absolute;
	top:160px;
	left: 50px; /*position where enlarged image should offset horizontally */
	
	}