body {
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#4c3d3b;
	background:#82a199;
	}
	
#container {
	width:930px;
	margin: 0 auto;
		background:#FFFFFF;
	}
	
/*  Nav */
	
#topNav {
	margin:0 0 0 660px;
	}
	
#topNav ul, #topmainNav  ul {
	list-style:none;
	margin:0;
	padding:0;
	}
	
#topNav li {
	display:inline;
	}

#topmainNav {

	padding:140px 0 0 490px;
	}
	
#topmainNav  li {
	float:left;
	}
	
.topmainNav01 a {
	display:block;
	background:url(../images/topmainNav_01.jpg);
	width:100px;
	height:44px;
	}
	
.topmainNav01 a:hover {
	display:block;
	background:url(../images/topmainNav_01.jpg);
	background-position:-100px;
	width:100px;
	height:44px;
	}
	
.topmainNav02 a {
	display:block;
	background:url(../images/topmainNav_02.jpg);
	width:105px;
	height:44px;
	}
	
.topmainNav02 a:hover {
	display:block;
	background:url(../images/topmainNav_02.jpg);
	background-position:-105px;
	width:105px;
	height:44px;
	}
	
.topmainNav03 a {
	display:block;
	background:url(../images/topmainNav_03.jpg);
	width:150px;
	height:44px;
	}
	
.topmainNav03 a:hover {
	display:block;
	background:url(../images/topmainNav_03.jpg);
	background-position:-150px;
	width:150px;
	height:44px;
	}
	
.topmainNav04 a {
	display:block;
	background:url(../images/topmainNav_04.jpg);
	width:115px;
	height:44px;
	}
	
.topmainNav04 a:hover {
	display:block;
	background:url(../images/topmainNav_04.jpg);
	background-position:-115px;
	width:115px;
	height:44px;
	}
	
/* */	

#logobar {
	width:930px;
	height:40px;
	background:url(../images/harpsystems3.jpg);
	}

#banner {
	width:930px;
	height:28px;
	background:url(../images/menubar2.gif);
	/*color: #e7b64f;*/
	color: #dddddd;
	}
	
#wrapcontent {
	background:url(../images/bg-content.jpg) repeat-y;
	}
	
#wrapcontentReports {
	background:url(../images/bg-content.jpg) repeat-y;
	}
	
#wrapcontentHome {
	background:url(../images/bg-content1.jpg) repeat-y;
	}
	
#contentHome {
	/*background:url(../images/home3.jpg) top no-repeat ;*/
	}
	
#contentReports {
	background:url(../images/bg-downrepots.jpg) bottom no-repeat ;
	}
	
#contentResources {
	background:url(../images/bg-downresources.jpg) bottom no-repeat ;
	}

#contentAboutUs {
	background:url(../images/bg-downblank.jpg) bottom no-repeat ;
	}
		
#contentFuel {
	background:url(../images/bg-downfuel.jpg) bottom no-repeat ;
	}
	
	
#secondary	{
	width:230px;
	float:left;

	height:370px;
	}

#primary {
	float:right;
	width:730px;
	padding-right:10px;
	}
	
#primaryHome {
	float:right;
	width:930px;
	height:300px;
	padding-right:10px;
	}
	
hr {
	border:1px solid #c7d3bb;
	}
	
/*----- Text ------ */	
h1 {
	font-size:15px;
	font-weight:bold;
	color:#45800d;
	}
	
.link a, .link a:visited, .link a:active {
	text-decoration:none;
	color:#caa84d;
	}
	
.link a:hover {
	text-decoration: underline;
	color:#caa84d;
	}
	
