@charset "utf-8";
/* CSS Document */


body {
	//background-image: url("P1010122.JPG")  ;
	//background-repeat:no-repeat;
	//background-position:50% 50%;  /* Sets reference point to scale from */
	//background-size:cover;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	height:100%;
	
 
}
.header {
	margin-left:auto;
	margin-right:auto;
	margin-top:2%;
	width: 70%;
	border:#999 solid 1px;
	padding-top: 20px;
	padding-bottom:20px;
	min-width:800px;
	max-width:1200px;
	background-color:#ffcc67;
	border:#000 solid 1px;
}
.headerText {
	margin:auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
	text-align:center;
	color: #C00;
}
.menuContainer {
	margin-left:auto;
	margin-right:auto;
	margin-top:1%;
	width: 70%;
	border:#999 solid 1px;
	padding-top: 20px;
	padding-bottom:20px;
	min-width:800px;
	max-width:1200px;
	background-color: #900;
	//border:#333 solid 1px;
	text-align:center;
}
.menuItems {
	background-color:FFC;
	margin-right:4%;
	cursor:pointer;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	display:inline-block;
	color:#FFF;
}
.menuItems:hover {
	text-decoration:underline;
	text-decoration-color:white;
}

.mainContainer {
	margin-left:auto;
	margin-right:auto;
	margin-top:2%;
	background-color: #fff; 
	border:#fff solid 1px;
	width:70%;
	min-width:800px;
	max-width:1200px;
	//min-height:800px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	//overflow:auto;
	height:900px;
}
.indexBox2 {
	overflow:auto;
	background-color:#fff; 
	margin-bottom:25px;
}
.indexBox3 {
	float:left; 
	width:49%;
	padding-left:0%; 
	padding-top:0%; 
	color:#fff;
}
.indexP {
	text-align:left; 
	}
.indexPDiv {
	border: #900 solid 1px; 
	padding:10px; 
	background-color:#FFF; 
	color: #666;
	line-height:22px;
}
.indexImageBox {
	float:left; 
	width:49%;
}
.linksBox {
	float:left; 
	width:50%;
}
.qfesLinksBox {
	font-size:18px; 
	background-color:#F93; 
	border-bottom:#999 solid 1px;
}
.qfesLinksBox2 {
	font-size:18px; 
	background-color:#F93; 
	border-bottom:#999 solid 1px; 
	cursor:pointer;
}
.indexBox3 {
	float:left; 
	width:40%; 
	padding-left:2%;
	border-left:#CCC solid 1px;
}
.OtherHeaders {
	padding:15px; 
	border:#009 solid 1px; 
	color: #F00; 
	background-color:#FCC;
}
#RFS:hover {
	text-decoration:underline;
	text-decoration-color:#fff;
}
#QFES:hover {
	text-decoration:underline;
	text-decoration-color:#fff;
}
#QFES1:hover {
	text-decoration:underline;
	text-decoration-color:#900;
}
.links {
	margin-top: 25px;
	text-align:left; 
	font-family:Verdana, Geneva, sans-serif;
}