html, body {
	margin: 0px;
	width: 100%;
	height: 100%;	
	background: #dcff99 url("") no-repeat top center;
}

img {
	border-width: 0px;
}

form {
	margin: 0px;
}

div, table {
	font-family: verdana;
	font-size: 10px;
	color: #3f443e;
}

#PageContainer {
	position: relative;
	margin: auto;
	width: 992px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background: #dcff99 url("") top left;
}

#MainPageContainer {
	background: #ffffff;
	margin: auto;
	width: 992px;
	border: solid 1px #7a8079;
	border-top-width: 0px;
	border-bottom-width: 0px;
	
	
}


.PageBg_Middle {
	border-left: solid 1px #7a8079;
	border-right: solid 1px #7a8079;
	background: #ffffff;
}

#MainPageTop {
	height: 95px;
	background: #7a8079 url(../gfx/bg_page_top.gif) left top repeat-x;
	position: relative;
}

#MainPageTopmenu {
	height: 25px;
	line-height: 25px;
	background: #ebeced;
	border: solid 1px #c8c8c8;
	border-left-width: 0px;
	border-right-width: 0px;
}

#MainPageBanner {
	height: 170px;
	width: 990px;
}

#MainPageFrontpageBoxContainer {
	height: 211px;
	background: url(../gfx/bg_page_boxcontainer.gif) left top repeat-x;
}

#MainPageCurrentLocation {
	height: 30px;
	line-height: 30px;
	text-align:right;
	padding-right: 20px;
}



#PageMiddle {
	float: right;
	width: 750px;
	margin-top: 20px;
	margin-right: 10px;
}

#PageContent {
	padding: 0px;
}

#PageLeft {
	/*line-height: 20px;*/
	margin: 10px;
	width: 192px;
}

#PageBottom {
	text-align: center;
	
}

.PageBg_Bottom {
	margin: auto;
	height: 118px;
	background: url(../gfx/bg_page_footer.gif) left top no-repeat;
	text-align: center;
}


#MainPageFooter {
	margin: auto;
	width: 996px;
	height: 118px;
	background: url(../gfx/bg_page_footer.gif) left top no-repeat;
	text-align: center;
}

#Icons {
	position: absolute;
	right: 15px;
	bottom: 15px;
}

#Icons a {
	float: left;
	margin-left: 20px;
}

#Logo {
	position: absolute;
	left: 15px;
	bottom: 15px;
}

.FrontpageBox {
	float: left;
	width: 222px;
	height: 188px;
	padding: 23px 12px 0px 12px;
	background: #ebeced;
}

.Headline1 {
	font-family: verdana;
	font-size: 10px;
	color: #3f443e;
	font-weight: bold;
}

.Headline2 {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}

.Headline3 {
	font-family: verdana;
	font-size: 10px;
	color: #90b73e;
	font-weight: bold;
}

.Headline4 {
	font-family: verdana;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
}

.Hr {
	height: 1px;
	background-color: #e0e1e3;
	overflow: hidden;
	margin: 5px 0px 5px 0px;
}

.HrMargin {
	margin: 20px 0px 20px 0px;
}

.Clear {
	clear: both;
	overflow: hidden;
	height: 1px;	
}

.CurrentLocation {
	font-family: verdana;
	font-size: 10px;
	color: #3f443e;
}

.NewsmailBottomText {
	font-family: verdana;
	font-size: 9px;
	color: #000000;
}

.PollStatsTable {
	height: 15px;
	
	background-color: #ffffff;
	
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

.PollStatsTableBox {
	height: 10px;
	
	background-color: #FFFFFF;
	
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

.TableHeader {
	height: 22px;
	
	background-image: url(../gfx/bg_box_top.gif);
	background-repeat: repeat-x;
	
	font-family: verdana;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}

a:link, a:active, a:visited {
	color: #3f443e;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

a.BottomEmail:link, a.BottomEmail:active, a.BottomEmail:visited {
	color: #3f443e;
	text-decoration: none;
}

a.BottomEmail:hover {
	color: #000000;
	text-decoration: none;
}

.LeftmenuItem {
	border: solid 0px #e0e1e3;
	border-bottom-width: 1px;
	width: 100%;
	height: 100%;
	margin-bottom:14px;
}

a.LeftMenu:link, a.LeftMenu:active, a.LeftMenu:visited {
	font-family: verdana;
	font-size: 10px;
	color: #3f443e;
	font-weight: normal;
	text-decoration: none;
}

a.LeftMenu:hover {
	font-family: verdana;
	font-size: 10px;
	color: #90b73e;
	font-weight: normal;
	text-decoration: none;
}

a.LeftMenu_Active:link, a.LeftMenu_Active:active, a.LeftMenu_Active:visited {
	font-family: verdana;
	font-size: 10px;
	color: #90b73e;
	font-weight: normal;
	text-decoration: none;
}

a.LeftMenu_Active:hover {
	font-family: verdana;
	font-size: 10px;
	color: #90b73e;
	font-weight: normal;
	text-decoration: none;
}

.TopmenuItem, .TopmenuItem_Active {
	float: left;
	padding: 0px 25px 0px 25px;
	height: 100%;
	line-height: 25px;
}

.TopmenuItemSplit {
	float: left;
	width: 1px;
	height: 25px;
	border-left: solid 1px #c8c8c8;
	overflow: hidden;
}

a.TopMenu:link, a.TopMenu:active, a.TopMenu:visited {
	font-family: verdana;
	font-size: 10px;
	color: #3f443e;
	font-weight: bold;
	text-decoration: none;
}

a.TopMenu:hover {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a.TopMenu_Active:link, a.TopMenu_Active:active, a.TopMenu_Active:visited {
	font-family: verdana;
	font-size: 10px;
	color: #3f443e;
	font-weight: bold;
	text-decoration: none;
}

a.TopMenu_Active:hover {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a.CurrentLocation:link, a.CurrentLocation:active, a.CurrentLocation:visited {
	font-family: verdana;
	font-size: 10px;
	color: #3f443e;
	text-decoration: none;
}

a.CurrentLocation:hover {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.FormElement {
	border-style: solid;
	border-width: 1px;
	border-color: #3f443e;

	font-family: verdana;
	font-size: 10px;
	color: #3f443e;
	
	background-color: #ffffff;
}

.FormButton {
	font-family: verdana;
	font-size: 10px;
	color: #3f443e;
}

.Border1 {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	border-collapse: collapse;
}

.Border2 {
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff;
	border-collapse: collapse;
}

.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;
}