﻿/*  This CSS file formats the fonts, colors, links as well as setting how 
certain elements on the page are displayed.  */

html {
	height: 100%; 
	margin-bottom: 1px;}
	
body {
	background: #007100 url("images/background.jpg") repeat-x;
	color: #000000;
	font: normal 76% Verdana, Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;	
	text-align: center;}

hr {
	background-color: #cf0707;
	color: #cf0707;
	border: none;
	height: 1px;
	width: 100%;}

img {
	border: none;}


/*  To keep the content centered on the page, all of the areas
are placed within a wrapper. The item below defines this wrapper.  */

#wrapper {
	width: 900px;
	text-align: left;
	margin: 0 auto;}
	
/*  The items below set the properties of the top header. The global
navigation and main navigation links are positioned to sit on top
of the header image  */

#header {
	background-image: url('images/huon-valley-header.jpg');
	color: #FFFFFF;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 0;}
	
#pb {
    background-image: url('images/TOPlogo-backgroundTransparent.gif');}

#global {
	position: relative;
	left: 0;
	top: 5px;
	width: 896px;
	text-align: left;
	padding-right: 0px;
	color: #000000;
	height: 20px;
	font-size: 85%;}
	
#global a {
	color: #99110b;
	font-weight: normal;
	text-decoration: none;}

#global a:hover {
	color: #656565;
	font-weight: normal;
	text-decoration: underline;}

#top_nav {
}

#container {
	color: #007100;
	border-top: 2px solid #007100;
	border-right: 2px solid #007100;
	border-bottom: 2px solid #007100;
	border-left: 2px solid #007100;
	background-color: #66ff33;
	position: relative;
	width: 896px;}
	
	
/*  The items below sets the properties for the left
colum and navigation links. */

#navleft {
	text-align: center;
	word-spacing: 1px;
	color: #007100;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	width: 118px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 10px 0 0 0;
	height: 20px;}

#navleft a {
	word-spacing: 1px;
	color: #007100;
	font-weight: bold;
	text-decoration: none;}

#navleft a:hover {
	background-color: #007100;
	color: #FFFF00;
	font-weight: bold;
	text-decoration: underline;}
	
#navleftsmall {
	text-align: center;
	word-spacing: 1px;
	color: #007100;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	width: 118px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 10px 0 0 0;
	height: 20px;}
	
#navleftsmall a {
	word-spacing: 1px;
	color: #007100;
	font-weight: bold;
	text-decoration: none;}
	
#navleftsmall a:hover {
	background-color: #007100;
	color: #FFFF00;
	font-weight: bold;
	text-decoration: underline;}

/*  The items below sets the properties for the right
colum and navigation links. */
	
#navright {
	background-color: #007100;
	text-align: center;
	word-spacing: 1px;
	color: #66ff33;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	width: 99%;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 10px 0 0 0;
	height: 20px;
}

#navright a {
	word-spacing: 1px;
	color: #66ff33;
	font-weight: bold;
	text-decoration: none;}

#navright a:hover {
	color: #FFFF00;
	font-weight: bold;
	text-decoration: underline;}
	
/*  The items below sets the properties for
the body and navigation links. */

#navbody {
	background-color: #66FF33;
	text-align: center;
	word-spacing: 1px;
	color: #000000;
	font-size: 17px;
	font-weight: normal;
	text-decoration: none;
	width: 600px;
	position: relative;
	left: 0px;
	top: 0px;
	padding: 0 0 0 0;
	height: 20px;}

#navbody a {
	word-spacing: 1px;
	color: #007100;
	font-weight: bold;
	text-decoration: none;}

#navbody a:hover {
	background-color: #007100;
	color: #FFFF00;
	font-weight: bold;
	text-decoration: underline;}

#page_content {
	font-size: 17px;
	color: #000000;
	margin-right: 100px;
	margin-left: 115px;
	border-right: 2px solid #007100;
	border-left: 2px solid #007100;
	padding: 10px 10px 10px 10px;}
	
#right_col {
	width: 100px;
	position: absolute;
	border-left: 2px solid #007100;
	right: 0px;
	top: 0px;
}

/*  The items below set the footer properties as well as the text
and links that appear in this area  */

#footer {
	clear: both;
	border-top: 2px solid #66ff33;
	color: #FFFF00;
	padding: 20px 0;
	text-align: center;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1.7em;
	font-size: 100%;
	height: 50px;}

#footer a {
	color: #66ff33;
	font-weight: bold;}
	
#footer a:hover {
	color: #FFFF00;
	font-weight: bold;}

#footer p {
	margin: 0;
	padding: 0;}
	
/*  The items below set the properties for the fonts, sizes, and
colors used for headings 1 through 6. Typically h1 - h3 are used
in the main content area and h4 - h6 are used in the sidebar  */

h1 {
	color: #000000;
	font: bold 22px Tahoma, Geneva, sans-serif;
	text-align: center;
	letter-spacing: 1px;}

h2{
	color: #cf0707;
	font: normal 50px Tahoma, Geneva, sans-serif;
	text-align: center;}

h3{
	color: #000000;
	font: bold 20px Tahoma, Geneva, sans-serif;
	text-align: left;}

h4 {
	border-bottom: 1px dashed #858585;
	color: #858585;
	font: bold 16px Arial, Helvetica, sans-serif;
	text-align: left;}

h5 {
	border-bottom: 1px dashed #858585;
	color: #858585;
	font: bold 16px Arial, Helvetica, sans-serif;
	text-align: left;}

h6 {
	color: #cf0707;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin-bottom: 0;
	padding-bottom: 0;}
.left {
	text-align: left;}
	
.center {
	text-align: center;}


.style1 {
	position: absolute;
	width: 128px;
	height: 121px;
	z-index: 1;
	left: 381px;
	top: 16px;}
	
.style2 {
	position: absolute;
	width: 128px;
	height: 121px;
	z-index: 1;
	left: 379px;
	top: 10px;}
	
.style3 {
	position: absolute;
	width: 753px;
	height: 54px;
	z-index: 2;
	left: 509px;
	top: 98px;}
	
.style4 {
	color: #FFFF00;
	font-size: 30px;}

.style5 {
	position: absolute;
	width: 753px;
	height: 54px;
	z-index: 2;
	left: 509px;
	top: 98px;
	font-size: x-large;}

.style6 {
	left: 0px;
	top: 0px;}
	
.style7 {
	text-align: center;
	font-size: medium;}
	
.style8 {
	text-align: center;}
	
.style9 {
	color: #007100;
	font-size: 17px;
	font-weight: bold;}
	
.style10 {
	color: #007100;
	font-size: 12px;
	font-weight: bold;}

.style11 {
	background-color: #007100;
	color: #66ff33;
	font-size: 13px;
	font-weight: bold;}
	
.style12 {
	background-color: #007100;}
	
.style13 {
	color: #66ff33;
	font-size: 13px;
	font-weight: bold;}

.style16 {
	border-style: none;
	border-width: 0;
	width: 900px;
	height: 128px;
	background-image: url('images/huon-valley-header.jpg');
	border-collapse: collapse;}
	
.style17 {
	width: 103px;
	background-image: url('images/TOPlogosmall2.jpg');
	background-position: top center;
	background-position: center center;}
	
.style18 {
	height: 11px;}
.style19 {
	color: #FFFF00;
	font-size: x-large;
	text-align: center;
	height: 50px;}
.style20 {
	position: absolute;
	width: 117px;
	height: 100px;
	z-index: 1;
	left: 0px;
	top: 610px;
}
.style21 {
	left: 0px;
	top: 0px;
	height: 77px;
}
.style22 {
	width: 100%;
	text-align: center;
	word-spacing: 1px;
	color: #007100;
	font-size: 16px;
	font-weight: bold;
}
.style23 {
	background-color: #66FF33;
	border-style: none;
}
.style24 {
	height: 20px;
	background-color: #66FF33;
}
.style25 {
	height: 20px;
	border-style: solid;
}
.style26 {
	height: 20px;
	border-style: none;
	width: 98%;
}
.style27 {
	border-width: 0;
	background-color: #66FF33;
}
.style29 {
	border-top: 2px solid #66ff33;
	height: 20px;
	width: 98%;
}
.style30 {
	bottom: 62px;
}
.style30 {
	bottom: 62px;
}
.style31 {
	border-left: 0px solid #66FF33;
	border-right: 0px solid #66FF33;
	border-bottom: 0px solid #66FF33;
	border-top: 0px solid #66ff33;
	height: 20px;
	width: 98%;
}
.style32 {
	border-collapse: collapse;
	font-size: 7.0pt;
	width: 500px;
	margin-left: 7.2pt;
	margin-right: 7.2pt;}
	
.style33 {
	width: 95%;
}
.style34 {
	border: 1px solid #000000;
	width: 23%;
	font-size: 14px;
	font-weight: lighter;
}
.style35 {
	border: 1px solid #000000;
	width: 23%;
	font-size: 14px;
	font-weight: lighter;
}
.style36 {
	border: 1px solid #000000;
	width: 20%;
	font-size: 14px;
	font-weight: lighter;
}
.style37 {
	border: 1px solid #000000;
	width: 10%;
	font-size: 14px;
	font-weight: lighter;
}
.style38 {
	border: 1px solid #000000;
	width: 96%;
	border-collapse: collapse;
}
.style39 {
	border: 1px solid #000000;
	width: 23%;
	font-size: 16px;
	font-weight: bold;
}
.style40 {
	border: 1px solid #000000;
	width: 20%;
	font-size: 14px;
	font-weight: lighter;
}
.style41 {
	border: 1px solid #000000;
	width: 65px;
}
.style42 {
	border: 1px solid #000000;
	width: 116px;
}
.style43 {
	border: 1px solid #000000;
	width: 135px;
}
.style44 {
	font-weight: bold;
	width: 20%;
	font-size: 16px;
	border: 1px solid #000000;
}
.style45 {
	border: 1px solid #000000;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.style30 {
	bottom: 62px;
}
.style31 {
	border-left: 1px solid #66FF33;
	border-right: 1px solid #66FF33;
	border-bottom: 1px solid #66FF33;
	border-top: 1px solid #66ff33;
	height: 20px;
	width: 98%;
}
.style47 {
	border: 1px solid #000000;
	width: 126px;
}
.style48 {
	width: 99px;
}
.style49 {
	border: 1px solid #000000;
	width: 99px;
}
.style50 {
	width: 103px;
	font-size: 17px;
	font-weight: bold;
}
.style51 {
	border: 1px solid #000000;
	width: 103px;
}
.style53 {
	border: 1px solid #000000;
	width: 10%;
	font-size: 16px;
	font-weight: bold;
}
.style54 {
	border: 1px solid #000000;
	width: 55px;
}
.style57 {
	font-weight: bold;
	width: 23%;
	font-size: 16px;
	border: 1px solid #000000;
}
.style58 {
	width: 227px;
	border: 1px solid #000000;
}
.style59 {
	width: 20%;
	font-size: 16px;
	font-weight: bold;
}
.style60 {
	border: 1px solid #000000;
	width: 113px;
}
.style61 {
	height: 20px;
	width: 99%;
	border-collapse: collapse;
	border-left-color: #66FF33;
	border-left-width: 0;
	border-right-color: #66FF33;
	border-right-width: 0;
	border-top-color: #66ff33;
	border-top-width: 0;
	border-bottom-color: #66FF33;
	border-bottom-width: 0;
}
.style62 {
	width: 656px;
}
.style63 {
	width: 100%;
	border: 1px solid #000000;
	border-collapse: collapse;
}
.style64 {
	border: 1px solid #000000;
	font-size: 16px;
	font-weight: bold;
}
.style65 {
	border: 1px solid #000000;
	width: 200px;
	font-size: 16px;
	font-weight: bold;
}
.style66 {
	border: 1px solid #000000;
	width: 102px;
	font-size: 16px;
	font-weight: bold;
}
.style67 {
	border: 1px solid #000000;
	width: 162px;
	font-size: 16px;
	font-weight: bold;
}

.style68 {
	border: 1px solid #000000;
	font-size: 14px;
	font-weight: lighter;
}
.style69 {
	border: 1px solid #000000;
	width: 200px;
	font-size: 14px;
	font-weight: lighter;
}
.style70 {
	border: 1px solid #000000;
	width: 102px;
	font-size: 14px;
	font-weight: lighter;
}
.style71 {
	border: 1px solid #000000;
	width: 162px;
	font-size: 14px;
	font-weight: lighter;
}
.style72 {
	border: 1px solid #000000;
	width: 50%;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.style73 {
	border: 1px solid #000000;
	width: 50%;
	text-align: center;
	font-size: 14px;
	font-weight: lighter;
}
