html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	margin:0;
	padding:0;
}
img { 
	border: 0; 
}
ul, ol {
	list-style:none outside none;
}



body {
	font-size: 14px;
	background: url('background.jpg') repeat 0 0;
}
a:hover {text-decoration: none; color:#8C9608}
/*
a:link {text-decoration: underline; color:#4B5104;}
a:visited {text-decoration: underline; color:#4B5104;}
a:active {text-decoration: none; color:#8C9608}
*/
input, select {
	font-size: 14px;
}
p {
	margin: 0.5em;
	padding: 0px;
}
h2 {
	background: url('header_mark.gif') 3px 3px no-repeat;
	height: 26px;
	padding: 3px 0px 3px 36px;
	font-weight: bold;
	font-size: 18px;
}
h2.tagline {
	background-image: none;
	height: 26px;
	padding: 3px 0px;
	font-weight: bold;
	font-size: 18px;
	color:#18826B;
}
h3 {
	margin-top: 2em;
	margin-bottom: 0.5em;
	color: #8C9608;
	border-bottom: 2px dotted #8D970B;
	padding: 3px 0px 3px 0px;
}
h4 {
	margin-top: 1em;
	padding: 3px 0px 3px 0px;
}
table { 
	border-collapse: collapse; 
}
th { 
	padding: 3px; 
	font-weight: normal; 
	background-color: #D8FE75; 
	border: 1px solid #95C024; 
}
td { 
	padding: 3px; 
	font-weight: normal; 
	background-color: #FFFFFF; 
	border: 1px solid #95C024; 
}
em {
	font-style: normal;
	font-weight: bold;
	color: #C32537;
}


.meta {
	font-weight: normal;
	font-size: 12px;
	color: #738284;
}
.downloadbutton {
	border: 1px solid #18816F; 
	background-color:#73F8E2; 
	float:left; 
	margin:0px 20px; 
	padding:10px;
	width: 200px;
	text-align:center;
	border:2px solid #000000;
}
.downloadbutton img {
	float:left;
	margin-right:10px;
}
.downloadbutton a {
	display:block;
}
.remarks {
	background-color: rgb(230,228,252); 
	border: 1px solid rgb(150,145,240); 
	padding: 0.5em;
	margin: 0.5em 0em;
}
.warning {
	border: 1px solid #C32537; 
	background-color:#FED3D8; 
	text-align:left;
	padding: 0.5em;
	margin: 0.5em 0em;
}
.error {
	border: 1px solid #C32537; 
	background-color:#FED3D8; 
	text-align:left;
	padding: 0.5em;
	margin: 0.5em 0em;
}
.list {
	list-style-image: url(listmark.gif);
	margin-left:20px;
}
.footer {
	clear: right;
	margin-top: 10px;
	padding: 5px;
	border-top: medium #000066 double;
	text-align: right;
}


#pageframe {
	width: 920px;
	margin: 0 auto;
	padding: 0px 20px;
	position: relative;
	background-color: #DAFCD2;
	border-left: 4px solid white;
	border-right: 4px solid white;
}
#siteheader {
	background: url('siteheader.png') no-repeat 0 0;
	height: 164px;
}
#sitelocale {
	position:absolute;
	top: 0px;
	right:0px;	
}
#sitelocale li
{
	width: 60px;
	text-align:center;
	float: left;
	font-size: 1em;
	margin: 0 2px;
}
#sitelocale li a
{
	text-decoration: none;
}


#sitelocale li.active
{
	border: 1px solid #18826B;
}
#sitemenu {
	position:absolute;
	top: 50px;
	left: 320px;
	
}
#sitemenu li
{
	background-color: #95C024;
	width: 100px;
	text-align:center;
	float: left;
	font-size: 1.1em;
	margin: 0 2px;
	padding:5px;
}
#sitemenu li a
{
	text-decoration: none;
	display:block;
	color: #DAFCD2;
}

#sitemenu a:hover
{
	color: #FFFFFF;
	font-weight: bold;
}
#sitemenu li.active
{
	background-color: #18816F;
	
	-moz-border-radius: 5px 5px 5px 5px;
	border: medium none #142B4C;
	font-weight: bold;
}
#sitetopics
{
	position: absolute; 
	top: 120px;
	right:20px; 
	width:380px; 
	height:90px; 
	border: 1px solid #C32537; 
	background-color:#FED3D8; 
	text-align:left;
	padding:10px;
	-moz-border-radius: 5px 5px 5px 5px;
}
#sitetopics li
{
	margin-bottom: 15px;
}

