* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana;
	font-size: 12px;
}
p, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin-top: 8px;
}
li {
	margin-left: 48px;
}

/*****	LAYOUT	*****/
#nav {
	background: #788E1E url(images/interface/bg_header.jpg) no-repeat top center;
	border-bottom: 5px solid #ff9900;
	text-align: center;
	padding-top: 246px;
	padding-bottom:4px;
}
#nav ul {
	margin: 0;
}
#nav li {
	list-style-type: none;
	display: inline;
	padding: 0 20px;
	margin: 0;
}
#nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-decoration: none;
}
#nav a:link, #nav a:visited {
	color: #fff;
}
#nav a:hover, #nav a:active {
	color: #c1d8f2;
}
#main {
	width: 880px;
	margin: 0 auto 24px;
	padding-top: 12px;
	text-align: center;
}
.secondary #main {
	width: 720px;
	text-align: left;
	min-height: 360px;
	/*line-height: 150%;*/
}
.secondary #main p, .secondary #main li {
	line-height: 150%;
}
* html .secondary #main {
	height: 360px; /* IE6 */
}
.infobox {
	display: none;
}
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 2px solid #999933;
	background: #fff url(images/bg-tooltip.png) repeat-x top left;
	padding: 16px;
	opacity: 1.0;
	width: 240px;
	/*min-height: 120px;*/
}
* html #tooltip {

}
#tooltip h3, #tooltip div { margin: 0; }
#tooltip h3 {
	margin-bottom: 4px;
	font-size: 14px;
}
#tooltip p {
	line-height: 150%;
}

.boxouter {
	width: 879px;
	background: url(images/interface/bg_box.png) repeat-y top left;
	margin: 0 auto 24px;
}
.boxinner {
	width: 879px;
	background: url(images/interface/bg_box-top.png) no-repeat top left;
}
.boxcontent {
	padding: 24px 48px;
	min-height: 738px;
}
.boxcontent td {
	padding: 8px;
}
.boxcontent p {
	margin-top: 8px;
}
.boxbottom {
	width: 879px;
	height: 11px;
	background: url(images/interface/bg_box-bottom.png) no-repeat bottom left;
}
#footer {
	height: 108px;
	background: url(images/interface/bg_footer.png) repeat-x top left;
	text-align: center;
	padding-top: 12px;
	color: #fff;
}

/****	LINKS	*****/
a:link, a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	color: #FF9900;
	text-decoration: none;
}