/* by Chad Coleman at FT11 Business Systems. */



html{font-size:100.01%}
html, body, form, fieldset{margin:0; padding:0}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address{margin:0 0 1em 0; padding:0}
li, dd, blockquote{margin-left:1em}
form label{cursor:pointer}
fieldset{border:none}
input, select, textarea{font-size:100%; font-family:inherit}
*{margin:0}
a{outline:none}
.treetable img {border: 1px solid #CCCCCC;
	padding: 6px;}
.clearboth {
	clear: both;
}
.alignleft {
	float: left;
	margin-right: 12px;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
	padding: 6px;
}
.block {
	clear: both;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}



body {
	background-image: url(../imgs/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000;
}

#wrapper {
	width: 931px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	height: 244px;
}
#header h1 {
	display: none;
}

#nav {
	background-color: #111;
	height: 35px;
	padding-top: 8px;
	padding-left: 8px;
}
#nav li {
	list-style-type: none;
	padding: 0px;
	display: inline;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nav a:link, #nav a:visited {
	color: #fff;
	text-decoration: none;
	font-size: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#nav a:hover, #nav a:active {
	color: #853DA3;
}



#contain {
	background-color: #fff;
	padding-top: 12px;
	padding-bottom: 15px;
}
#left {
	float: left;
	width: 300px;
	margin-left: 15px;
}
#right {
	float: right;
	width: 540px;
	margin-right: 15px;
	font-family: "Lucida Sans", Arial, Verdana, Helvetica, sans-serif;
	color: #333;
	line-height: 133%;
	font-size: 15px;
}
#right h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 26px;
	margin-top: 12px;
}
#right .preamble {
	font-size: 24px;
	color: #3b3385;
	line-height: 133%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
#right ul li {
	background-image: url(../imgs/li_ball.jpg);
	background-repeat: no-repeat;
	background-position: left 8px;
	list-style-type: none;
	padding-left: 35px;
	margin: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.treetable {
	text-align: center;
}




#footer {}
