body {
	background-color:#5a3d1b;
	font:normal 11px Arial, Helvetica, Sans-Serif;
	font-size:11px;
	color:#898989;
}

h1 {
	font-family:Garamond, Georgia, "Times New Roman";
	color:#4b2a12;
	font-size:17px;
}

h2 {
	font-family:Garamond, Georgia, "Times New Roman";
	color:#4b2a12;
	font-size:12px;
	padding-top:20px;
}

h3 {
	font-family:Garamond, Georgia, "Times New Roman";
	color:white;
	font-size:10px;
	padding-left:17px;
	padding-bottom:10px;
}

h4, h5 {
	font-family:Garamond, Georgia, "Times New Roman";
}

.h1 {
	padding-top:10px;
	margin-left:-1px;
}

.h2 {
	padding-top:3px;
	margin-left:-1px;
}

.h3 {
	padding-left:6px;
	padding-top:4px;
}

#nav {
	padding-top:85px;
}

#nav h2 {
	color:white;
	text-decoration:none;
	padding:4px;
}

#nav ul {
	padding:0;
	margin:0;
	list-style:none;
	float:right;
	display:inline;
}

#nav li {
	float:left;
	position:relative;
	width:98px;
	height:28px;
	background-image:url(../images/button_bg.gif);
	background-repeat:no-repeat;
}

#nav .firstLI {
	background-image:none;
}

#nav a {
	color:white !important;
	text-decoration:none;
}

img {
	border:none;
}

#mycustomscroll img {
	padding:10px;
}

#printLogo, #printFooter {
	display:none;
}

#wrapper {
	width:822px;
	text-align:left;
	margin:0px auto;
	padding:0px;
	border:0;
	margin-top:0px;
}

#header {
	margin:0px;
	float:left;
	width:315px;
	display:inline;
	padding:0px;
	height:107px;
}

#left {
	float:left;
	width:171px;
	height:535px;
	background-image:url(../images/homeLeft.gif);
	background-repeat:no-repeat;
}

#content {
	float:left;
	width:602px;
	background-image:url(../images/homeContent.gif);
	background-repeat:no-repeat;
	background-color:#ededed;
	height:515px;
	padding-right:10px;
	padding-top:20px;
}

#content .home, #content .home p {
	margin-top:-10px;
}

#content .home h2 {
	margin-top:-15px;
}

#right {
	float:right;
	width:39px;
	height:535px;
	background-image:url(../images/homeRight.gif);
	background-repeat:no-repeat;
}

#footer {
	height:30px;
	color:#AD9E8D;
}

#leftFooter {
	display:inline;
	padding-left:60px;
	padding-top:10px;
	width:300px;
	float:left;
}

#rightFooter {
	width:400px;
	float:left;
	margin-top:-10px;
	padding-top:9px;
	padding-left:0px;
	text-align:right;
}

#rightFooter li {
	display:inline;
}

#header img {
	display:inline;
	padding:0px;
	margin:0px;
	padding-top:5px;
}

.act {
	clear:both;
}

.textbox1, .textbox2 {
	margin-left:286px;
}

.textbox1 p {
	padding-top:10px;
}

.textbox3 {
	margin-left:299px;
}

.textbox4 {
	margin-left:327px;
}

.textbox5 {
	margin-left:350px;
}

.textbox6 {
	margin-left:374px;
}

.textbox7 {
	margin-left:400px;
}

.textbox8 {
	margin-left:200px;
}

a:link, a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color:#898989;
	text-decoration:underline;
}

a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:underline;
}

#footer a:link, #footer a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#AD9E8D;
	text-decoration:none;
}

#footer a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}

.quote {
	font-style:italic;
}

/*#mycustomscroll {
	width:480px;
	height:390px;
	overflow:visible;
	position:relative;
	background-color:transparent;
	margin:0.3em auto;
	margin-top:20px;
	padding:0px 15px 15px 0px;
	font:normal 12px Arial, Helvetica, Sans-Serif;
	line-height:16px;
	color:#898989;
}*/

#mycustomscroll {
/* Typical fixed height and fixed width example */
	width:480px;
	height:390px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color:none;
	margin: 0.3em auto;
	padding:0px 15px 15px 0px;
	line-height:16px;
	margin-top:20px;
}

#mycustomscroll2 {
	/* Typical fixed height and fixed width example */
	width: 340px;
	height: 250px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color:none;
	margin: 0.3em auto;
	padding:0px 15px 15px 0px;
	line-height:16px;
	margin-top:20px;
}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
	width: 550px;
	height: auto;
	position: relative;
	color: black;
	padding: 1px;
}