body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* main styles */

a:link, a:visited { color: #005;  text-decoration: underline;  }
a:hover { background-color: #fe8; text-decoration: underline;  }

hr {	color: #dab040;}

h1 {
	font-size: 14pt;
	color: #000055;
}

h2 {
	font-size: 12pt;
}


h3.sponsor {
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	padding: 4px;
	padding-left: 5px;
	text-align: left;
	margin-bottom: 0px;
}

h4.blue {
	background: #000055;
	border: medium outset #AAA;
	color: #ccc;
	font-size: 14pt;
	font-weight: normal;
	padding: 20px;
	text-align: center;
}

h4.gold {
	background: #dab040;
	border: medium outset #AAA;
	font-size: 14pt;
	font-weight: normal;
	padding: 20px;
	text-align: center;
}

h5	{
	color: #000055;
	font-size: 10pt;
	font-weight: bold;
}

h6 {
	border: thin dotted #AAA;
	font-size: 10pt;
	font-weight: normal;
	padding: 10px;
}

h6.blue {
	background: #000055;
	border: medium outset #AAA;
	color: #ccc;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}

h6.blue a:link, h6.blue a:visited, h4.blue a:link, h4.blue a:visited {
	color: #ccc;
}

h6.blue a:hover, h4.blue a:hover {
	background: transparent;
	color: #fff;
}

h6.gold {
	background: #dab040;
	border: medium outset #AAA;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}

p {
	color: #000;
	font-size: 10pt;
	text-align: justify;
	margin-right: 5px;
	margin-left: 5px;

}

.lft {text-align: left;}

.ctr {text-align: center;}

.ads {font-size: 9px; width: 100%; text-align: center;}

.sm {	font-size: 11px;}

.backtop {
	font-size: 10px;
	font-weight: bold;
}

.email {
	background-color: #CCCCCC;
	border: 2px outset #000055;
	font-weight: bold;
	padding: 1em;
}

.author {
	background-color: #CCCCCC;
	border: 2px outset #000055;
	padding: 1em;
}

img.floatlft {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

img.floatrt {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

br.img {
	display: block;
	clear: both;
}


ul, li {
	font-size: 10pt;
	margin-top: 5px;
}

form.search {
	text-align: right;
	margin-top: -5px;
	margin-right: 10px;
}


/* Begin main containers */

#head, #navspace, #navlist, #columnone, #columntwo, #columnwide {

	position: absolute;
	background-repeat: no-repeat;
}

#head {
	background-image: url(images/mast.jpg);
	top: 0;
	left: 0;
	width: 800px;
	height: 153px;
	overflow: visible;
}

#head h1 {display: none;}

#navspace {
	background-image: url(images/navspace.jpg);
	top: 153px;
	left: 0px;
	float: left;
	width: 190px;
	height: 131px;
}


#navlist  { padding-top: 35px; top: 160px; left: 0; width: 135px; height: auto; float: left; border-right: 2px solid #dab040 }

#columnone            { padding-top: 0; padding-left: 6px; top: 120px; left: 144px; width: 460px; height: auto; float: left }

#columntwo {
	top: 100px;
	left: 607px;
	clear: left;
	width: 178px;
	padding-left: 10px;
}

#columnwide  { padding-top: 0; padding-left: 10px; top: 153px; left: 191px; width: 440px; height: auto; min-width: 12px; max-width: 400px; float: left }

#footer  { position: relative; width: 400px; clear: both; overflow: visible; border-top: thin dotted #999999 }

#footer p {
	font-size: 9px;
	color: #999999;
}

#ltr2edit {
	background-color: #ccc;
	border: solid .5em #dab040;
	padding: .5em;
	margin-bottom: .5em;
}


/* Begin Left Navigation Menu */


#navlist ul {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #330066;
}

#navlist li {
	list-style: none;
	margin: 0;
	padding-top: 0.6em;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #330066;
}

#navlist li a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #330066;
}

#navlist li a:link {
	color: #330066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#navlist li a:visited {
	color: #330066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#navlist li a:hover {
	color: #dab040;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* Begin Pop ups for menu */

#navlist a span {display: none;}

#navlist a:hover span {
	display: block;
   	position: absolute; 
	left: 50px; 
	width: 125px;
   	padding: 5px; 
	margin-top: 20px; 
	z-index: 100;
   	color: #000; 
	background: #dab040;
   	font: 10px Verdana, sans-serif; text-align: center;}


/* Begin Top Navigation Menu */

#navtop {
	font-size: smaller;
	list-style: none;
	text-align: right;
}


#navtop li {
	border-left: 1px solid #dab040;
	display: inline;
	margin: 0;
	padding: 0;
}

#navtop li a, #navtop li a:link {
	color: #ccc;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
	text-decoration: none;
}

#navtop li a:hover {
	color: #dab040;
	background-color: transparent;
}

