* { padding: 0; margin: 0; /*resets all to zero*/ }

/* hack for forcing scroll bars to stop page jog - http://www.splintered.co.uk/experiments/49/ */
html { margin-bottom: 1px; min-height: 100%; }


#header{
	padding-top:0px;
	width: 100%;
	background-color: #FFFFFF;
}

div#outer {
	background-image: url(../images/back.gif);
	background-repeat: repeat-y;
	width: 760px;
	margin:auto;
	border: solid #CCCCCC thin;
	margin-top: 7px;
}
div#outer2 {
	background-image: url(../images/backleft2.gif);
	background-repeat: repeat-y;
	width: 760px;
	margin:auto;
	border: solid #CCCCCC thin;
	margin-top: 7px;
	background-color: #FFFFFF;
}

body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E5F9D2;
} 
#wrapper{
	width: 590px;
	min-height: 550px;
	float: left;
	clear: both;
	position: relative;
	background-image: url(../images/image.jpg);
	background-repeat: no-repeat;
	background-position: 0 100%;
}
#wrapper2{
	width: 760px;
	min-height: 550px;
	float: left;
	clear: both;
	position: relative;
	background-image: url(../images/image.jpg);
	background-repeat: no-repeat;
	background-position: 0 100%;
}


#content{
	margin-top:30px;
	margin-right:20px;
	width: 370px;
	float: right;
	right: 180px;
}
#content2{
	margin-top:20px;
	margin-right:20px;
	float: right;
	width: 520px;
}

#content p, #content2 p, #content2 ul{
	font-size: 0.7em;
	text-align: left;
	margin-bottom:1.2em;
	line-height: 1.2em;
}
#content h2, #content2 h2{
	font-size: 1.6em;
	font-weight:normal;
	margin-bottom:1.0em;
	color:#005791;
}
#content h3, #content2 h3{
	font-size: 1em;
	font-weight:normal;
	margin-bottom:1em;
	color:#669933;
}


/* main nav bar */
	
div#nav {
	float:left;	
	font-size:0.6em; 
	font-weight:bold;
	width:760px;
	margin: 0 0 0 0;
	background-color: #b4d66f; 
 	display: inline;
    position: relative;
    z-index: 10;
}
		
div#nav ul {
	margin: 0; 
	padding: 0; 
}
			
div#nav li {
	text-align:center;
	position: relative;
	list-style: none;
	height:2.5em;
	margin: 0;
	float: left;
	width: 8.6em;
	border-right: 1px solid #FFFFFF;
}

div#nav li.end {
	width:9.5em;
	line-height:1.3em;
	border-right: none;
}
			
div#nav li a:hover {background: #ebfbcc;}

div#nav li a {
	display: block;
	text-decoration: none;
	color:#064974;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:7px;
}
div#nav li a.wrapped {
    margin: 0;
	padding-top:0;
	padding-bottom:0;
	padding-left:5px;
	padding-right:5px;
}
  
div#nav>ul a {
	width: auto;
}

/* sub-menu bar */

div#nav li.submenu a:hover {background-color: #ebfbcc;}

div#nav ul ul {
	padding-top:1px;
	position: absolute;
	left:-1px;
	width: 8.6em;
	display: none;
	background-color: #d6ebac;
}

div#nav ul ul li {text-align:left;font-weight:normal;	height:auto;}
div#nav ul.level1 li.submenu:hover ul.level2 {display:block;}

div#nav ul ul li a {
	height:auto;	
	display: block;
	padding-left: 3px;
	padding-top:3px;
	padding-bottom:3px;
	border-bottom: 1px solid #FFFFFF;	
}




#rightbar{
	width: 170px;
	float: right;
 	min-height: 535px;
    height: 535px;
}
#rightbar h1{
	padding:3px;
	margin-top:20px;
	font-size: 0.9em;
	color:#000;
	background-color: #b4d66f;
}
#rightbar p{
	font-size: 0.8em;
	font-weight:bold;
	color:#0072bc;
	margin-top:1em;
}

#leftbar{
	width: 170px;
	float: left;
}
#leftbar_img{
	height:144px;
	background-image: url(../images/side.jpg);
	background-repeat: repeat-y;
}
#leftbar h1{
	padding:3px;
	margin-top:20px;
	font-size: 0.9em;
	color:#ffffff;
	background-color: #0072bc;
}
#leftbar p{
	padding:5px;
	font-size: 0.6em;
}
#leftbar h2{
	color:#00538a;
	padding:5px;
	font-size: 0.8em;
}


a:link{
	color:#0072bc;
	font-weight:bold;
	text-decoration: underline;
	}
a:visited{
	color:#0072bc;
	font-weight:bold;
	text-decoration: none;
	}
a:hover{
	text-decoration: underline;
	}

#footer {
	position:relative;
	clear:both;
	height:15px;
	background-color:#b4d66f;
	font-size: 9px;
	text-align: center;
	padding-top: 4px;
}
