body {background-image: url('../images/bgorange.png'); background-repeat: repeat-y; margin: 0px }
h1 {font-family: Arial, sans-serif; color: #333333; font-size: 110%; padding-left: 2px; background-color: #EEEEFF; font-style: italic; }
h2 {font-family: Arial, sans-serif; color: #444444; font-size: 100%; margin: 4px }
h3 {font-family: Arial, sans-serif; color: #555555; font-size: 90%; font-weight: bold; margin: 4px }
b { color: #222222 }
b.white { color: #FFFFFF }
p {font-family: Arial, sans-serif; color: #222222; font-size: 75%; margin: 4px; padding-top: 4px }
p.infoboxtext {font-size: 80% }

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	font-family: Arial, sans-serif; color: #222222; font-size: 75%; font-weight: bold;
}

#nav a {
	display: block;
	width: 10em;
}

#nav li { /* all list items */
	float: left;
	width: 110px; /* width needed or else Opera goes nuts */
	background: #EEEEEE;
	padding: 2px;
	border-top: 1px solid #ffffff; 
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #EEEEEE;
	width: 120px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	font-size: 100%;
	
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

a.nav {
	text-decoration: none;
	color: #444444;
}

img {border: 0px }
hr {  color: #666666; background-color: #ff9900; height: 2px; }

tr.tabsubhead { font-family: Arial, sans-serif; font-weight:bold; font-size: 80%; background-color: #ECF5FF }
tr.tabbody { font-family: Arial, sans-serif; font-size: 80% }
tr.tabbodyalt { font-family: Arial, sans-serif; font-size: 80%; background-color: #F6F6F6 }
td.notdborder { border-width: 1px; border-style: solid;  border-color: #ffffff }
table.tableborder { border-width: 1px; border-style: solid; border-color: #aaaaaa }

a:link {font-family: Arial, sans-serif; color: #EEEEEE }
a:visited {font-family: Arial, sans-serif; color: #000000 }
a:hover {font-family: Arial, sans-serif; color: #FF9900 }
a:link {font-family: Arial, sans-serif; color: #666666 }

a.white:link { color: #FFFFFF }
a.white:visited { color: #FFFFFF }
a.white:hover { color: #FFFF00 }
a.white:active { color: #FFFF00 }

input {
 background-color: #F0F0F0; padding: 2px; border: 1px solid #666666; margin: 1px; font-size: 0.6ems;
}

textarea {
 background-color: #F0F0F0; padding: 2px; border: 1px solid #666666; font-size: 0.6ems;
}

a.nav {font-family: Arial, sans-serif; font-style: bold; color: #555555; text-decoration: none; font-style: italic }

a.nav:link {font-family: Arial, sans-serif; font-style: bold; color: #555555; text-decoration: none; font-style: italic; margin-right: 4px }
a.nav:visited {font-family: Arial, sans-serif; font-style: bold; color: #555555; text-decoration: none; font-style: italic; margin-right: 4px}
a.nav:hover {font-family: Arial, sans-serif; font-style: bold; color: #FF9900; text-decoration: none; font-style: italic; margin-right: 4px}
a.nav:active {font-family: Arial, sans-serif; font-style: bold; color: #555555; text-decoration: none; font-style: italic; margin-right: 4px}

.orange
	{
	color: #FF9900
	}

.whitetext {font-family: Arial, sans-serif; color: #FFFFFF; font-size: 90%; text-align: center }
.footertext {font-family: Arial, sans-serif; color: #333333; font-size: 70%; margin: 2px}
.smalltext { font-family: Arial, sans-serif; font-size: 70% }
