@charset "UTF-8";
/* CSS Document */

body {
	background-attachment: scroll;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #0f1302;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	margin: 0px;
	line-height: 18px;
}
#innerwrapper a:link, #innerwrapper a:visited {
	color: #ADC04E;
	text-decoration: underline;
}
#innerwrapper a:hover, #innerwrapper a:active {
	color: #FFFFEE;
	text-decoration: none;
}

#menuheader{
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 800px;
	background-color: #A8B85E;
	background-repeat: repeat-x;
	background-position: center center;
	background-image: url(images/menubg.gif);
	font: 13px Arial;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
}


.menu:link, .menu:visited{
	color: white; /*text color*/
	padding: 6px 16px;
	text-decoration: none;
	text-shadow: 0.1em 0.1em 0.05em #73871c; /*divider between menu items*/
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #839D34;
}

.menu:hover, .lastmenu:hover, .current{
	color: white;
	background-color: #547203;
	background-repeat: repeat-x;
	background-position: center center;
}
.lastmenu:link, .lastmenu:visited{
	color: white; /*text color*/
	padding: 6px 16px;
	text-decoration: none;
	text-shadow: 0.1em 0.1em 0.05em #73871c; /*divider between menu items*/
}

#wrapper {
	width: 800px;
	display: table;
	align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/tdbg.png);
	background-repeat: repeat;
	border: 1px solid #333333;
}
#innerwrapper {
	width: 740px;
	display: table;
	align: center;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}
#copyright {
	width: 800px;
	align: center;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	color: #587144;
	text-align: right;
	font-size: 8.5pt;
	background-image: url(images/copyrightbg.gif);
	background-position: center;
}
#copyright img {
	padding-top: 5px;
	padding-right: 18px;
	padding-bottom: 15px;
	padding-left: 9px;
}
.rightalign {
	width: 800px;
	display: table;
	align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: right;
}
h2 {
	font-size: 12pt;
	font-style: normal;
	color: #FFFF99;
	text-shadow: 0.1em 0.1em 0.05em #000000;
}
h1 {
	font-size: 15pt;
	text-shadow: 0.1em 0.1em 0.05em #000000;
}
h3 {
	font-size: 11pt;
	color: #FFFFCC;
	text-shadow: 0.1em 0.1em 0.05em #000000;
}
