#html,body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-width: 960px;
	margin-top:-0px;
	background: #F7F7F7 url(../images/bkg-combined2.jpg) no-repeat center top;
	/*background: #F7F7F7 url(../images/bkg.gif) no-repeat center top;*/
}

#wrapper{
	width:960px;
	margin:0 auto;
}

#header{
	/*background: url("../images/header.png");*/
	background-position:0px -40px;
}

#tabcontainer {
	height: 34px;
	font-size:18px;
	color:#004D28;
	padding-top:137px;
}
#tabcontainer a {
	text-decoration:none;
	color:#FFF;
	text-shadow:#555 0px 1px 2px;
}
#tabcontainer a:hover {
	text-decoration:none;
	color:#004D28;
	text-shadow:none;
}

#menutab_leftspace {padding-top:6px; width: 10px; height:28px; float:left;}
.menutab {padding-left:15px; padding-right: 15px; padding-top: 6px; margin-right: 5px; width:auto;  height:28px; float:left; background: url("../images/menutab.gif") repeat-x; border-top-left-radius: 10px; border-top-right-radius: 10px;}
.menutab:hover {padding-left:15px; padding-right: 15px; padding-top: 6px; margin-right: 5px; width:auto;  height:28px; float:left; background: url("../images/menutab_hover.gif") repeat-x; border-top-left-radius: 10px; border-top-right-radius: 10px;}
#menutab_selected {padding-left:15px; padding-right: 15px; padding-top: 6px; margin-right: 5px; width:auto;  height:28px; float:left; background: url("../images/menutab_selected.gif") repeat-x; border-top-left-radius: 10px; border-top-right-radius: 10px;}


#container {
	width:960px;
	float:left;
	background: url("../images/container_bkg.png") repeat-y;
}

#container_bot {
	width:960px;
	background: url("../images/container_bot.png");
	height: 18px;
	float:left;
}

#sidebar {
	width:189px;
	float:left;
	text-align:left;
	padding-left:20px;
	padding-top:10px;
}

#submenu {
	width: 187px;
}
#submenu_top {height: 9px;width: 187px;background: url("../images/submenu_top.gif");}
#submenu_content {
	height:auto;
	width: 179px;
	background: url("../images/submenu_bkg.gif");
	padding-left:8px;
}
#submenu_bot {height: 9px;width: 187px;background: url("../images/submenu_bot.gif");}


#content {
	width:710px;
	float:left;
	text-align:left;
	padding-left:10px;
	padding-right:20px;
	padding-top:29px;
	line-height:18px;
}

.content_title {
	font-size: 60px;
	font-variant: small-caps;
	font-weight:bold;
	color: #CCC;
}

.content_headline {
	font-size:18px;
	color: #004D28;
	line-height:30px;
}

.content_highlight {
	color: #84AF5C;
}

#sideinfo {
	width: 187px;
}
#side_spacer {
	width: 187px;
	height: 10px;
}
#sideinfo_white_top {height: 7px;width: 187px;background: url("../images/info_white_top.gif");}
#sideinfo_white_content {
	height:auto;
	width: 178px;
	background: url("../images/info_white_bkg.gif");
	padding-left:10px;
	
}
#sideinfo_white_content_text {
	width:170px;
}
#sideinfo_white_bot {height: 9px;width: 187px;background: url("../images/info_white_bot.gif");}
.sideinfo_white_headline {	font-size:18px; }

#sideinfo_green_top {height: 7px;width: 187px;background: url("../images/info_green_top.gif");}
#sideinfo_green_content {
	height:auto;
	width: 178px;
	background: url("../images/info_green_bkg.gif");
	padding-left:10px;
}
#sideinfo_green_content_text {
	width:170px;
}
#sideinfo_green_bot {height: 9px;width: 187px;background: url("../images/info_green_bot.gif");}
.sideinfo_green_headline {	font-size:18px; }

.footertext {
	font-size:12px;
	color: #004D28;
}
.footertext a {
	font-size:12px;
	color: #90C269;
}
.footertext a:hover {
	font-size:12px;
	color: #000;
}
.content a {
	color:#999;
	text-decoration:none;
}
.content a:visited {
	color:#999;
	text-decoration:none;
}
.content a:hover {
	color:#000;
	text-decoration:none;
}



.portalbutton {
	float:left;
	width: 190px;
	height: 33px;
	padding-top:15px;
	background: url("../images/portal.gif");
}
.portalbutton:hover {
	background: url("../images/portal_hovers.gif");
}
#portal {
	float:right;
	width: 190px;
	height: 48px;
	text-decoration:none;
	text-align:center;
	margin-top:5px;
	font-size: 12px;
}
#portal a{
	text-decoration:none;
	text-shadow:none;
}
#portal a:hover {
	text-decoration:none;
	text-shadow:none;
	color:#2F6075;
}

img{  
border-style: none;
}


table.submenu a{  display: block; width:170px;}
div.submenu	a{color: #fff;	text-decoration:none; font-size:14px;line-height:21px; padding: 2px;}
div.submenu a:link {color: #fff; }
div.submenu	a:active { color: #000000;background: url("../images/submenu_hover.gif") repeat-y; }
div.submenu	a:visited {color: #fff; }
div.submenu	a:hover {color: #004D28;background: url("../images/submenu_hover.gif") repeat-y; }

a:link {
	color: #84AF5C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #84AF5C;
}
a:hover {
	text-decoration: none;
	color: #004D28;
}
a:active {
	text-decoration: none;
	color: #84AF5C;
}

