body {

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:11px;

	background-color:#cccc99;

	margin:3px 0px 0px 4px;



	}

	

ul li {

	list-style:none;

	}



th {

	font-size:14px;

	font-weight:bold;

	}



td {

	font-size:12px;

	}

	

#box {

	width: 760px;

	height:500px;

	background-color: #FFFFFF;

	margin-top: auto;

	margin-right: auto;

	margin-bottom: auto;

	margin-left: auto;



    }

	

#top {

	padding:15px 0px 20px 15px;

	height:70px;

	border-bottom:3px solid #ccc;

	border-top:3px solid #ccc;

	margin-right:15px;

	margin-top:10px;

	width: 760px;

	}

	

#bar {

	position:absolute;

	top:18px;

	right:100px;

	width: 394px;

	left: 352px;

	height: 75px;

}



#center {

	position:absolute;

	padding:5px 10px 5px 10px;

	background-color:#cc9;

	left:166px;

	top:112px;

	right:100px;

	width: 580px;

	height: 92px;

}



#left {

	position:absolute;

	top:112px;

	left:14px;

	height: 150px;

	width:120px;

	margin-left:15px;

	padding:7px 3px 5px 7px;

	background-color:#cc9;

	}

	

#leftcell {

	padding:5px;

	}

	

#rightcell {

	float:right;

	border-left:1px dashed #999;

	padding:5px;

	width:250px;

	right:5px;

	margin-left:10px;

	}



#footer {

	color:#666;

	font-style:italic;

	font-size:10px;

	text-align:center;

	clear:both;

	}



.type {

	background:#999;

	font-weight:bold;

	color:#FFF;

	font-size:14px;

	}



.city {

	background:#CCC;

	font-weight:bold;

	font-size:14px;

	}



.pgTitle {

	font-size:16px;

	font-weight:bold;

	text-align:center;

	font-variant: normal;

	font-style: normal;

	text-transform: uppercase;











	}



.section {

	font-weight:bold;

	font-size:14px;

	color: #336699;

	border-bottom: none;

	}

	

.sidebar {

	font-weight: bold;

	border-top: 1px solid;

	padding-top: 3px;

	}a:link {

	font-size: 12px;

	color: #336699;

}

a:visited {



	font-size: 12px;

	color: #336699;

}

a:hover {





	font-size: 12px;

	color: #336666;

}

.nav2 {



	font-size: 11px;

	color: #333333;

}

.copy {
	font-size: 11px;
	color: #333333;
	
	

}

.emergency {

	font-weight: bold;

	color: #CC0000;

}

.pgTitle2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-align:center;
	

}

.box {

	border-bottom-style: inset;

	border-bottom-color: #CC0000;

}

.copy2 {

	font-size: 11px;

	color: #333333;

	text-align: center;



}

.type2 {

	font-weight:bold;

	color:#000000;

	font-size:16px;

	text-align: center;

	border: none;









}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
    
.animatedtabs{
border-bottom: 1px solid gray;
overflow: hidden;
width: 100%;
font-size: 14px; /*font of menu text*/
}


.animatedtabs ul{
list-style-type: none;
margin: 0;
margin-left: 135px; /*offset of first tab relative to page left edge*/

padding: 0;
}

.animatedtabs li{
float: left;
margin: 0;
padding: 0;
}

.animatedtabs a{
float: left;
position: relative;
top: 5px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
background: url(images/tab-blue-left.gif) no-repeat left top;
margin: 0;
margin-right: 62px; /*Spacing between each tab*/
padding: 0 0 0 9px;
text-decoration: none;

}

.animatedtabs a span{
float: left;
position: relative;
display: block;
background: url(images/tab-blue-right.gif) no-repeat right top;
padding: 5px 14px 3px 5px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
font-weight: bold;
color: black;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.animatedtabs a span {float:none;}
/* End IE5-Mac hack */


.animatedtabs .selected a{
background-position: 0 -125px;
top: 0;
}

.animatedtabs .selected a span{
background-position: 100% -125px;
color: black;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

.animatedtabs a:hover{
background-position: 0% -125px;
top: 0;
}

.animatedtabs a:hover span{
background-position: 100% -125px;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}