html { height: 100%;}
body { height: 100%;}
table { height: 100%;}
.text {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; color: #000000}
.talltext {  line-height:18px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; color: #000000}
.talltextbold {  line-height:18px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 15px; font-style: normal; color: #000000; font-weight:bold;}
.sectionheader {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #CC9933}
.sectionheader_small {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #CC9933}
.email {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; text-decoration: underline; color: #CC9933}
.pageheader {  font-family: Verdana, "Times New Roman", Times, serif; font-size: 18px; font-weight: bolder; color: #000000; font-style: normal}
.blackheader {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #000000}
.whitepghdr { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #FFFFFF}
a {color: #000000; text-decoration: none;}
a:hover {color: #CC9933; text-decoration: none;}
.homeheader { font-family: Verdana, "Times New Roman", Times, serif; font-size: 22px; font-weight: bold; color: #000000; font-style: italic}
.goldtext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; color: #CC9933}
.menutext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; color: #000000 }
.menugoldtext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; color: #CC9933 ; font-weight: bold}
.whitetext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; color: #FFFFFF}
.button {  background-color: #CC9933; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #FFFFFF}
.copyright {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; color: #CC9933;}
.copyright a { color: #CC9933;}
.copyright a:hover { color: #FFFFFF;}
.smalltext {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; color: #000000; font-weight:bold;}
.smalltextline {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; color: #0000FF; width: 310px; border:solid #000000 1px; border-right: 0px; border-left: 0px; border-top: 0px;}
.homepage { height: 100%;}
.menutitle { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #CECECE }
.toplink{
	color: white;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	
}
.toplink a {
	color: white;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.toplink a:hover {
	color: #CC9933;
}
.relheader{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
.relcontent{
	font-size: 12px;
}	

.reltextbox{
	padding: 4px;
	width: 310px;
	border: none;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	font-size: 8pt;
	color: blue;
	background: #FFFFFF;
}
.reltextboxFocus{
	padding: 4px;
	width: 310px;
	border: none;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #FFFF00;
	border-right: 1px solid #FFFF00;
	border-left: 1px solid #FFFF00;
	font-size: 8pt;
	color: blue;
	background: #FFFFD9;
}
.relbutton{
	border: 1px solid #000000;
	background: #DDDDDD;
	font-size: 10px;
	font-weight: bold;
	padding: 4px;
}
.relbutton:hover{
	background: #EEEEEE;
}
/* ###################################################################################### */
/* Suckerfish Dropdown Menus from htmldog.com */
/* ###################################################################################### */

/* all lists */
#nav, #nav ul { 
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: 30px;
	width: 197px;
	left: 0px;
	top: 0px;
	margin-top:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 10px;
}

#nav a {
	background: black url("/images/side_nav.gif") top left no-repeat;
	padding-left: 25px;
	color: white;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 16em;
}

#nav a:hover {
	background: black url("/images/side_nav_arrow.gif") top left no-repeat;
	color: #CC9933;
}

/* all list items */
#nav li {
	background: black url("/images/side_nav_arrow.gif") top left no-repeat;
	padding-left: 0px;
	color: #CC9933;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 16em;
}

#nav2, #nav2 ul { 
	padding: 0px;
	margin: 0px;
	list-style: none;
/*	line-height: 30px;  */
	width: 197px;
	left: 0px;
	top: 0px;
	margin-top:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 10px;
}

#nav2 a {
	background: black url("/images/side_nav.gif") top left no-repeat;
	padding-left: 25px;
	color: white;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 16em;
}

#nav2 a:hover {
	background: black url("/images/side_nav_arrow.gif") top left no-repeat;
	color: #CC9933;
}

/* all list items */
#nav2 li {
	background: black url("/images/side_nav_arrow.gif") top left no-repeat;
	padding-left: 0px;
	color: #CC9933;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 16em;
}
#release_form{
	display: block;
	color: #FFFFFF;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 37px;
	height: 30px;	
}
#release_form:hover{
	color: #CB9300;
	background: url(images/menu_arrow.gif) no-repeat;
}

