html, body {
	padding: 0;
	margin: 0;
}

body {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: black;
	background-color: white;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: black;
	margin: 40px 0 0 64px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: black;
	margin-bottom: 0;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333;
}

hr {
	border-width: 0px;
	border-top: 1px dotted #ccc;
	height: 1px;
}

small {
	font-size: 85%;
}

big {
	font-size: 120%;
}

li {
	margin: 0.5em 0;
}

dt {
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0.25em;
}

table {
	border: 0;
	border-spacing: 0;
}

td {
	padding: 0 1em 0 0;
	border: 0;
	margin: 0;
}

th {
	font-weight: bold;
	text-align: left;
	padding-right: 1em;
	padding-bottom: 0.25em;
}

ul {
	list-style-type: square;
}

ul ul {
	list-style-type: disc;
}

ol ol {
	list-style-type: lower-alpha;
}

textarea {
	background-color: #eee;
	margin: 0.25em 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border: 1px #ccc solid;
}

input[type="submit"], input[type="reset"],
input[type="button"], input[type="file"], button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}

input[type="text"], input[type="password"] {
	background-color: #eee;
	margin: 0.25em 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	border: 1px #ccc solid;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

img {
	border: 0;
}

a:link, a:visited {
	color: #008b29;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.selected {
	color: #c00;
}

p.heading {
	padding: 0.5em 0;
}

div.balloon {
	color: white;
	background-color: #a1bea9;
}

div.balloonTop {
	width: 182px;
	height: 8px;
	background: #a1bea9 url(balloon_top.gif) no-repeat;
}

div.balloonBottom {
	width: 182px;
	height: 8px;
	background: #a1bea9 url(balloon_bottom.gif) no-repeat;
}

div.balloon p, div.balloon h2 {
	margin: 6px 8px;
}

div.weather {
	width: 180px;
	border: 1px solid #e5e5e5;
	text-align: center;
}

div.weather form {
	margin: 8px auto;
}

#container {
	position: absolute;
	left: 50%;
	width: 833px;
	margin-left: -416px;
	background: white url(bg_shade.png) repeat-y;
}

#header {
	width: 799px;
	height: 87px;
	background: white url(header_bg.jpg) no-repeat;
	margin: 0 15px;
}

#topnav {
	position: absolute;
	width: 400px;
	height: 32px;
	top: 8px;
	right: 32px;
}

#topnav ul {
	margin: 0;
	padding: 0;
	float: right;
	list-style: none;
}

#topnav ul li {
	display: inline;
	margin: 0;
	padding: 0 0 0 1.5em;
}

#menu {
	position: absolute;
	left: 32px;
	top: 68px;
	height: 20px;
	z-index: 10;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	position: relative;
	display: inline;
	margin: 0;
	padding: 0;
}

#menu li li {
	border: 0;
	margin: 0;
	padding: 0.25em 0;
	display: block;
}

#menu ul ul {
	visibility: hidden;
	position: absolute;
	top: 1em;
	left: -1em;
	min-width: 10em;
	border: 0;
	margin: 0;
	padding: 0.5em 1em;
	border-bottom: 6px solid #a1bea9;
	background: url(menu_blend.png) repeat;
}

#menu a:link,
#menu a:visited {
	color: #333;
	text-decoration: none;
}

#menu a:hover, #menu ul ul a:hover {
	color: #008b29;
}

#menu :hover > a, #menu ul ul :hover > a {
	color: #008b29;
}

#menu ul li:hover ul,
#menu ul a:hover ul {
	visibility: visible;
}

#feature {
	width: 799px;
	height: 258px;
	margin: 0 16px;
}

#stage {
	width: 799px;
	min-height: 80px;
	margin: 4px 17px 0 16px;
	background: white url(gradient_content.jpg) no-repeat;
}

#content {
	padding: 1.5em;
	width: 576px;
}

#content p, #content li, #content dd, #content td {
	line-height: 1.5em;
}

#insert {
	float: right;
	width: 182px;
	padding: 10px 0 0 0;
}

#sidebar {
	margin: 20px 0 8px 20px;
	float: right;
	width: 220px;
	padding: 8px;
	border-left: solid #e5e5e5 1px;
	border-right: solid #e5e5e5 1px;
	border-bottom: solid #e5e5e5 1px;
}

#sidebar p, #sidebar h2 {
}

#footer {
	clear: both;
	padding: 8px 24px 20px 30px;
}

#footer ul {
	margin: 0;
	padding: 0;
	float: right;
	list-style: none;
}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0 0 0 1.5em;
}

#bottom {
	width: 833px;
	height: 7px;
	background: white url(bottom_shade.png) no-repeat;
}

#trailer {
	padding-top: 8px;
	background-color: white;
	width: 833px;
	height: 32px;
}

#stil {
	position: absolute;
	left: 50%;
	margin-left: -50px;
	width: 90px;
	height: 32px;
}

#copyright {
	margin-right: 8px;
	width: 170px;
	height: 9px;
	float: right;
}

