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

img {content: attr(alt);}

form, .ads, iframe {display: none;}

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

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

h2 {font-size: 12pt;}


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

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

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

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

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

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: 9pt;
	font-weight: bold;
	text-align: center;
	padding: 3px;
}

p {
	color: #000;
	font-size: 9pt;
	text-align: justify;
}

.lft {text-align: left;}
.ctr {text-align: center;}
.sm {font-size: 6pt;}

.backtop {
	font-size: 7pt;
	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;
}


ul, li {
	font-size: 9pt;
	margin-top: 3px;
}


#head, #navspace {

	position: absolute;
}

#head {
	top: 0px;
	left: 0;
}

#navspace {
	display: none;
}


#navlist {
	height: auto;
}

#columnone, #columntwo {
	height: auto;
	padding-top: 0px;

}


#columnwide {
	height: auto;
	padding-top: 0px;

}

#footer, #footer p {
	height: auto;
	padding-top: 0px;
	font-size: 7pt;
	color: #999999;
}


/* Begin Left Navigation Menu */

#navlist ul {
	font-size: 10pt;
	font-weight: bolder;
}

#navlist li {
	list-style: none;
	margin: 0;
	padding-top: 0.6em;
}

#navlist li a {
	text-decoration: none;
}

#navlist li a:link {
	color: #000055;
}

#navlist li a:visited {
	color: #000055;
}

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

#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: 10pt;
	list-style: none;
	text-align: center;
}


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

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

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