#wrapper {
	width: 825px;
	height: 600px;
	}

	
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	line-height: 120%;
}

#head {
	width: 820px;
	height: 76px;
	float:left;
	margin-left: 0px;
}

#headintro {
	width: 819px;
	height: 77px;
	background-image: url(images/Code_home_banner.gif);
}


#leftbanner {
	width: 160px;
	height: 191px;
	background-image: url(images/0809block.gif);
	float: left;
	background-repeat: no-repeat;
	margin-left: 1px;
}
#0809picbanner {
	width: 820px;
	height: 177px;
	float: left;
	background-repeat: no-repeat;
	margin-left: 0px;
}

#0809smlbanner {
	width: 180px;
	height: 177px;
	background-repeat: no-repeat;
	margin-left: 0px;
	float: left;
}

#reportbanner {
	width: 820px;
	height: 177px;
	background-image: url(images/header_images.gif);
	margin-left: 0px;
}
#left_column {
	padding-top: 0px;
	width: 160px;
	float: left;
	clear: both;
	height: 326px;
}


#right_home {
	width: 660px;
}
#right_column {
	width: 450px;
	float: left;
	margin-right: 0px;
	clear: none;
	margin-left: 48px;
	margin-top: 15px;
}

#top_column {
	width: 350px;
	margin-right: 140px;
	margin-left: 0px;
	margin-top: 0px;
	float: right;
}


tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	vertical-align: text-top;
}
.indent {
	Padding-left: 5px;
}

.body_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3E3E3F;
}

.body_blue_large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #456CBE;
}

.body_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3E3E3F;
	line-height: 12pt;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	line-height: 80%;
}

a:visited {
	color: #3F3;
}
a:hover {
	color: #666;
}
a:active {
	color: #FC9;
}


.body_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;	
}

.heading_white_big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {

	color: #5ab21a;

}

h1 {
	font-size: 1.5em;
	line-height: 1.5em;
}

h2 {
	font-size: 1.35em;
}

h3 {
	font-size: 1.25em;
	font-weight: normal;
	line-height: 1.4em;
}

h4 {
	font-size: 1em;
	font-weight: normal;
}

h5 {
	font-size: 1em;
	font-weight: normal;
}
h6 {
	font-size: 1em;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
h1 em, h2 em, h3 em, h4 em, h5 em, h6 em{

	color: #5ab21a;	

	font-style: normal;
}

/* common styling */
.menu {
	font-family: arial, sans-serif;
	width:160px;
	height:450px;
	position:relative;
	font-size:12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	clear: left;
	background-image: url(images/Menubackground.gif);
}
.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#000;
	width:155px;
	height:25px;
	text-align:left;
	background:#aeb0b2;
	line-height:18px;
	font-size:12px;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
	padding-top: 2px;
}
.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {
	float:left;
	margin-right:0px;
	position:relative;
}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {
	color:#fff;
	background:#768e68;
    overflow: auto;
}
.menu ul li:hover ul {
	display:block;
	position:absolute;
	top:0;
	left:160px;
	width:105px;
}
.menu ul li:hover ul li a.hide {
	background:#96a78d;
	color:#000;
}
.menu ul li:hover ul li:hover a.hide {width:150px;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {
	display:block;
	background:#768e68;
	color:#000;
	width:150px;
}
.menu ul li:hover ul li a:hover {
	background:#768e68;
	color:#fff;
}
.menu ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:151px;
	top:0;
	color:#FFF;
}
.menu ul li:hover ul li:hover ul li a {
	display:block;
	width:200px;
	background:#768e68;
	color:#fff;
}
.menu ul li:hover ul li:hover ul li a:hover {
	background:#768e68;
	color:#fff;
}
