html,body {
	margin:0;
	padding:0;
	border:0;				/* This removes the border around the viewport in old versions of IE */
	width:1000px;
	background:#00A650;
	min-width:1000px;		/* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
	font-size:100%;
	background-image:url(../images/pageBG.jpg);
	background-repeat:repeat;
}

img {margin:10px 0 5px;border:0px;}
.topbanner img{margin:0px 0 5px;border:0px;border-bottom:3px solid #555;}
#sidebanner img{margin:0px;padding:0px;border:0px;}
#sidebanner .a:hover{text-decoration:none;}

/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
	height:300px;
	padding:0px;
	margin:0px;
	background-color:#000;
	background-image:url(../images/header_gradient.png);
	background-repeat:repeat-x;
	background-position:bottom;
	border-bottom:8px solid #00A650;
	z-index:0;
	border-right:1px solid #555;
	}

#banner {
	float:right;
	height:200px;
	width:1000px;
	color:#000;
	text-align:right;
	z-index:1;
}


#logo {
	float:left;
	height:100px;
	width:40%;
	padding-left:20px;
	padding-top:20px;
	}
#logo h4{
	padding-left:32px;
	}



/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eeefff;
		border-top:1px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
		}

/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;				/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
		}

/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;				/* width of page: 1000px */
		position:relative;
		}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0px 0px 0px 0px;		/* no left and right padding on columns, we just make them narrower instead 
										only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	
/* 3 Column settings */
	.threecol {
		background:#f4f4f4;		/* right column background colour */
		border-right:1px solid #555;
	}
	.threecol .colmid {
		right:300px;			/* width of the right column */
		background:#fff;		/* center column background colour */
		border-right:1px solid #ccc;
	}
	.threecol .colleft {
		right:520px;			/* width of the middle column */
		background:#f4f4f4;	/* left column background colour */
		border-right:1px solid #ccc;
	}
	.threecol .col1 {
		width:520px;			/* width of center column content (column width minus padding on either side) */
		left:1000px;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:180px;			/* Width of left column content (column width minus padding on either side) */
		left:300px;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:300px;			/* Width of right column content (column width minus padding on either side) */
		left:822px;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}

/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #000;
		height:25px;
		padding-top:5px;
		font-family:"Trebuchet MS";
		font-size:11px;
		color:#FFFFFF;
		text-align:center;
		background-color:#00A650;
		background-image:url(../images/Bottom_gradient.png);
		background-repeat:repeat-x;
		background-position:center;
		}

	#footer a{
		color:#FFF;
		text-decoration:underline;
		}

	#footer a:hover{
		color:#000;
		text-decoration:none;
		border-bottom: 1px dotted #00A650;
		}
		
#centeredmenu {
	font-family:'Trebuchet MS',Tahoma,verdana,sans-serif;
	font-size:11px;
	float:right;
	margin:0px 0px 0px 0px;;
	width:550px;
	background:transparent;
	overflow:hidden;
	position:relative;
	
}
	#centeredmenu ul {
		clear:left;
		float:left;
		list-style:none;
		margin:0px 0px 0px 0px;
		padding:0;
		position:relative;
		left:50%;
		text-align:center;
		}
	#centeredmenu ul li {
		display:block;
		float:left;
		list-style:none;
		margin:0px 0px 0px 0px;
		padding:0px;
		position:relative;
		right:50%;
		font-size:11px;
		font-weight:bold;
		color:#00A650;
		}
	#centeredmenu p{
		display:block;
		margin:68px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		background:tranpsarent;
		color:#000000;
		height:30px;
		text-decoration:none;
		background-image:url(../images/top_bg.gif);
		background-repeat:repeat-x;
		background-position:bottom;
		}
	#centeredmenu ul li a{
		display:block;
		margin:69px 2px 0px 2px;
		padding:0px 10px 0px 10px;
		line-height:2.5em;
		background:#00A650;
		color:#fff;
		height:30px;
		text-decoration:none;
		background-image:url(../images/tab_green.png);
		background-repeat:repeat-x;
		background-position:top;
		border-top:1px solid #00A650;
		border-left:1px solid #00A650;
		border-right:1px solid #00A650;
		}
	#centeredmenu ul li a:hover {
		background:#000000;
		color:#000;
		background-image:url(../images/chromebg.gif);
		background-repeat:repeat-x;
		background-position:center;
		border-top:1px solid #333;
		border-left:1px solid #666;
		border-right:1px solid #666;
		}
	#centeredmenu ul li a.active,
	#centeredmenu ul li a.active:hover {
		color:#fff;
		background:#000;
		font-weight:bold;
		background-image:url(../images/tab_black.png);
		background-repeat:repeat-x;
		background-position:top;
		border-top:1px solid #333;
		border-left:1px solid #666;
		border-right:1px solid #666;
		}