/* SITE REDESIGN */

body {
	background-color: white;
	font-family: sans-serif, arial, times new roman;
	height: 561px;
}

.search {
	float: right;
}


/* ************************************************************************************** */
/* Header */

.headerbox {
	background-color: #3d245b;
	margin-right: 1px white;
	margin-left: 1px white;
	height: 70px; /* height of the header box, /include/topbackground.gif must be changed when this is edited */
	color: white;
	border-bottom: 2px solid white;
	border-left: 0px solid black;
	border-right: 0px solid black;
	border-top: 1px solid black;
}

.header {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	font-size: 11px;
	font-weight: bold;
}

.header a {
	text-decoration: none;
	color: #FFFFFF;
}

.header a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

/* Header */
/* ************************************************************************************** */


/* ************************************************************************************** */
/* Top Navigation */

.topnav {
	position: relative;
	background-color: #bc9a6a;
	color: #FFFFFF;
	height: 20px;
	/* width: 949px; */
	top: -1px;
	border-bottom: 0px solid white;
	padding-top: 4px;
	padding-left: 10px;
	font-family: Arial;
	font-weight: bold;
	text-align: center;	
	text-transform: uppercase;
	font-size: 15px;
}	

.topnav a {
	color: #FFFFFF;
	text-decoration: none;
}	

.topnav a:hover {
	color: #000000;
	text-decoration: none;
}	

/* Top Navigation */
/* ************************************************************************************** */


/* ************************************************************************************** */
/* Footer */

.footerbox {
	background-color: #000000;
	margin-right: 1px white;
	margin-left: 1px white;
	height: 31px;
	color: white;
	border-left: 0px solid black;
	border-right: 0px solid black;
	border-top: 0px solid black;
}

.footer {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
	vertical-align: middle;

	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	font-size: 11px;
	font-weight: bold;
}

.footer a {
	text-decoration: underline;
	color: #FFFFFF;
}

.footer a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

/* Footer */
/* ************************************************************************************** */

	

.emergency {
	min-height: 35px;
	background-color: #FF0033;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 7px;
	padding-bottom: 5px;
	margin-bottom: 2px;
}



	
	
	
	
	
	
	
	
