@charset "utf-8";
a {
	color: #006600;
}
a:visited {
	color: #339900;
}
body {
	background: #ffffff url(../images/page_background.gif) repeat-x center top;
	color: #222222;
	text-align: center;
	font: 82% Arial, Helvetica, sans-serif;
}
dd {
	margin-bottom: 1em;
}
dt {
	font-weight: bold;
	margin-bottom: 0.4em;
}
h1 {
	background-image: url(../images/header_background.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 1.7em;
	margin: 12px 0 0 0;
	padding: 28px 0 0 176px;
	height: 90px;
}
h1 span {
	visibility: hidden;
}
h2 {
	font-size: 1.5em;
	margin: 0;
	color: #76422E;
}
h3 {
	font-size: 1.3em;
	margin: 1.4em 0 0 0;
}
h6 {
	clear: both;
	font-size: 0.7em;
	margin: 1em 5px 1em 0;
	text-align: center;
}
p {
	margin: 1em 0 0.3em 0;
}
td {
	vertical-align: top;
}
th {
	text-align: left;
	vertical-align: top;
}
#container {
	margin: 0 auto;
	text-align: left;
	width: 780px;
}

#menu {
	background: url(../images/menu_background.gif) top center no-repeat;
	padding:  14px 0 0 30px;
	margin: 0px;
	list-style-type: none;
	height: 24px;
}
#menu li {
	float: left;
	margin: 1px 0 0 0;
	padding: 0;
	background: url(../images/inactive_tab.gif) right top no-repeat;
	height: 33px;
	text-align: center;
	font-weight: bold;
}
#menu li.active {
	background: url(../images/active_tab.gif) right top no-repeat;
}
#menu li a {
	background-image: url(../images/inactive_tab_edge.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	display: block;
	float: left;
	padding: 7px 18px 0 12px;
	height: 26px;
	text-decoration: none;
}
#menu li.active a {
	background-image: url(../images/active_tab_edge.gif);
	color: #000000;
}
.content {
	background-image: url(../images/content_background.gif);
	clear: both;
	margin: 14px 0 2px 0;
}
.content-top {
	background-image: url(../images/content_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 16px 16px 6px 16px;
}
.content-bottom {
	background-image: url(../images/content_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	clear: both;
	height: 26px;
}
.callout {
	color: #ffffff;
	float: left;
	width: 223px;
	height: 146px;
	background-image: url(../images/callout.gif);
	padding: 0 16px 0 16px;
	margin: 0 1px 0 1px;
}
.callout h3 a,
.callout h3 a:visited {
	color: #E4701E;
}
