@charset "utf-8";
/* ETSPE Styles Created: 11-21-2008 by:David Hawkins*/
@import url("normalize.css");

body {
	background: #45526d;
	margin: 0;
	padding:0;
}

/* ----------------------------------- Default ----------------------------------- */
.clear {	
	clear:both;
}

a{
	color:#0e447b;
	text-decoration:none;
}

a:hover{
	color:#3c7ec1;
	text-decoration:underline;
}


/*------------------------------------ Centering/Background -------------------------*/
.wrapper{
	background-color:#fff;
	margin: 0 auto;
	width:840px;
}

.wrapper2{
	margin: 0 auto;
	width:840px;
}


/*------------------------------------ Header ------------------------------------*/

#Header{
	margin:0 auto;
	height: 190px;
	max-height:190px;
	background: url(../images/headbg.jpg) repeat-x;
}

#Header p{
	font-family: Verdana, Arial;
	font-size:11px;
	color:#000;
}

#mainNav{
	width:840px;
	max-width:840px;
	height: 43px;
	max-height:43px;
	background: url(../images/navbg.jpg) repeat-x;
	background-position:top;
	float:left;
	margin:0;
}

#mainNav a{
	padding:0 0 0 5px;
}

#Header img.logo{
	margin:0;
	padding: 0;
	float: left;
}

/*-----------------------------Announcement Box-------------------------------------*/

#Announce{
	background: url(../images/announcebg.jpg) no-repeat;
	background-position:top;
	color: #525252;
	width: 309px;
	max-width: 309px;
	height: 200px;
	max-height:200px;
	float: right;
	margin: 0 0 0 0;
	padding:0;
}

#Announce h1.announce_box{
	font-family:Verdana;
	font-size:15px;
	color:#45536d;
	font-weight:200;
	text-align:center;
	margin-top: 12px;
}

#Announce h3.announce_box{
	font-family:Verdana;
	font-size:12px;
	color:#000;
	margin: 0 0 0 30px;
}

#Announce p.announce_box{
	font-family:Verdana;
	font-size:12px;
	color:#000;
	margin: 0 0 0 30px;
    text-align: left;
}

#Announce img.announce_box{
	float:left;
	padding: 0 3px 3px 0;

}
/*-----------------------------Content-------------------------------------*/

#Content{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../images/contentbg.jpg) repeat-x;
	color: #525252;
	width: 632px;
	max-width: 632px;
	float: right;
	padding: 20px 5px 20px 5px;
}

#Content p.blue{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1e3a61;
	}
	

#Content img{
	float:left;

}

#text
{
    font-family: Verdana;
    Font-size: 12px;
    }

#Content h1{
	font-family:Verdana;
	font-size:16px;
	color:#000;
}

#Content h2{
	font-family:Verdana;
	font-size:14px;
	color:#000;
}

#Content h3{
	font-family:Verdana;
	font-size:12px;
	color:#000;
}

#Content h4{
	font-family:Verdana;
	font-size:12px;
	color:#45526d;
}

#Content h4.date{
	font-family:Verdana;
	font-size:12px;
	font-style:italic;
	color:#45526d;
}


#Content hr.home{
	color:#000;
	width:320px;
	float:left;
	margin-top: 4px;
}

#Content td{
	font-family: Verdana, Arial, Helvetica, sans-serif }
	
#prescol 
{
    font-family: Verdana;
font-size: 12px;
    float: left;
    height: 168px;
}

#prescol2 
{
font-family: Verdana;
font-size: 12px;
}
/*-----------------------------Sidebar-------------------------------------*/

#Sidebar {
	float: left;
	width: 195px;
	max-width: 195px;
	margin-top: 0;
	padding-top:3px;
}

#Sidebar img{
	float:left;
	border: none;
}

#Sidebar #poweredby img{
	padding:15px 40px 15px 40px;
	border: none;
}

/*-----------------------------Footer-------------------------------------*/

#Footer{
	background: #45526d;
	height:63px;
	padding-top:10px;
}

#Footer p{
	font-family: Verdana, Arial;
	font-size:11px;
	color:#FFF;
}

#Footer a{
	font-family: Verdana, Arial;
	font-size:11px;
	color:#FFF;
}






