body	{
	margin: 0;
	padding: 0;
	height: 100%;
	
	font-family: Verdana; 
	font-size: 80%; 
	color: #045746; 
	
	
	
	background-color: #bbd8c7;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	}

#wrapper	{
	position: absolute;
	width: 760px;
	height: 100%;
	left: 50%;
	margin-left: -380px;
	background-color: #ffffff;
	}

#header {
	height: 240px;
	background-color: #FFFFFF;
	color: #045746;
}

#footer {
	margin-top: 40px;
	background-color: #ffffff;
	width: 100%;
	height: 85px;
}

p {
	font-size:1em;
}
	
h1, p, form {
	margin: 0;
	padding-bottom: 1em;
}
	
h1 {
	font-size: 1.6em;
	line-height: 1em;
	font-family: "Times New Roman", Georgia, serif;
	margin-bottom: 0.5em;
}

#navcontainer .head {
	margin-left: 10px;
	color: #045746;
	font-size: 20px;
}
 
#navcontainer ul {
	list-style-type: none;
	text-align: left;
	margin-left: 15px;
}

#navcontainer ul li a {
	padding-left: 15px;
	text-align: left;
	font: normal 13px verdana, lucida, sans-serif;
	line-height: 22px;
	text-decoration: none;
	color: #666666;
}

#navcontainer ul li a:hover {
	background: transparent url(../images/list-active.gif) left center no-repeat;
	color: #045746;
}

#navcontainer ul li a#current {
	background: transparent url(../images/list-active.gif) no-repeat left center;
	color: #666;
}

#col1 {
	position: absolute;
	width: 200px;
	left: 12px;
	top: 30px;
}

#col2 {
	position: absolute;
	width: 210px;
	left: 180px;
	top: 30px;
}

/*#col3 {
	position: absolute;
	left: 390px;
	width: 210px;
	top: 30px;
}*/

#col4 {
	position: absolute;
	width: 130px;
	/*left: 600px;*/
	left: 390px;
	top: 30px;
}

#content a {
	color: #666666;
}

#content ol	{
	margin-top: 5px;
	margin-left: 25px;
	}

#content h1	{
	padding: 0;
	}

#content .imagebar	{
	margin: 0;
	float: left;
	}

#content .imagebar img	{
	margin: 0;
	float: left;
	}

#leftcontent	{
	position: relative;
	width: 358px;
	left: 42px;
	float: left;
	}

#rightcontent	{
	position: relative;
	width: 322px;
	left: 60px;
	margin-top: 35px;
	}

#widecontent	{
	position: relative;
	width: 700px;
	left: 42px;
	float: left;
	}

label {
	width: 140px;
	float: left;
	text-align: left;
	margin: 0 10em 10px 0
	clear: both;
}

.input-box {
	margin-bottom: 10px;
	border: 1px solid;
}

.submit-box	{
	border: 1px solid;
	background: #bbd8c7;
	}

.p2 {
	text-align: left;
}