html,body { margin:0; padding:0; width:100%; height:100%; }
body { overflow:-moz-scrollbars-vertical; /* overflow-y:auto; */ background:#D29B26; }
	
div#pagearea { width:968px; margin:0 auto 0 auto; padding:0; font-family:Verdana, sans-serif; font-size:.8em; line-height:18px; color:#333; background:#FFF url(../img/bg.gif) repeat-y; }

#header { width:954px; margin-left:7px; padding:0; background:#FFF; }
#nav { width:904px; height:32px; padding:0 25px 0 25px; background:#D29B26 url(../img/bg_nav.gif) repeat-x; }
#content { width:654px; padding:25px 25px 25px 32px; float:left; text-align:justify; }
#rightCol { width:220px; padding:25px 15px 15px 15px; float:left; }
#footer { width:914px; margin:0 auto 0 auto; padding:0 22px 10px 32px; font-family:Verdana, sans-serif; font-size:.6em; line-height:18px; color:#333; }

table { font-family:Verdana; line-height:12pt; color:#333; }

h1 { font-size:1.35em; line-height:16pt; color:#4C8E92; }
h2 { font-size:1.2em; margin:0; color:#8BB6B8; }
h3 { font-size:1em; margin:0; color:#4C8E92; }
p { margin:0 0 18px 0; }

p.quote { font-style:italic; color:#666; }

.bold { font-weight:bold; }
.fine { font-size:.7em; }

.bottom { clear:both; }

td { text-align:left; }
img { border:0; }

ol { list-style: square; }
li { list-style: square; }

A:link, A:visited, A:active	{ color:#207277; text-decoration:underline; } 				
A:hover { color:#207277; text-decoration:none; }	

A:link.white, A:visited.white, A:active.white, A:hover.white	{ color:#333; }