/* Green Page Styles
______________________________________
_______________________________________
______________________________________
*/


body  {
	background-image: url(../images/bGroundDesign.jpg);
}


/*Menu Styles*/
.greenStyle #menu {
	height: 39px;
	background: #2F8C2F;
}

.greenStyle #mainContent h2 {
	color: #0079C2;
	font-size: 12px;
	font-weight: bold;
}
	

/* Main Content Area styles*/
.greenStyle #pageContent h1 {
	font-size: 16px;
	line-height: 16px;
	color: #2F8C2F;	
	
}
.greenStyle #pageContent h2 {
	font-size: 14px;
	line-height: 16px;
	color: #2F8C2F;	
}

.greenStyle #pageContent p, .greenStyle #pageContent td, .greenStyle #pageContent ol, .greenStyle #pageContent ul, .greenStyle #pageContent div {
	font-size: 11px;
	line-height: 16px;
	color: #000000;	
}

.greenStyle #pageContent a, .greenStyle #relatedContent a {
font-weight: bold;
	font-size: 11px;
	line-height: 16px;
	color: #2F8C2F;	
}
.greenStyle #pageContent a:hover, .greenStyle #relatedContent a:hover {
font-weight: bold;
	font-size: 11px;
	line-height: 16px;
	color: #55AA55;	
}


/* Related Content Area styles Right column*/
.greenStyle #relatedContent h1 {
	font-size: 16px;
	line-height: 16px;
	color: #2F8C2F;	
	
}
.greenStyle #relatedContent h2 {
	font-size: 14px;
	line-height: 16px;
	color: #2F8C2F;	
}

.greenStyle #relatedContent p, .greenStyle #relatedContent td, .greenStyle #relatedContent ul, .greenStyle #relatedContent ol, .greenStyle #relatedContent div {
	font-size: 11px;
	line-height: 16px;
	color: #000000;	
}



/* Side menu Green
__________________________________________
__________________________________________
__________________________________________ 
*/


.greenStyle #side_menu {
	border-bottom: 0px solid #FFFFFF;
}
.greenStyle #side_menu ul {
	list-style:none;
	margin: 0px;
	padding:0px;
}
.greenStyle #side_menu ul li a {
	width: 184px;
	padding: 6px 0px 6px 6px;
	font-size:10px;
	color:#FFFFFF;
	display: block;
	text-decoration:none;
}
.greenStyle #side_menu ul li a.sideMenuL1Bold {
	font-weight:bold;
	background-color:#71B871;
}

.greenStyle #side_menu ul li a:hover {
	text-decoration:none;
	background-color:#71B871;
}
.greenStyle #side_menu ul ul li a {
	width: 178px;
	padding: 6px 0px 6px 12px;
	background-color:#55AA55;
	text-decoration:none;

}
.greenStyle #side_menu ul ul li a:hover {
	text-decoration:none;
	background-color:#71B871;
}


.greenStyle #side_menu ul ul ul li a {
	width: 172px;
	padding: 6px 0px 6px 18px;
	text-decoration:none;
}

.greenStyle #side_menu ul ul ul ul li a {
width: 166px;
	padding: 6px 0px 6px 24px;
	text-decoration:none;
}
.greenStyle #side_menu ul ul ul ul ul li a  { /* unlikely they'll go this far.*/
	width: 160px;
	padding: 6px 0px 6px 30px;
	text-decoration:none;

}
.greenStyle a.selected {
	background-color: #5E6F93;
	border-bottom: 1px solid #FFFFFF;
}
.greenStyle a.nextMenu {
	margin-top: 2px;
	border-top: 1px solid #FFFFFF;
}

.greenStyle #side_menu ul li a, .greenStyle #side_menu ul ul li a, .greenStyle #side_menu ul ul ul li a, .greenStyle #side_menu ul ul ul ul li a {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EBF5EB;	
	border-bottom-color: #555555;
	
	}


/*Header styles Greeen Arrow Table
_________________________________________________________
_________________________________________________________
_________________________________________________________
*/

.greenStyle #top_left {
width: 10px;
height: 10px;
}
.greenStyle #top_centre {
	background-image: url(../images/arrowG/top_centre.gif);
	background-repeat: repeat-x;
}
.greenStyle #top_right {
width: 24px;
height: 10px;
}
.greenStyle #left_midA {
	background-image: url(../images/arrowG/left_mid.gif);
	background-repeat: repeat-y;
}
.greenStyle #left_midB {
	background-image: url(../images/arrowG/left_mid.gif);
	background-repeat: repeat-y;
}
.greenStyle #text_area {
	background-color: #2F8C2F;
}
.greenStyle #right_midA {
	background-image: url(../images/arrowG/right_mid.gif);
	background-repeat: repeat-y;
}
.greenStyle #right_midB {
	background-image: url(../images/arrowG/right_mid.gif);
	background-repeat: repeat-y;
}
.greenStyle #bottom_left {
width: 10px;
height: 10px;
}
.greenStyle #bottom_centre {
	background-image: url(../images/arrowG/bottom_centre.gif);
	background-repeat: repeat-x;
}
.greenStyle #bottom_right {
width: 24px;
height: 10px;
}
