#wrapper {
	text-align: left;
	width: 760px;
	background:  url("images/page_structure/main_background/g1.jpg") repeat-y;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	top: 10px;
}
#blockList li
{
	background-color:#EAFCE9;
		list-style: circle;
	margin: 2px;
	text-align: left;
	display: block;
	float: left;
	width: 200px;
	background-image: url(images/icons/more_info.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 8px;
	padding-bottom: 5px;
	border: 1px solid #E6EEF1;
	padding-left: 5px;
	cursor: hand;
	height: 125px;
}

#header {
	background:  url("images/page_structure/headBanner_inc_text/g1.jpg") no-repeat left top;
	vertical-align: middle;
	text-align: right;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	color: #FFFFFF;
	z-index: 2;
	top: 9px;
	position: absolute;
	height: 105px;
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: 0;
	}
	
	
	h2{
font-size: 0.8em;
	color: #FFFFFF;
	font-weight: bold;
	margin-right: 0px;
	margin-bottom: -5px;
	margin-left: 0px;
	background-image: url(images/page_structure/heading_bars/g1.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 30px;
	/* background-color: #00FF66; */
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-left: 8px;
}
	
#navbarVert
{
	background: #91c111 repeat-x center;
	width: 760px;
	text-align: left;
	border-top: 1px solid #FFFFFF;
	border-right: 1px #F1F2F6;
	border-bottom: 1px none #C0C0C0;
	border-left: 1px #F1F2F6;
	height: 19px;
	list-style-type: none;
	color: #FFFFFF;
	font-weight: normal;
	top: 0px;
	z-index: 9;
	position: relative;
	padding: 0px 0px 4px;
	left: 0px;
	text-decoration: none;
	margin: -1px 0px 0px;
}
#navbarVert ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	text-decoration: none;
}
#navbarVert li {
	display: inline;
	font-size: 0.7em;
	margin-bottom: 2px;
	padding-bottom: 2px;
}
#navbarVert li a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}
#navbarVert li a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
#navbarVert li a:visited {
	text-decoration: none;
	color: #7979A6;
	font-weight: bold;
}







#footer {
	clear: both;
	margin: 0px;
	text-align: center;
	vertical-align: top;
	padding: 2px 1px 10px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	background-color: #91c111;
	font-size: 0.8em;
	border-bottom-width: 8px;
	border-bottom-style: double;
	border-bottom-color: #CCCCCC;
}
#footer ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;
	vertical-align: top;
	color: #FFFFFF;
}
#footer li {
	text-decoration: none;
}




.picBorder {
	border: 1px solid #91c111;
}