#bubble      { font-family: Georgia; font-size: 10pt }
#footer      { font-family: Georgia; font-size: 10pt }
#wrap { 
	width: 1000px; 
    position: absolute; 
    left: 0px; 
    top: 0px;
    background-color: #89A2CA;
}
#wrap2 { 
	width: 100%; 
    left: 5px; 
    top: 5px;
    background-color: #89A2CA;
}
#main { 
	width: 830px; 
    position: absolute; 
    left: 5px; 
    top: 5px;
}
#contentright { 
	width: 170px; 
    position: absolute; 
    left: 835px; 
    top: 5px; 
}
#contentright2 { 
	width: 170px; 
    position: absolute; 
    left: 5px; 
    top: 5px; 
}

p.header p   { font-family: Georgia; font-size: 10pt }
h1.header   { font-family: Georgia; font-size: 24pt }

a:visited { color: blue; }
a:hover { color: red; }
img {
	border: 0;
}
#main p {
	font-weight: normal;
}

#textbutton a {
	font-family: Verdana; 
	font-size: 10pt; 
	text-decoration:none;
	border-style: solid;
	border-width : 1px;
	padding : 3px;
	background: #FFFFFF;
	text-align:center
}

#textbutton-selected a {
	font-family: Verdana; 
	font-size: 10pt; 
	text-decoration:none;
	border-style: solid;
	border-width : 1px 1px 0 1px;
	padding : 3px;
	background: #C0C0C0; 
	text-align:center
}

p { 
	font-family: Georgia; 
	font-size: 10pt;
	line-height: 125%;
}
h2 { 
	font-family: Verdana; font-size: 16pt 
}
h3 { 
	font-family: Verdana; font-size: 14pt; margin-bottom: 0.5em; 
}
h4 { 
	font-family: Verdana; font-size: 12pt; margin-bottom: 0.5em; 
}
li { 
	font-family: Georgia; 
	font-size: 10pt; 
	line-height: 150%;
}
blockquote {
	font-family: Georgia; 
	font-size: 10pt; 
	background: #FFF;
	width: 30em;
	padding: 0.5em;
	margin-left:0; margin-right:0.5em; margin-top:0; margin-bottom:0.5em
}


#top-nav {
    background-color: #89A2CA;
    padding:5px;
	text-align:center
}
#top-nav p {
	font-family:Serif;
	font-size:11pt; 
	text-align:center; 
	margin-top:0; 
	margin-bottom:0;
}
#top-nav a {
    color: blue;
	text-decoration:none;
	border-style: solid;
	border-width : 1px;
	padding : 3px;
	background: #FFFFFF;
	text-align:center
}
#top-nav a:hover {
    color: blue;
	border-style: solid;
	border-width : 1px;
	padding : 3px;
	background: #C0C0C0;
	text-align:center
}
#top-nav-subheader p { 
	font-family:Serif;
	font-size:10pt; 
	text-align:center; 
	margin-top: 5px; 
	margin-bottom: 0;
}

#secondary-nav {
    background-color: #89A2CA;
    padding:5px;
}
#secondary-nav td {
	font-family:Serif;
	font-size:10pt;
}
#secondary-nav a {
    color: blue;
	text-decoration:none;
	border-style: solid;
	border-width : 1px;
	padding : 3px;
	background: #FFFFFF;
	text-align:center
}
#secondary-nav a:hover {
    color: blue;
	border-style: solid;
	border-width : 1px;
	padding : 3px;
	background: #C0C0C0;
	text-align:center
}

p.jumppt { 
	font-family: Georgia, Verdana; 
	font-size: 9pt; 
	line-height:19px; 
	margin-top:0; 
	margin-bottom:0; 
}

p.infopts   { font-family: Georgia; font-size: 10pt }
h3.infopts  { 
	font-family: Georgia, Verdana; 
	font-size: 10pt; 
	font-weight:bold;
	margin-top:0; 
	margin-bottom:0; 
}
h3.featured_header {
	font-family: Georgia, Verdana; 
	font-size: 9pt; 
	font-weight:bold; 
	color:#000000; 
	margin-top:0; 
	margin-bottom:10px; 
}
p.featured_name {
	font-family: Georgia, Verdana; 
	font-size: 9pt; 
	color:#000000;
	margin-top:0; 
	margin-bottom:5px;
}
p.featured_name a { 
	text-decoration: none 
}
.featured_descrip {
	font-family: Georgia, Verdana; 
	font-size: 8pt;
	font-weight:normal; 
	color:#000000 
}
.category-text-link {
	margin-top:0; 
	margin-bottom:0px;
	line-height:100%;
	font-family: Georgia, Verdana; 
	font-size: 7pt; 	
}
.category-text-link a {
	font-family: Georgia, Verdana; 
	font-size: 7pt; 
}


#confirmbox {
	width: 600px; 
    background-color: #C1C1FF;
    padding: 5px;
}
#errorbox {
	width: 600px;
    background-color: #FF00FF;
    padding: 5px 5px 5px 5px;
}

#dropnav, #dropnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#dropnav li {
	float: left;
	position: relative;
	width: 7em;
}

#dropnav li ul {
	display: none;
	position: absolute;
	top: 1.5em;
	left: 0;
	background: #DDF;
}

#dropnav li li {
	float: none;
}

#dropnav li hover ul, #dropnav li.sfhover ul {
	display: block;
}

#content {
	clear: left;
}

#comment {
	border-style:groove; border-width:1px; padding:7px; background-color: white;
	width:650px;
	margin-top:0; 
	margin-bottom:0; 
	position:relative; left:50; right:30; 
}
#comment p {
	font-family:Arial; 
	font-size:10pt;
}
#comment a {
    color: blue;
}
#comment a:visited {
    color: blue;
}
#comment a:hover {
    color: red;
}
.captionbox {
	font-family: Verdana; 
	font-size: 10pt;
	color: #FFFFFF;
}