﻿html,body{
      margin:0px;
      padding:0px;
      height:100%;
      border:none;
}

body 					{background: #56534E url('../../images/mainBacker.png') repeat top center; font-family: Georgia,Georgia,serif; color: #505050; font-size: 12px; line-height: 135%;}

a						{color: #c44500; text-decoration:none;}
a:hover					{color: #ff8a00; text-decoration:underline;}

h1						{}
h2						{color: #6b2e00; font-size: 24px; margin-bottom: 10px; line-height: 28px; }
h3						{color: #6b2e00; font-size: 18px; margin-bottom: 7px;}		
h4						{}

td {
	padding: 3px;
}

.size0					{font-size: 10px; line-height: 100%;}
.size1					{font-size: 10px; line-height: 135%;}
.size2					{font-size: 12px;line-height: 135%;}
.size3					{font-size: 14px; line-height: 135%;}

.hidden					{display: none;}

/* Dropdown nav */
.nav {background: #191919 url(/images/nav.gif); border-bottom: 2px solid #444444;}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	background: #191919 url(/images/nav.gif);
	color: #fff;
	display: block;
	font: bold 1em arial,Verdana,sans-serif;
	line-height: 35px;
	padding: 0 14px;
	font-size: 13px;
}

#nav a:hover {
	background: #4F4F4F url(/images/nav_hover.gif);
}

#nav li li a, #nav li li li a {
	font-weight: normal;
	font-size: 11px;
	line-height: 25px;
	width: 14em;
}

#nav li { /* all list items */
	float: left;
	/*width: 10em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 8em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -2em 0 0 17em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li:hover, #nav li.hover {
    position: static;
}
