@charset "utf-8";
/* ETSPE Styles Created: 11-21-2008 by:David Hawkins*/
@import url("normalize.css");

body {
	margin: 0;
	padding:0;
}

/* ----------------------------------- Default ----------------------------------- */
.clear {	
	clear:both;
}

a{
    color:#f7ff21;
	text-decoration:underline;
}

a:hover{
    color:#ec7c00;
	text-decoration:none;
}

td.contact a{
    color:#1036d8;
	text-decoration:underline;
}

td.contact a:hover{
    color:#1036d8;
	text-decoration:none;
}

td.contact p a{
    color:#1036d8;
	text-decoration:underline;
}

td.contact p a:hover{
    color:#1036d8;
	text-decoration:none;
}


/*------------------------------------ Centering/Background -------------------------*/
.wrapper{
	background-color:#d4ba9c;
	margin: 0 auto;
	width:751px;
}

.wrapper2{
	margin: 0 auto;
	width:700px;
}

.right{
	float: right;
}

/*------------------------------------ Header ------------------------------------*/
#Logo{
	width:232px;
	max-width:232px;
	height:163px;
	max-height:163px;
	float:left;
	margin: 0 0 0 0;
}

#Header{
	margin:0 auto;
	height: 163px;
	max-height:163px;
    width: 752px;
}

#mainNav{
	width:747px;
	max-width:747px;
	height: 26px;
	max-height:26px;
	background-position:top;
	float:left;
	margin:0;
	padding:0;
}

#mainNav img{
	float:left;
}
/*-----------------------------Content-------------------------------------*/
#subContent{
	background: #d4ba9c;
	color: #525252;
	width: 737px;
	max-width: 737px;
	margin-top: 0;
	padding: 20px 5px 20px 5px;
	font-family:Tahoma;
	font-size: 13px;
}

#Content{
	background: #d4ba9c;
	color: #525252;
	width: 747px;
	max-width: 747px;
	margin-top: 0;
	font-family:Tahoma;
	font-size: 13px;
}



.formtext2{
	background: #fff;
	color: #000;
	width: 200px;
	max-width: 200px;
	margin-top: 0;
}

td.announce{
	padding:5px;
}

/*-----------------------------Sidebar-------------------------------------*/

#Sidebar {
	float: left;
	width: 195px;
	max-width: 195px;
	margin-top: 0;
	padding-top:3px;
}

#Sidebar img{
	float:left;
	border: none;
}

/*-----------------------------Footer-------------------------------------*/

#Footer{
	height:77px;
    width: 750px;
}






