html, body {
	margin: 0px;
	width: 100%;
	height: 100%;	
	background: #ffffff url("") no-repeat top center;
}

img {
	border-width: 0px;
}

form {
	margin: 0px;
}

div, table {
	font-family: verdana;
	font-size: 10px;
	color: #656565;
	line-height: 150%;
}

#Page_Container {
	width: 1002px;
	margin: 10px auto;
}

#Page_InnerContainer {
	background: url("../gfx/bg_page.gif") repeat-y top center;
	padding: 0px 2px 0px 2px;
}

#Page_Top {
	height: 72px;
}

#Page_Topmenu {
	height: 30px;
	line-height: 30px;
	background: url("../gfx/bg_topmenu.gif") repeat-x top center;
	margin-bottom: 30px;
	padding-left: 10px;
}

#Page_Banner {
	height: 271px;
	margin-bottom: 30px;
	position: relative;
}

#Page_ContentArea {
}

#Page_Leftmenu {
	float: left;
	width: 195px;
	min-height: 265px;
	background: url("../gfx/bg_leftmenu.gif") no-repeat top center;
}

#Page_Content {
	float: left;
	width: 675px;
	padding: 0px 30px 0px 20px;
}

#Page_Footer {
	height: 29px;
	line-height: 29px;
	background: url("../gfx/bg_footer.gif") repeat-x top center;
	color: #ffffff;
	padding-left: 10px;
}

#Page_Boxes {
	width: 735px;
	height: 305px;
	overflow: hidden;
	margin: auto;
}

.Box {
	display: block;
	border-right: 1px solid #ffffff;
	float: left;
	width: 200px;
	height: 280px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 13px;
	margin-right: 16px;
	font-size: 10px;
}

#Page_Icons {
	float: right;
}

#Page_Icons img {
	float: left;
	margin: 10px 15px 0px 0px;
	cursor: pointer;
}

.Headline1 {
	font-family: verdana;
	font-size: 10px;
	color: #656565;
	font-weight: bold;
}

.Headline2 {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}

.Headline3 {
	font-family: verdana;
	font-size: 16px;
	color: #637823;
}

.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: #000000;
}

.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: #637823;
	text-decoration: none;
}

a:hover {
	color: #637823;
	text-decoration: underline;
}

a.BottomEmail:link, a.BottomEmail:active, a.BottomEmail:visited {
	color: #ffffff;
	text-decoration: none;
}

a.BottomEmail:hover {
	color: #ffffff;
	text-decoration: none;
}

.LeftmenuItem {
	margin-bottom:10px;
}

a.LeftMenu:link, a.LeftMenu:active, a.LeftMenu:visited {
	font-family: verdana;
	font-size: 10px;
	color: #656565;
	font-weight: normal;
	text-decoration: none;
}

a.LeftMenu:hover {
	font-family: verdana;
	font-size: 10px;
	color: #9fb73e;
	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: #9fb73e;
	font-weight: normal;
	text-decoration: none;
}

a.LeftMenu_Active:hover {
	font-family: verdana;
	font-size: 10px;
	color: #9fb73e;
	font-weight: normal;
	text-decoration: none;
}

.TopmenuItem {
	float: left;
	margin-right: 35px;
	height: 100%;
}

a.TopMenu:link, a.TopMenu:active, a.TopMenu:visited {
	font-family: verdana;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a.TopMenu:hover {
	font-family: verdana;
	font-size: 10px;
	color: #ffffff;
	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: #000000;
	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: #000000;
	text-decoration: none;
}

a.CurrentLocation:hover {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}

.FormElement {
	border-style: solid;
	border-width: 1px;
	border-color: #9fb73e;

	font-family: verdana;
	font-size: 10px;
	color: #656565;
	
	background-color: #ffffff;
}

.FormElement180 {
	border-style: solid;
	border-width: 1px;
	border-color: #9fb73e;

	font-family: verdana;
	font-size: 10px;
	color: #656565;
	
	background-color: #ffffff;
	width: 174px;
}

.FormButton {
	font-family: verdana;
	font-size: 10px;
	color: #656565;
}

.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;
}
