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

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#ffffff;
	line-height:normal;
}

img{
	border:none;
	padding:0;
	margin:0;
}

form{	
	padding:0;
	margin:0;
}

p{
	padding:0;
	margin:5px;
}


/*HEADINGS*/
h1{
	font-weight:normal;
	font-size:2em;
	font-family:"Times New Roman", Times, serif;
	padding:0;
	margin:5px;
}
h2{
	font-weight:normal;
	font-size:1.8em;
	font-family:"Times New Roman", Times, serif;
	padding:0;
	margin:5px;
}
h3{
	font-weight:normal;
	font-size:1.6em;
	font-family:"Times New Roman", Times, serif;
	padding:0;
	margin:5px;
}
h4{
	font-weight:normal;
	font-size:1.4em;
	font-family:"Times New Roman", Times, serif;
	padding:0;
	margin:5px;
}
h5{
	font-weight:normal;
	font-size:1.2em;
	font-family:"Times New Roman", Times, serif;
	padding:0;
	margin:5px;
}
/*HEADINGS END*/





#footerContent, 
.bodyContent{

	text-align:center;
}

.bodyContent{
	font-family:"Times New Roman", Times, serif;
	font-size:1.5em;

}

a:link{
	text-decoration:none;
	color:#ffffff;

}

a:visited{
	text-decoration:none;
	color:#ffffff;

}
a:hover{
	text-decoration:none;
	color:#ffe6b8;
	

}
a.active{
	text-decoration:none;
	color:#ffffff;

}

a.bodynav:link{
	text-decoration:underline;
	color:#e9c67a;

}

a.bodynav:visited{
	text-decoration:underline;
	color:#e9c67a;

}
a.bodynav:hover{
	text-decoration:none;
	color:#ffe6b8;
	

}
a.bodynav:active{
	text-decoration:none;
	color:#ffffff;

}
/*COLOR STYLES*/
.gold{
	color:#e9c67a;
}

/*COLOR STYLES*/

