body {
	font-family: Verdana, Times New Roman, Sans-Serif;
	font-weight: normal;
	font-size: 16px;
	margin: 0px auto;
	border: 1px solid white;
    background-color: white;
 	height: auto;
  	min-height: 100%;

	background-color: #FBFBDE;    
}

#mainContainer {
        width: 100%;
        background-color: #FBFBDE;
	}

textarea {
   resize: none;
}
div {
	display:block;
	overflow:auto;
	scrolling:no;
}

a:link {
    text-decoration: none;
}

.main {
	overflow-y: hidden;
}

nav.horizontalNAV {
	position: relative;
	width: 100%;
	text-align: center;
	overflow: hidden;
	margin: 0px;
	padding: 0.2%;
    resize: none;
	z-index: 2;
	
}

nav.horizontalNAV ul {
	list-style: none;
	margin: 0px;
    padding: 0.5%;
    overflow: hidden;
     
}

nav.horizontalNAV li a {
	text-decoration: none;
	color: #FCF3CF;
	display: block;
    resize: none;
}

nav.horizontalNAV li {
        position: relative;
	display: inline-block;
        padding: 3px;
	
}

nav.horizontalNAV a:hover {
	color: #29032A;
}

nav.horizontalNAV li:hover {
	background-color: #DAF7A6;
}

#body_content {
	width: 100%;
    background-color: #FBFBDE;
	z-index: 3;
	}

#headerIMG {
	position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
	width: 100%;
	height: 220px;
}


form {
    float: center;
    position: relative;
    margin: 0 auto;
	text-align: center;
	background-color: #FFEBCD;
    border: 2px solid black;
        
}	

footer {
	width: 100%;

}

footer h4 {
	clear: both;
	position: relative;
    font-size: 13px;
    text-decoration: none;
    border-top: 4px solid black;
    resize: none;
    bottom: -2px; 
}
table.res_t {
    border-collapse: collapse;
}

table, th, td {
    border: 1px solid black;
}




