html {  
  	height: 100%;
}
body {
  	margin: 0;		
    padding: 0;
  	width: 100%;
  	height: 100%;
  	background-color: #ffffff;
    color: #000000;
  	text-align: center;
}
h2 {
  	padding: 15px 0 5px 0px;		
    margin: 0;
  	width: 655px;
  	color: #f65c02;
  	border-bottom: 2px #838f00 groove;
    text-align: right;    font-family: sans-serif;}
#top {
  	margin: 0;		
  	padding: 0;
  	width: 100%;	
  	height: 416px;
  	position: absolute;
  	left: 0;		
  	right: 0;
  	color: inherit;
  	background: url(bg.jpg) repeat-x top center #FFF;
}

#top h1 {
    padding: 0;		
    margin: 0;
  	color: #f65c02;
  	font-family: sans-serif;
  	margin-top: 36px;
  	float: left;
  	margin-left: 56px;
  	text-decoration: none;
}

#container {
  	width: 675px;
  	position: relative;
	margin-left: auto;		
	margin-right: auto;		
	padding-top: 14px;		
	top: 74px;
  	background-color: #fff;
  	text-align: left;
}

#shadow {
  	width: 675px;		
  	height: 17px;
  	position: absolute;		
  	top: 0;
  	background: #fff url(conshadow.png) no-repeat top center;
}

#hornav {
        position: relative;
        top: 119px;
        left: 35px;
        width: 675px;
        font-size:90%;
        margin: auto;
        line-height:normal;
        height: 66px;
}

#navlist ul {
        margin:0;
    	padding:10px 10px 0 50px;
    	list-style:none;
}

#navlist li {
        display:inline;
        margin:0;
        padding:0;
}

#navlist a:link, #navlist a:visited{
        font-weight: bold;
        text-decoration: none;
        color: #f65c02;        margin-left: 10px;font-family: sans-serif;}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover{
        border-bottom: 4px solid #dadada;
        color: #007e19;
}

#content {
  	width: 595px;	
}

.text {
  	width: 590px;
  	color: #4c4c4c;
  	margin-left: 10px;    padding-left: 5px;}

.text p {
    margin-bottom: 5px;
  	font-size: 12px;
  	font-family: sans-serif;    text-align: justify;}

.text p a, a:link, a:visited {
  	color: #89a874;
  	text-decoration: none;
}

.text p a:hover {
  	text-decoration: underline;    background-color: #dddddd;}

#footer {
  	width: 655px;
  	color: #f65c02;
  	margin-left: 10px;
  	padding-top: 20px;
  	border-top: 2px #838f00 groove;
  	text-align: center;
}

#footer a, a:link, a:visited {
  	color: #89a874;
  	text-decoration: none;
}

#footer a:hover {
  	text-decoration: underline;
  	background-color: #dddddd;
}


    
