body {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 0px;
	background-color: #333300;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

img {  margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; 
	padding-bottom: 0px; padding-left: 0px; left: 0px; top: 0px; clip:  rect(   ); 
	border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px}

p, td{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000066;
	font-weight: bold;
}
.h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000066;
	font-weight: bold;
	font-style: italic;
}

.page {
	width: 1000px;
	height: 100%;
}

/* navigation frame styles */
.nav_bg {
	background-image: url(images/sunburst.jpg);
	background-color: #FDFDB7;
}
.nav_list_bg {
	background-image: url(images/nav-sun.jpg);
	background-repeat: no-repeat;
}
.nav_list_fmt {
	text-align: center;
	line-height:26px;
	width:136px;
}
.nav_list_fmt a {
	display:block;
	line-height:26px;
	color: #000000;
}
.nav_list_fmt a:hover {
	color: #FFAA00;
	background-color: #000000;
	line-height:26px;
}
/* nav anchor styles */
.nav_menu_off {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: 332200;
	text-decoration: none;
	cursor: hand;
}
.nav_menu_on {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: 660000;
	text-decoration: none;
	cursor: hand;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
}

/* color styles	*/
.clr_rust 		{	color: #993300;		}
.clr_green 		{	color: #003333;		}
.clr_blue 		{	color: #000066;		}
.clr_dkrust 	{	color: #662200;		}
.clr_dkblue 	{	color: #000088;		}
/* font setting styles	*/
.font_bold 		{	font-weight: bold;		}
.fongt_italic	{	font-style: italic;		}
.size_plus2		{	font-size: 16px;			}
/* bg styles	*/
.bgclr_dkyellow {	background-color: #FFFF99;	}

/* border styles */
.border_sunk {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #000000;
}
.border_raised {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #440000;
	border-bottom-color: #440000;
	border-left-color: #999999;
}

/* miscellaneous styles */
.copy-rt {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	background-color: #333300;
}
.ainfo {	/* contact link in nav area */
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #FFCC00;
}

