/* html tag styles	*/
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;

}

/* formatting styles */
.page {
	width: 1000px;
	height: 100%;
}

/* sub menu navigation styles	(row below mein menu) */
.sub_menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFEE;
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	background-position: center;
}
.sub_menu_on {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-image: url(images/submenu_tab.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	background-position: center;
}
.sub_menu_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFEE;
	text-decoration: none;
	font-weight: bold;
}
a.sub_menu_link:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.sub_menu_link_on {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a.sub_menu_link_on:hover {
	color: #AA0000;
	text-decoration: underline;
}

/* navigation styles */
.nav_bg {
	background-image: url(images/sunburst.jpg);
	background-color: #FDFDB7;
}
.nav_list_bg {
	background-image: url(images/waterfall_anim2.gif);
	background-repeat: no-repeat;
}
/* navigation list (menu) styles */
.nav_list_fmt {
	line-height:30px;
	margin-left: 20px;
}
.nav_list_fmt td {	/* override td style */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
/* nav anchor styles */
.nav_menu_off {
	color: #FFFFFF;
	background-color: #747A58;
	text-decoration: none;
	padding: 2px;
	border-top: thin groove #747A58;
	border-right: thin groove #747A58;
	border-bottom: thin groove #747A58;
	border-left: thin groove #747A58;
}
a.nav_menu_off:hover {
	background-color: #003300;
	text-decoration: underline;
}
.nav_menu_on {
	color: #FFFFFF;
	background-color: #002200;
	text-decoration: none;
	padding: 2px;
	border-top: thin groove #999999;
	border-right: thin groove #CCCCCC;
	border-bottom: thin groove #CCCCCC;
	border-left: thin groove #999999;
}
a.nav_menu_on:hover {
	cursor: default;
}

/* color styles	*/
.clr_rust 		{	color: #993300;		}
.clr_green 		{	color: #003300;		}
.clr_blue 		{	color: #000066;		}
.clr_dkrust 	{	color: #662200;		}
.clr_dkblue 	{	color: #000088;		}
/* font setting styles	*/
.font_bold 		{	font-weight: bold;		}
.size_plus10	{	font-size: 24px;			}
/* bg styles	*/
.bgclr_dkyellow {	background-color: #FFFF99;	}
/* padding styles	*/
.pad_2 				{	padding: 2px;	}
	
/* border styles */
.border_up {
	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;
}
.border_dn {
	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;
}

/* 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;
}

.logo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #000066;
	font-weight: bold;
	font-style: italic;
}
.inset {
	color: #000066;
	font-style: italic;
	background-color: #FFFFFF;
	padding: 7px;
	margin-right: 20px;
	margin-left: 20px;
	border: 1px groove #CCCCCC;
	text-align: center;
}
.margin20_lr {
	margin-right: 20px;
	margin-left: 20px;
}
.margin20_l {
	margin-left: 20px;
}
.padding10_lr {
	padding-right: 10px;
	padding-left: 10px;
}
.padding10_l {
	padding-left: 10px;
}
.hnavbtn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #660000;
	background-image: url(images/button-oval-blk.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	background-position: center;
}
.hnavbtnon {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #660000;
	background-image: url(images/buttonon-oval-blk.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle;
}
.hnavtxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #660000;
	text-decoration: none;
	font-weight: bold;
}
a.hnavtxt:hover {
	color: #AA0000;
	text-decoration: underline;
}

