html {
	background-color: #FFFFFF;
	background-image: url('/main/images/bg_tile.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	background-image: url('/main/images/bg_shadow.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 400px;
	margin: 0;
	padding: 0;
}
* html body {
	background-image: url('/main/images/bg_tile.jpg');
	background-position: top center;
	background-repeat: repeat-x;
}
a:link, a:active, a:visited {
	color: #000000;
}
a:hover {
	color: #80BC00;
}
#layout {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 8pt;
	text-align: left;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url('/main/images/layout.jpg');
	background-repeat: repeat-x;
	background-position: top center;
	width: 715px;
	min-height: 400px;
	margin: 0 auto;
	padding: 5px 0 0 5px;
}
* html #layout {
	width: 720px;
	height: 400px;
}
#header {
	background-color: #000000;
	background-image: url('/main/images/header.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	height: 30px;
	margin: 0;
	padding: 0;
}
#header h2 {
	display: inline;
	margin: 0;
	padding: 0;
}
#header h2 a {
	font-size: 1px;
	float: left;
	width: 180px;
	height: 0;
	margin: 0;
	padding: 30px 0 0 0;
	overflow: hidden;
}
* html #header h2 a {
	height: 30px;
}
#header dl {
	color: #FFFFFF;
	float: right;
	height: 30px;
	margin: 0 10px;
	padding: 0 2px 0 0;
}
#header dt {
	float: left;
	width: 2px;
	height: 0;
	margin: 0;
	padding: 30px 0 0 0;
	overflow: hidden;
}
* html #header dt {
	height: 30px;
}
#header dd {
	display: inline;
	margin: 0;
	padding: 0;
}
#header dd {
	float: left;
	height: 26px;
	padding: 2px 2px 2px 6px;
}
* html #header dd {
	height: 28px;
}
#header dd.home {
	background-image: none;
	padding-left: 2px;
}
#header dd a {
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px 10px 3px 10px;
}
#header dd a.selected {
	border-bottom: 3px solid #787878;
}
#header dd a:hover {
	border-bottom: 3px solid #787878;
}
#header dd a.selected:hover {
	border-bottom: 3px solid #80BC00;
}
#content {
	background-image: url('/main/images/content_tile.jpg');
	background-position: top center;
	background-repeat: repeat-x;
	margin: 0;
	padding: 10px 0;
}
#navi {
	background-color: #FFFFFF;
	height: 15px;
	margin: 0 5px 10px 0;
	padding: 5px;
}
#navi dt {
	display: none;
}
#navi dd {
	font-weight: bold;
	background-image: url('/main/images/arrow_green.gif');
	background-position: left center;
	background-repeat: no-repeat;
	display: inline;
	margin: 0;
	padding: 0 5px 0 10px;
}
#navi dd a {
	text-decoration: none;
	border-bottom: 1px dotted #80BC00;
}
#footer {
	background-image: url('/main/images/footer_tile.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	border-top: 10px solid #FFFFFF;
	clear: both;
	height: 40px;
	margin: 0;
	padding: 10px;
}
#footer p {
	margin: 0;
	padding: 0;
}
#stamp {
	float: right;
}
#stamp a {
	font-weight: bold;
	border-left: 5px solid #CCCCCC;
	padding-left: 5px;
}
a img {
	border: 0;
}
p {
	margin: 0 0 10px 0;
}
fieldset {
	border: 1px solid #EAEAEA;
	margin: 0 0 10px 0;
	padding: 5px 5px 10px 5px;
}
legend {
	font-size: 8pt;
	font-weight: bold;
	color: #80BC00;
}
input, select, textarea {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 8pt;
	background-color: #EAEAEA;
	border: 1px solid #CCCCCC;
}
#error {
	border-left: 5px solid #FF9999;
	margin-left: 10px;
	padding-left: 10px;
}
.error {
	background-color: #FFEAEA;
	border: 1px solid #FF9999;
}
.snippet {
	font-family: Courier New, monospace;
}
.small {
	font-size: 7pt;
}
.footer {
	text-align: right;
}
.box {
	background-color: #F6F6F6;
	padding: 6px 8px;
}
.sect h1 {
	font-size: 10pt;
	font-weight: bold;
	border-left: 4px solid #80BC00;
	margin: 0 0 10px 0;
	padding: 0 0 0 5px;
}
.sect {
	padding: 5px;
}
.side.dark {
	color: #EAEAEA;
	background-color: #808080;
	margin: 0 0 10px 0;
	padding: 7px 10px;
}
.side.light {
	color: #333333;
	background-color: #F6F6F6;
	margin: 0 0 10px 0;
	padding: 7px 10px;
}
.side.dark input {
	background-color: #CCCCCC;
}
.side h2 {
	font-size: 8pt;
	font-weight: normal;
	letter-spacing: 1px;
	border-bottom: 1px solid #80BC00;
	margin: 0 -10px 6px -1px;
	padding: 0 0 2px 1px;
}
.dark h2 {
	color: #FFFFFF;
}
.light h2 {
	color: #000000;
}
.dark a, .dark a:visited {
	color: #FFFFFF;
}
.go {
	text-decoration: none;
	background-image: url('/main/images/arrow_gray.gif');
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 12px;
}
.toggle {
	cursor: pointer;
}
