body{
	background-color: white;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom:15px;
	font-family;
	width:97%;
		font-family: "Century Gothic", arial, verdana;
	color: Black;
	line-height: 1.5em;
	font-size: 1em;
	
}
#container{
	min-width:1175px;
	border:3px solid #CE0000;
}
#header{
	background-color: #FFA637;
	background-image: url(../images/logo1.png);
	background-repeat: no-repeat;
	height:140px;
	margin-top:0px;
	padding:0;
	
	
}
#topnav ul {
	padding: 0.2em 0;
	margin: -24px 0 20px 182px;
	padding-bottom: 0;
	list-style-type: none;
	background: #FFA637;
	color: #f4e1b9;
	font: bold 75% verdana, arial, helvetica, sans-serif;
}
#topnav li {
display : inline;

}
#topnav li a, #topnav a:visited {
	text-decoration: none;
	background: #CE0000;
	color: #FFFFFF;
	padding: 0.2em 0.1em 8px;
	border-right: 1px solid #0082FF;
	border-top: 1px solid #0082FF;
}


#topnav a:hover{
	text-decoration: none;
	background-color: #0082FF;
	color: #FFFFFF;
	border-right: 1px solid #F0E68C;
	border-top: 1px solid #F0E68C;
}

#topnav a:link.active, #topnav a:visited.active {
	text-decoration: none;
	background-color:white;
	color: #0082FF;
	border-right: 1px solid #CE0000;
	border-top: 1px solid #CE0000;
	border-left: 1px solid #CE0000;
}
#leftside{
	margin-top:-16px;
}

#navigation {
        color: white;
        background: #FFA637;
        border-bottom: 0.2em solid #FFA637;
        border-right: 0.2em solid #FFA637;
        padding: 0 1px;
        margin-left: 0;
        width: 18em;
        font: normal 10px Verdana, sans-serif;
		  border-right: 1px solid #CE0000;
	border-bottom: 1px solid #CE0000;
}

#navigation li {
        list-style: none;
        margin: 0;
        font-size: 1em;
}

#navigation a {
        display: block;
        text-decoration: none;
        margin-bottom: 0.5em;
        margin-top: 0.5em;
        color: white;
        background: #CE0000;
        border-width: 1px;
        border-style: solid;
        border-color: #5bd #035 #068 #6cf;
        border-left: 1em solid white;
        padding: 0.25em 0.5em 0.4em 0.75em;
}

#navigation a.active { border-color: #5bd #035 #068  #0082FF; }

#navigation a {
        width: 99%;
        /* only necessary for Internet Explorer */
}

#navigation a {
        voice-family: "\"}\"";
        voice-family: inherit;
        width: 9.6em;
        /* Tantek-hack should only used if Internet-Explorer 6 is in standards-compliant mode */
}

#leftside>#navigation a {
        width: auto;
        /* only necessary if you use the hacks above for the Internet Explorer */
}

#navigation a:hover, #navigation a#current:hover {
        background: #0082FF;
        border-color: #CE0000 #6cf #5bd #CE0000;
        padding: 0.4em 0.35em 0.25em 0.9em;
}

#navigation a:active, #navigation a#current:active {
        background: #17a;
        border-color: #069 #6cf #5bd white;
        padding: 0.4em 0.35em 0.25em 0.9em;
}

#maincontent{
	float:left;
	margin-left:200px; 
	width:800px;
	font-size:0.95em;
	margin-top:-200px;
	text-align:justify;
	
}

#sidebar{
	float:right;
	margin-top:-200px;
	width:150px;
	
}
#footer{
	clear:both;
	color: #0082FF;
	text-align:center;
	font-size:0.75em;
	padding-top:60px;
} 
a {
	text-decoration: underline;
	color: #CE0000;
	background: inherit;
}
a:hover {
	text-decoration: none;
	color: #4420DB;
	background: inherit;
}
a:active
{
  outline: none;
}
h1{
	margin-left: -1000px;
	margin-top:-10px;
}
h2{
	color:#CE0000;
	font-size:1.25em;
}
h3{
	color:#069;
	font-size:1.15em;
	margin-bottom:-15px;
}
p.user{
	font-style:italic;
	color:#CE0000;
}
span.service{
	font-weight:bold;
	color:#0082FF;
}
input.txt {
  color: #000000;
  background-color: #FFFFFF;
  border: 1px inset #996699;
  width: 200px;
}
input.required {
  color: #000000;
  background-color: #FFFFFF;
  border: 1px inset #996699;
  width: 200px;
}
input.btn {
	font-weight:bold;
  color: #CE0000;
  
}
textarea{
	font-family: Arial, Helvetica, sans-serif;
}
textarea.required{
	color: #000000;
	background-color: #FFFFFF;
	border: 1px inset #996699;
	width: 400px;
}
form p {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}
form p label {
  float: left;
  width: 30%;
  font: bold 0.9em Arial, Helvetica, sans-serif;
}
fieldset {

  border: 1px dotted #CE0000;
  margin-top: 16px;
  padding: 10px;
}
legend {
  font: bold 1em Arial, Helvetica, sans-serif;
  color: #FFFFFF;
 background-color:#CE0000;
 }
form {
  border: 2px double #CE0000;
  margin-top: 16px;
  padding: 10px;
  width:600px;
}
table#activities{
	border: #CE0000 2px solid;
	margin-top:10px;
}
table#activities th{
	background-color:#CE0000;
	color:#FFFFFF;
}
table#activities td{
	background-color:#FFA637;
	color:#000000;
	padding:4px;
	}
image.logo{
		border: 0px solid #F0E68C;
	}
	image.logo link{
		border: 0px solid #F0E68C;
	}
img{
	border:0;
}
span.bold{
	font-weight:bold;
}	
span.bold2{
	font-weight:bold;
	margin-left:90px;
}	
span.light{
	font-weight: normal;
	margin-left: 90px;
	
}	
.myimage {
	float: left;
	padding: 5px 5px 5px 5px;
	margin: 5px 10px 5px 10px;
	border: 5px;
	border-color: #069;
	border-style: solid;
}
.myimage2 {
	float: right;
	padding: 5px 5px 5px 5px;
	margin: 5px 10px 5px 10px;
	border: 5px;
	border-color: #069;
	border-style: solid;
}
ul.intro{
	text-align:left;
	text-indent: -5px;
}


ul.staff {
	list-style:none;
}
ul.staff li{
	display:inline;
}
p.actnow {
	font-size: 36px;
	text-align: center;
}
p.emergency {
	font-size: 24px;
	text-align: left;

}
span.now {
	font-weight: bold;
	text-decoration: underline;
}
p.bold {
	font-weight: bold;
}
span.red{
	color: red;
	text-decoration: underline;
}
table.emergency{
	background-color: #708090;
	font-weight: bold;
	
}
span.boldred {
	text-align:center;
	color: black;
	font-weight: bold;
}
span.boldestred {
	text-align:center;
	color: red;
	font-weight: bold;
	text-decoration: underline;
}
