body {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 0.7em;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

td {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	vertical-align: top;
}

th {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
}
#main {
	height: 494px;
	width: 800px;
	margin-top: -250px;
	margin-left: -400px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #000000;
	overflow: hidden;
}
#content {
	padding: 0px;
	height: 424px;
	width: 538px;
	overflow: auto;
	position: absolute;
	top: 35px;
	right: 0px;
}
#footer {
	overflow: hidden;
	height: 35px;
	bottom: 0px;
	position: absolute;
	width: 538px;
	left: 262px;
	text-align: center;
	vertical-align: baseline;
	background: #9EC3ED;
	border-top: 1px solid #000000;
	border-right: 1px #000000;
	border-bottom: 1px #000000;
	border-left: 1px #000000;
	font-size: 0.8em;
}

#header {
	background: #FFFFFF url(../t1-images/blueblock.gif) repeat-x center top;
	position: absolute;
	height: 35px;
	top: 0px;
	width: 800px;
	left: 0px;
	z-index: 2;
	overflow: hidden;
}
#header2 {
	position: absolute;
	height: 35px;
	top: 0px;
	width: 800px;
	left: 0px;
	padding-right: 5px;
	padding-left: 0px;
	z-index: 1;
	overflow: hidden;
}
#header2 h1 {
	font-size: 25px;
	font-weight: bold;
	color: #000000;
}
INPUT.submit
{
	border:1px #000 solid;
	background-color :#ECE9D8;
	font-size: 9px;
	width:80px;
	color: #000000;
	height: 18px;
	position: relative;
	top: 10px;
	right: 0px;
	margin-top: auto;
	margin-right: 5px;
	margin-bottom: auto;
}
INPUT.searchbox
{
	color : #000;
	font-family : verdana, arial, helvetica;
	font-size : 10px;
	border:1px #000 solid;
	background: #E8F1FF;
	margin-top: auto;
	margin-bottom: auto;
	height: 18px;
	position: relative;
	top: 10px;
	width: 110px;
}


#mainnav {
	background: url(../t1-images/nav-garden-bg.jpg) no-repeat;
	overflow: hidden;
	position: absolute;
	height: 424px;
	width: 262px;
	top: 35px;
	left: 0px;
}
#contactbox {
	position: absolute;
	height: 35px;
	width: 262px;
	bottom: 0px;
	left: 0px;
	overflow: hidden;
	background: #9EC3ED;
	border-top: 1px solid #000000;
	border-right: 1px #000000;
	border-bottom: 1px #000000;
	border-left: 1px #000000;
	text-align: center;
	font-weight: bold;
	font-size: 1.8em;
}
#contactbox td{
	font-size: 0.5em;
	padding: 2px 2px 1px;
}
#submenu {
	font-size: 0.8em;
	padding: 2px;
	float: right;
	width: 195px;
	background: #F8F7F1;
	border-top: 1px solid #999999;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 1px solid #999999;
	margin-right: 0px;
	margin-left: 5px;
	margin-top: 25px;	
}




#navlist
{
	width: 250px;
	margin-top: 0px;
	margin-left: 6px;
	font-size: 12px;
	padding: 1px;
	overflow: hidden;
    text-align: left;
}




#navlist li, #navlist ul{
	list-style: none;
	margin: 0px 1px 0px 1px;
	padding: 0px;
	
}
#navlist li {
	margin-top: 10px;
}
#navlist a{
	display: block;
	width: 100%;
	text-indent: 10px;
	padding: 5px;
}

#navlist li a , #navlist li a:visited,  #navlist li a:active,  #navlist li a:link{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	height: 15px;
	background: #E4E4D6;
	filter: Alpha(Opacity=90, FinishOpacity=50, Style=0, StartX=0, StartY=0, FinishX=100, FinishY=100);
	border: 1px solid #333333;
}
#navlist li a:hover {
	color: #000000;
	text-decoration: none;	
	background: #CCCCCC;
	

}
#navlist li a#current {
	color: #FFFFFF;
	background: #0066CA;	
	
}


.pad {
	padding: 5px;
}
.right {
	float: right;
	margin-left: 5px;
}
.rightpadten {
	float: right;
	margin-left: 5px;
	margin-right: 10px;
}
.left {
	float: left;
	margin-right: 5px;
}
.leftpadten {
	float: left;
	margin-right: 5px;
	margin-left: 10px;
}

a, a:link, a:visited, a:active{
	color: #0047B3;
}
a:hover {
	color: #006600;
	text-decoration: none;
	background: #ECE9D8;
}
INPUT.contact, TEXTAREA.contact{
	color : #000;
	font-family : verdana, arial, helvetica;
	font-size : 10px;
	border:1px #000 solid;
	background: #E8F1FF;
	width: 150px;
	margin: 2px;
	padding: 0px;
}




