body {
	background-color: #FFFFFF;
	font: small Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 10px auto 0px auto;
	position: relative;
	}

img {
	border-style: none;
	}

ul {
	list-style-image: url(../images/dot.gif); 
	list-style-type: none;
	}

ol {
	list-style-type: lower-alpha;
	}


.black {
	color: #000000;
	}

a:link, a:visited, a:hover{
	color: #FF7100;
   	text-decoration: none;}
	
a:hover {
	text-decoration: underline;}

.title {
	color: #0F3932;
	font-size: 12pt;
	font-weight: bold;
	}

#outline {
	width: 760px;
	margin:0 auto 0 auto;
	background-color: #FFFFFF;
	text-align: left;
	position: relative;
	}

#banner {
	width: 760px;
	height: 100px;
/**	background-image: url(../images/banner.jpg); **/
	position: relative;
	}

#logo {
	width: 192px;
	height: 100px;
	margin-left: 5px;
	float: left;
	position: relative;
	}

#info {
	width: 450px;
	height: 20px;
	padding-top: 16px;
	padding-bottom: 16px;
	margin-top: 24px;
	margin-bottom: 20px;
	padding-left: 100px;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #0F3932;
	float: left;
	border-top: 2px solid gray;
	border-bottom: 2px solid gray;
	position: relative;
	}

hr {
	border: 0;
	width: 100%;
	color: #FF7100;
	background-color: #FF7100;
	height: 3px;
	}

#nav {
	font-size: 8pt;
	padding: 8px;
	font-variant: small-caps;
	font-weight: bold;
	text-align: right;
	color: #FFFFFF;
	background-image: url(../images/navBar.jpg);
	position:relative;
	}

#nav a {
	width: 100%;
	color: #FFFFFF;
	margin: 3px;
	}

#nav a:hover{
	text-decoration: underline;}

#Emergency
	{
	width: 100%;
	color: #FF0000;
	font-size: 11pt;
	font-weight: bold;
	margin-top: 20px;
	padding: 10px;
	margin-bottom: 20px;
	border: 5px solid #FF0000;
	position: relative;
	}
#noEmergency
	{
	display: none
	}
	
#middle{
	margin: 10px;
	width: 740px;
	position: relative;
	}

#ref {
	font-size: 8pt; 
	text-align: right;
	float: right;
	color: black;
	font-variant: normal;
	background-color: #FFFFFF;
	margin: 0;
	padding-right: 5px;}
	
#bottom {
	clear: both;
	width: 100%;
	padding-top: 10px;
	border-top: 2px solid #FF7100;
	position: relative}