html
{
	background: #cccccc;
}
a
{
	color: inherit;
	text-decoration: none;
}
a:hover
{
	color: #ffcc00;
}
a img
{
	border: 0 none;
}
h1
{
	margin-top: 0;
}
h1, h3
{
	color: #005CB8;
	text-align: center;
}
h2
{
	color: #003366;
}
h2.intro
{
	font-size: 20px;
}
h2.intro, ul.intro
{
	text-align: center;
}
h2, h3
{
	font-size: 18px;
}
h3
{
	margin-bottom: 0;
}
h4
{
	text-align: center;
}
h2, p, table, input, #main a, #nav, #main ul, .left
{
	font-family: Arial, Helvetica, sans-serif;
}
label
{
	display: block;
	clear: both;
	float: left;
	min-width: 80px;
	max-width: 80px;
	font-weight: bold;
	margin-left: 80px;
	margin-bottom: 1em;
}
input, select
{
	display: block;
	float: left;
	width: 400px;
	margin-bottom: 1em;
}
input[type="submit"]
{
	float: none !important;
	margin: 0 auto;
	padding: 0 0 7px 0;
	color: #003366;
	border: 0 none;
	font-weight: bold;
	background: url("../images/button.png") no-repeat top;
	width: 135px !important;
	height: 41px;
}
input[type="radio"]
{
	display: inline-block;
	float: none !important;
	margin-left: 45%;
	width: auto !important;
}
input[type="file"]
{
	width: 400px;
	margin: auto;
}
input[type="hidden"]
{
	display: none;
}
textarea
{
	display: block;
	width: 600px;
	height: 400px;
	margin: auto;
}
table
{
	margin: auto;
	text-align: center;
}
table, tr, td, th
{
	border: 2px #cccccc outset;
	padding: 2px;
}
ul.intro
{
	padding: 0;
	font-size: 16px;
}
ul.intro li
{
	list-style: none;
}
#maincont
{
	margin: 0 auto 20px auto;
	width: 900px;
}
#header, #footer
{
	height: 139px;
	width: 900px;
	color: #ffffff;
	border-color: #ffffff;
	font-weight: bold;
}
#header .left, #footer .left
{
	height: 139px;
	width: 42px;
	float: left;
	background: url("../images/top-left.png") no-repeat bottom;
}
#header .middle, #footer .middle
{
	height: 139px;
	width: 814px;
	float: left;
	background: url("../images/top-middle.png") repeat-x bottom;
}
#header .right, #footer .right
{
	height: 139px;
	width: 44px;
	float: left;
	background: url("../images/top-right.png") no-repeat bottom;
}
#header
{
	text-align: right;
	font-size: 20px;
	-moz-border-radius-bottomleft: 0;
	overflow: visible;
}
#header #logo
{	float: left;
	margin-left: -75px;
}
#header #tree
{
	float: right;
	margin-top: -10px;
}
#nav
{
	float: left;
	width: 200px;
	background: #fcdb3e;
	color: #003366;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
#nav .top
{
	width: 200px;
	height: 35px;
	background: url("../images/nav-top.png") no-repeat;
}
#nav .middle
{
	width: 200px;
	background: url("../images/nav-middle.png") repeat-y;
}
#nav .bottom
{
	width: 200px;
	height: 50px;
	background: url("../images/nav-bottom.png") no-repeat;
}
#nav ul
{
	padding: 0;
	margin: 0;
}
#nav li
{
	width: 157px;
	list-style: none;
	padding: 0.25em 0;
	margin-left: 24px;
	padding-right: 24px;
}
#nav li:first-child
{
	border: none 0;
}
#nav a, #nav a:link, #nav a:visited
{
	display: block;
	border: none 0;
	padding-right: 0.3em;
	padding-left: 0.3em;
	color: #003366;
}
#nav li.under a, #nav li.under a:link, #nav li.under a:visited
{
	font-size: 0.8em;
	font-weight: normal;
	color: #555555;
}
#nav li.on a, #nav li.on a:link, #nav li.on a:visited
{
	color: #005CB8;
	background-color: #fcdb3e;
}
#nav a:hover
{
	color: #ffffff !important;
	background-color: #ff9b0f !important;
}
#main
{
	float: left;
	width: 700px;
	min-height: 200px;
	font-size: 14px;
}
#main .top
{
	width: 700px;
	height: 40px;
	background: url("../images/content-top.png") no-repeat bottom;
}
#main .middle
{
	width: 650px;
	padding: 0 25px;
	background: url("../images/content-middle.png") repeat-y;
}
* html #main .middle
{
	width: 700px;
}
#main .bottom
{
	width: 700px;
	height: 50px;
	background: url("../images/content-bottom.png") no-repeat top;
}
#main a
{
	text-decoration: underline;
}
#footer, #footer .left, #footer .middle, #footer .right
{
	height: 110px;
}
#footer .middle
{
	height: 80px;
	padding-top: 30px;
}
* html #footer .middle
{
	height: 110px;
}
#footer a, #footer a:link, #footer a:visited
{
	color: #ffffff;
}
#ad
{
	width: 100%;
	height: 80px;
	text-align: center;
	margin: 5px;
}
#copy
{
	float: right;
}
#popup
{
	color: #ff0000;
	text-align: center;
	font-weight: bold;
	margin-bottom: 2em;
}
#intro
{
	width: 450px;
	height: 250px;
}
#intro, #intro img
{
	display: block;
	margin: auto;
	border: 0;
	text-align: center;
}
#bookmark
{
	display: block;
	margin: auto;
	width: 125px;
}
#bookmark img
{
	text-align: center;
}
div#addthis_dropdown15 *
{
	 border: 0 none;
}
#verify
{
	display: block;
	text-align: center;
	margin: 2em auto 1em auto;
	width: 120px;
	height: 60px;
}
#news h2
{
	margin: 2em 0 0 0;
}
#pages
{
	text-align: center;
}
#pages a
{
	font-weight: bold;
	color: #003366;
}
#hm
{
	margin: 0 auto 3em auto;
	width: 300px;
}
input#edit_area_toggle_checkbox_editarea
{
	float: none;
	width: 15px;
	display: inline;
}
#EditAreaArroundInfos_editarea label
{
	float: none;
	display: inline;
	clear: none;
	margin-left: 10px;
}
#EditAreaArroundInfos_editarea
{
	text-align: center;
}
.nolist, .date
{
	list-style: none;
}
.date
{
	font-style: italic;
}
.clear
{
	clear: both;
}
.bold
{
	font-weight: bold;
}
.italic
{
	font-style: italic;
}
.left
{
	text-align: left;
	font-size: 14px;
}
input.many
{
	float: left !important;
	margin: 0 0 0 20px;
}
input.table
{
	width: 100px;
}
.hidden
{
	display: none;
}