body	 {
	Font-Family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-size: 1em;
	line-height: 100%;
	background: #D4DBE3;
}
	

a:link, A:visited{
	color: #A52A2A;
	background-color: transparent;}

A:hover{
	color: White;
	background-color: blue;}

A:active {
	color: #8B0000;
	background-color: transparent;}

hr {
	background-color: #333399;
	color: #333399;	
	height: 2px;
	width: 85%;
}

h4,h5,h6 {
	color: Navy;
	background-color: transparent;
	font-weight: bold;}
	
h1,h2,h3{
	color: Navy;
	font-weight: bold;
	background-color: transparent;
	line-height: 100%;
	text-align: center;}

p		{
			text-align:left; }
		
.copyright {
	font-size: 0.5em;
	text-align: center;
	border-top: medium double #333399;
	border-bottom: medium double #333399;
}	

.address{
	text-align: center;
}
.image{
	text-align: center;
}
.quotetxt {
	margin-left: 15px;
	margin-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.10 em;
	font-style: italic;
}	

#navigation {
 width: 200px;
}
#navigation ul {
 list-style: none;
 margin: 0;
 padding: 0;
}
#navigation p{
	background-color: #00478a;
	color: white;
	
}
#navigation li a:link, #navigation li a:visited  {
   font-size: 80%;
	display: block;
	padding: 0.4em 0 0.4em 0.5em;
	color: black;
	text-decoration: none;
}
#navigation li a:hover {
	background-color: #00478a;
	color: white;
}
#navigation ul ul {
 margin-left: 20px;
}
#navigation ul ul li {
 border-bottom: 1px solid #00478a;
 margin:0;
}

#navigation ul ul a:hover {
	background-color: #00478a;
	color: white;
}
				
.bottom {
	font-size: 0.8em;
	text-align: center;
	border-top-style: solid;
	border-top: thin solid #333399;
}

.meet {
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
}
	
.meettxt {
	margin-left: 15px;
	margin-right: 15px;
}	

.arrivaltxt {
	margin-left: 35px;
	margin-right: 35px;
}	

address {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: .9em;
	text-align: center;
}

.update	 {
			text-align: center;}
ul 	{
	list-style: disc;
}
	
ol  {
	list-style: decimal;}
	

.topmenu {
	
	margin-bottom: 5px;
	background-color: transparent;
	border-top: medium double #333399;
	border-bottom: medium double #333399;
	text-align: right;
	font-size: 90%;}

.pagetop{
	font-size: 0.9em;
	text-align: center;
}

.his{
	width: 75%;
	border: 1px;
	border-style: solid;
	border-color: black;}
	
table {
	background: none;
	width: 100%;
	border: none;
	border-style: none;}

.perd {
	border: 1px;
	border-style: solid;
	border-color: black;
	vertical-align: text-top;}

.cd{
	text-align: justify;
	border: 1px;
	border-style: solid;
	border-color: black;
	vertical-align: text-top;}

.banner{
	align: center:
	text-align: center;
	border: 1px;
	border-style: dotted;
	border-color: black;
	vertical-align: text-top;
	width: 50%;
	padding: 25px;
	background: #FFCC33;}

th {
	border: 1px;
	border-style: solid;}

.wfh {
	text-align: justify;
	vertical-align: text-top;
	padding: 5px;}

.mfh {
	text-align: center;
	border: 1px;
	border-style: solid;
	border-color: black;
	vertical-align: text-top;}
	
.miss {
	text-align: left;
	font-size: 0.9em;
	border: 1px;
	border-style: solid;
	border-color: black;
}
.misstxt {
	text-align: left;
	font-style: italic;
	margin: 15px 15px;
}
.census{
	text-align: center;
	border: 1px;
	border-style: solid;
	border-color: black;
	vertical-align: text-top;
}

.es {
	text-align: center;
	border: 1px;
	border-style: solid;
	border-color: black;
	vertical-align: text-top;}
	
.arr {
	text-align: center;
	border: 1px;
	border-style: ridge;
	vertical-align: text-top;}
	
.scrap{
	text-align: left;
	border: 1px;
	border-style: solid;
	border-color: black;
	vertical-align: text-top;}
	
	/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 260px; /* Width of Menu Items */
border-bottom: 0px solid #333399;
}
	
.suckerdiv p{
	background-color: #00478a;
	color: white;
	
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 170px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: black;
	text-decoration: none;
	background: #D4DBE3;
	padding: 1px 5px;
	border: 0px solid #333399;
	border-bottom: 0;
}

.suckerdiv ul li a:visited{
color: black;
}

.suckerdiv ul li a:hover{
	background-color: #8889d8;
}

.suckerdiv .subfolderstyle{
	background: url(../graphics/arrow-list.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */