﻿body
{
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	text-align:center;
}

#frame
{
	margin: 0 auto;
	width:901px;
}

#logo
{
	margin: 0 auto;
	background-image: url(images/logo.png);
	background-repeat:no-repeat;
	height: 159px;
}

#top
{
	margin: 0 auto;
	background-image: url(images/top.png);
	background-repeat:no-repeat;
	height: 57px;
}

#contentframe
{
	font-family: Arial;
	font: normal normal 100% serif;
	margin: 0 auto;
	background-image: url(images/contentbg.png);
	height: 563px;
	text-align: left;
	color: 444;
}

#tree
{
	text-align:left;
	background-image: url(images/tree.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 563px;
}

#content
{
	
}

#bottom
{
	margin: 0 auto;
	background-image: url(images/bottom.png);
	background-repeat:no-repeat;
	height: 55px;
}

#navlist
{
	margin: 10 0 0 20;
	width:133px;
	height:250px;
}

#navlist li
{
	padding-left: 10px;
	margin-top:10px;
	padding-top:0px;
	background-image: url(images/bullet1.png);
	background-repeat: no-repeat;
	background-position: 0 .5em
}

#navlist li a
{
	font-family:Arial;
	font-size:13pt;
	color:#00f;
	text-decoration:underline;
}

#navlist li a:hover
{
	text-decoration:underline;
}

.homesubtitle
{
	margin-top:0px;
	text-align:center;
	color:#005BA8;
	font-size:14pt;
}

.homesubnav
{
	text-align:center;
}

#subnavlist
{
	margin: 0;
}

#subnavlist li
{
	font-size: small;
	padding: 3px;
	color: #555;
	text-decoration: none;
	display: inline;
}

#subnavlist li a
{
	font-size: small;
	color: #555;
	text-decoration: underline;
}

#subnavlist li a:hover
{
	text-decoration:underline;
}

#contact
{
	margin-top:0px;
}

#contact a
{
	text-decoration:none;
	color:#444;
}

#contact a:hover
{
	text-decoration:underline;
	color:#444;
}

.homebltext
{

	color:#444;
	padding-left:25px;
}

.homebltitle
{

	color:#444;
	padding-left:25px;
}
.homebltitle
{
	font-size:11pt;
	font-weight:bold;

}

.homebltext
{
	font-size:11pt;
}

.homemain
{
	margin-top:20px;
	padding-left:20px;
	color:#444;
	font-size:13pt;
}

.homemain a
{
	color:#00f;
	text-decoration:underline;
}

.homemain a:hover
{
	text-decoration:underline;
}

.homemainquote
{
	margin-top:40px;
	padding-left:50px;
	color:#666;
	font-size:12pt;
	font-style: italic;
}

.sectiontitle
{
	margin: 20 0;
	padding: 5 0 0 20;
	background-image: url(images/bullet2.png);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	color:#005BA8;
	font-size:15pt;
}