html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background: #195319 url("../gfx/bg_page.png") repeat-x;
}

img, div, table, td {
/*	behavior: url('iepngfix.htc'); */
}

img {
	border-width: 0px;
}

form {
	margin: 0px;
}

table, div {
	font-family: Verdana, Arial, Trebruchet MS, Helvetica, Georgia;
	font-size: 11px;
	line-height: 130%;
}

#PageContainer {
	width: 954px;
	z-index: 2;
	position: relative;
	margin: auto;
	text-align: center;
}

#FlashBG {
	width: 100%;
	height: 100%;
	top: 5px;
	z-index: 1;
	position: absolute;
}

#PageTop {
	position: relative;
	margin-top: 46px;
}

#PageContent {
	text-align: left;
	z-index: 3;
	padding: 5px 30px 80px 30px;
	background: #ffffff url("../gfx/bg_content.jpg") center bottom no-repeat;
}

#PageContentLeft {
	float: left;
	width: 190px;
	margin-right: 30px;
}

#PageContentMiddle {
	float: left;
	width: 674px;
}

#PageBottom {
	height: 32px;
	background: url("../gfx/bg_content_bottom.png") center bottom no-repeat;
}

#PageFooter {
	height: 32px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5a9d4d;
	font-weight: bold;	
}

#PageCurrentLocation {
	margin: 5px 0px 15px 0px;
	font-weight: bold;
}

#Logo {
	position: absolute;
	left: 381px;
	top: -80px;
	z-index: 2;
}

#Banner {
	background: url("../gfx/bg_content_top.png") no-repeat;
	margin-top: 86px;
	z-index: 1;
	padding: 10px 8px 0px 7px;
	position: relative;
}

#Flags {
	position: absolute;
	right: 20px;
	top: -30px;
	z-index: 2;
}

.Clear {
	clear: both;
	overflow: hidden;
	height: 1px;	
}

.Hr {
	height: 1px;
	background: #b3b3b3;
	overflow: hidden;
	margin: 5px 0px 5px 0px;
}

.HrMargin {
	margin: 0px 0px 20px 0px;
}

.Headline1 {
	font-family: Verdana, Arial, Trebruchet MS, Helvetica, Georgia;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.Headline2 {
	font-family: Verdana, Arial, Trebruchet MS, Helvetica, Georgia;
	font-size: 14px;
	color: #23641c;
	font-weight: bold;
}

.Headline3 {
	font-family: Verdana, Arial, Trebruchet MS, Helvetica, Georgia;
	font-size: 17px;
	color: #FFFFFF;
	font-weight: bold;
}

.CurrentLocation {
	font-family: Verdana, Arial, Trebruchet MS, Helvetica, Georgia;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
}

.LeftmenuSubBG {
	margin: auto;
	background: url("../gfx/bg_box_left_sub.gif") repeat-y;
}

.LeftmenuItem {
	width: 168px;
	margin: auto;
}

.LeftmenuDevider {
	background: url("../gfx/devider.gif") left bottom no-repeat;
	padding: 10px 0px 10px 0px;
}

.Nut, .Nut_Active {
	width: 30px;
	float: left;
}

.Nut_Active {
	background: url("../gfx/nut_small.png") left center no-repeat;
}

a:link, a:active, a:visited {
	color: #23641c;
	text-decoration: none;
}

a:hover {
	color: #23641c;
	text-decoration: underline;
}

a.Box:link, a.Box:active, a.Box:visited {
	color: #ffffff;
	text-decoration: none;
}

a.Box:hover {
	color: #ffffff;
	text-decoration: underline;
}

a.LeftMenu:link, a.LeftMenu:active, a.LeftMenu:visited {
	font-family: Verdana, Arial, Trebruchet MS, Helvetica, Georgia;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

a.LeftMenu:hover {
	font-family: Verdana, Arial, Trebruchet MS, Helvetica, Georgia;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
	display: block;
}

a.LeftMenu_Sub:link, a.LeftMenu_Sub:active, a.LeftMenu_Sub:visited {
	font-family: Verdana, Arial, Trebruchet MS, Helvetica, Georgia;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

a.LeftMenu_Sub:hover {
	font-family: Verdana, Arial, Trebruchet MS, Helvetica, Georgia;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
	display: block;
}

a.CurrentLocation:link, a.CurrentLocation:active, a.CurrentLocation:visited {
	font-family: Verdana, Arial, Trebruchet MS, Helvetica, Georgia;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

a.CurrentLocation:hover {
	font-family: Verdana, Arial, Trebruchet MS, Helvetica, Georgia;
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}

a.BottomEmail {
	font-family: Arial, Helvetica, sans-serif;
	color: #5a9d4d;
}

.BoxLeft {
	width: 187px;
	background: url('../gfx/bg_box_left_bottom.gif') bottom left no-repeat;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.BoxLeftTop {
	background: url('../gfx/bg_box_left_header.jpg') bottom left no-repeat;
	height: 35px;
	line-height: 35px;
	padding-left: 12px;
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
}

.BoxLeftMain {
	background: url('../gfx/bg_box_left_top.png') top left no-repeat;
	padding-bottom: 5px;
	font-size: 10px;
	color: #FFFFFF;
}

.FormElement {
	border-style: solid;
	border-width: 1px;
	border-color: #b3b3b3;
	font-family: Verdana, Arial, Trebruchet MS, Helvetica, Georgia;
	font-size: 10px;
	color: #000000;	
	background-color: #ffffff;
}

select.FormElement {
	height: auto;
}

.FormButton {
	font-family: Verdana, Arial, Trebruchet MS, Helvetica, Georgia;
	font-size: 10px;
	color: #000000;
}

.Border1 {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	border-collapse: collapse;
}

.Border2 {
	border-style: solid;
	border-width: 1px;
	border-color: #b3b3b3;
	
	font-size: 10px;
}

.Border3 {
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff;
	border-collapse: collapse;
}

.SplitLine {
	height: 1px;	
	background-color: #23641c;
}

.ImageLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;

	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

.ImageRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;

	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

.ImageFloatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.ImageFloatRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.ImageBorderFloatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;

	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

.ImageBorderFloatRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;

	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

.TableFloatLeftVisibleTableBorder {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
}

.TableFloatRightVisibleTableBorder {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
}

.TableFloatLeftHiddenTableBorder {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.TableFloatRightHiddenTableBorder {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.VisibleTableBorder {
	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
}

.HiddenTableBorder {
}

.HiddenElements {
	display: none;
}