body, html {
	background-color: white;
	color: black;
	margin: 0;
}

p {
	margin-top:0px;
}

h1, h2, h3, h4, h5 {
	margin:0;
	color: #333333;
	line-height:120%;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1em;
}

h6 {
	background: #b7da07 url(images/heading_bg.jpg) repeat-x;
	text-align:center;
	font-size:1.1em;
	padding:3px;
	color: #FFFFFF;
	margin:0;
}

a {
	color:#1e69c6;	
	text-decoration:none;
}

a:hover {
	color: #903333;
}

a img {
	border: none;
}

#container {
	background: url(images/banner_bg.jpg) repeat-x;
	font: .80em "Lucida Grande", Verdana, Arial, sans-serif;
	line-height:140%;
}

#inner {
	width: 900px;
	margin: auto;
	background: #fff url(images/banner_bg.jpg) repeat-x;
	padding-bottom:20px;
}


#header {
	background: url(images/logo.jpg) no-repeat;
	height: 84px;
	margin-bottom: 10px;
}

#navigation {
	padding-top: 25px;
}

#navigation ul, #navigation li {
	list-style-type: none;
	float: right;
	background-repeat: no-repeat;
}

#navigation ul li {
	float: left;
	text-align: center;
	padding-left: 5px;
}

#navigation ul li a {
	color: white;
	display: block;
	width: 87px;
	height: 20px;
	padding-top: 5px;
	text-decoration: none;
	background: url(images/nav_bg.jpg) no-repeat;
	margin-top: 2px;
	border:0;
}

#navigation ul li a:hover {
	margin-top: 0;
	height: 22px;
	background: url(images/nav_bg_on.jpg) no-repeat;
	text-decoration: none;
	border:0;
}

#leftcol {
	width: 232px;
	float: left;
	margin-left: 20px;
}

#inner2 {
	width: 580px;
	float: right;
	margin-right: 20px;
}

#rightcol {
	float: right;
	width: 180px;
	margin-left: 20px;
	margin-bottom: 20px;
	background-color: #eeeeee;
	padding: 5px 5px 0 5px;
	border: 1px solid #c4c4c4;
	font-size: 0.9em;
	line-height: 120%;
}

#footer {
	height: 30px;
	color: #FFFFFF;
	text-align: center;
	font-size: 85%;
	padding-top: 5px;
	padding-bottom: 3px;
	line-height:120%;
}

#footer a {
	color:#FFFFFF;
	text-decoration:none;
	border:none;
}

#greenbar {
	height:7px;
	background-color: #b6d905;
}

.clear {
	clear: both;
}

ul {
	list-style-type: square;
	padding-left: 25px;
	margin-left:0;
}

ul ul {
	list-style-type: disc;
}

.leftpanel {
	float:left;
	margin-top:10px;	
}
.rightpanel {
	float:right;
	margin-top:10px;	
}


#nav {
	padding-top: 43px;
}

#nav ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	float: right;
}

#nav li ul li a {
	text-decoration: none;
	color: white;
	padding-bottom:2px;
	margin:0;
	display:block;
	border:none;
}

#nav a {
	text-decoration: none;
	color: white;
	padding-bottom:2px;
	margin:0;
	display:block;
	border:none;
}

#nav li {
	float: left;
	text-align: center;
	background: url(images/nav_bg.jpg) no-repeat;
	width: 87px;
	height: 20px;
	margin-left:5px;
	margin-top:2px;
}

#nav li:hover {
	background: url(images/nav_bg_on.jpg) no-repeat;
	margin-top:0px;
	height:22px;
}

#nav li ul li:hover {
	background: none;
	height:20px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #666666;
	width: 13em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li {
	padding-left:0.5em;
	padding-bottom: 2px;
	background:none;
	display:block;
	text-align:left;
	border-bottom:1px solid white;
	float:none;
	width:12.5em;
	margin-left:0;
	margin-top:0;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 15em;
}

#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;
	z-index:7;
	margin-top:2px;
}

