html, body {
	margin: 0 0 0 0;
	padding: 0;
	background-color: #A19EA0;
	color: #333333;
	}
	
	
div {
	border: none;
	}
	
#header {
	margin: 0 0 0 0;
	width: 770;
	border: double 3px black;
	}

.menu {
	text-align: center;
	margin: 0 0 0 0;
	width: 770;
	background-color:#037ABC; 
	border-right: double;
	border-left: double 
	}
	
.mid { 
	color: #000;
	font: italics 12px verdana;
	padding-left: 6px;
	padding-right: 280px;
	line-height: 12pt
	}
	
	
#rightcol p {
	font-size: 12px;
	text-align: center
	}
	
#leftcol p {
	font-size: 12px;
	text-align: left;
	text-color: #ffffff;
	height: 100%
	}
	
#leftcol {
	width: 162px;
	color: #ffffff;
	text-align: center;
	background-color: #660000;
	border-top: double 3px black;
	border-left: double 3px black;
	height: 100%;
	}

#content {
	margin: 0px 0% 0 0px;
	background-color: #ffffff;
	color: #000;
	padding-top: 9px;
	padding-left: 9px;
	border-bottom: double 3px black;
	border-top: double 3px black;
	border-right: double 3px black;
	height: 100%;
	}
	
#content2 {
	margin: 0px 0% 0 0px;
	color: #000;
	border-right: 1px #333333 solid;
	border-bottom: 1px solid #333333;
	padding-left: 12px;
	padding-top: 4px;
	height: 100%;
	}
		
#footer {
	clear: both;
	width: 95%;
	margin: 10px;
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
	padding: 3px;
	border-top: 1px solid #333;
	color: #000;
	}
	
	#footer .date {
		float: left;
		text-align: left;
		}
	
	#footer .contact {
		float: right;
		text-align: right;
		}
		

.cc {
	padding-top: 12px;
	font-family: tahoma, verdana;
	font-size: 18px;
	margin-right: 50px;
	color: #000000;
	font-weight: 900 bolder;
	}
		
p, a, td {
	font-family: Verdana;
	text-align: left;
	font-size: 12px
	}
	
h1, h2, h4, h5, h6 {
	font-family: arial,verdana;
	font-weight: bolder 900;
	color: #660000;
	}
	
h3 {
	font-family: arial,verdana;
	font-weight: bolder 900;
	color: #333333;
	}

h4 {
	font-family: arial,verdana;
	font-weight: bolder 900;
	color: #000;
	}

A:link.fly    {color:#003300; text-decoration:none; font-size:18px; font-weight: 800; font-family: Verdana}
A:visited.fly {color:#003300; text-decoration:none; font-size:18px; font-weight: 800; font-family: Verdana}
A:active.fly  {color:#003300; text-decoration:underline; font-size:18px; font-weight: 800; font-family: Verdana}
A:hover.fly   {color:#003300; text-decoration:underline; font-size:18px; font-weight: 800; font-family: Verdana}

A:link   {text-decoration:none; color:#003300; font-size: 12px; font-weight: bold}
A:visited {text-decoration:none; color:#003300;font-size: 12px; font-weight: bold}
A:active  {text-decoration:underline; color:#003300;font-size: 12px;font-weight: bold}
A:hover   {text-decoration:underline; color:#003300;font-size: 12px;font-weight: bold}

.centerheader {
	background-color: #FFFFFF;
	text-align: left;
	width: 200px;
	}
	
.leftheader {
	font-family:  Verdana, Arial;
	color: #FFFFFF;
	text-align: center;
	background-color: #0066CC;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	}
	
.rightheader {
	font-family:  Verdana, Arial;
	color: #FFFFFF;
	width: 145px;
	text-align: center;
	background-color: #0066CC;
	font-size: 12px;
	font-weight: bold;
	}

ul {
  left: 0;	
  list-style: none;
  margin-left: 25;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  }
 
 li {
  float: left;
  margin: 0 0 0 0;
  
  }
  
 li ul {
  display: none;
  left: 0;
  margin: 0 0 0 0;
  }

  
	
