/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font: small Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
}

#header {
	background-color: #AAD8BB;
	padding: 1px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper {
	width: 840px;
	text-align: center;
	background-image: url(images/shadow-print.jpg);
	background-position: center;
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
}
#copy_outer {
	padding: 0px;
	width: 840px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#copy_inner {
	padding: 0px;
	width: 800px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#mainbody {
	text-align: left;
	padding: 20px;
	width: 540px;
	float: right;
}
#lhnav {
	text-align: right;
	width: 212px;
	padding-top: 30px;
	padding-bottom: 30px;
	float: left;
	min-height: 950px;
}
#footer {
	padding: 0;
	margin: 0;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color: #ffffff;
	width: 800px;
	text-align: center;
	color: #333333;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.boldtitle {
	font-weight: bold;
	font-size: 16px;
}
.smalltext  {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}
.sidehead {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	text-align: right
}
a, a:visited {
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


.sidewhite, .sidewhite a, .sidewhite a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 15px;
}
.sidewhite a:hover {
	text-decoration: underline;
}
/* CSS FOR TOP NAV */
#topnav li {
	display: inline;
}
#topnav ul {
	text-align: center;
	padding: 0;
	margin: 0;
}
#topnav a, #topnav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 12px;
	text-decoration: none;
}
#topnav a.selected, a.selected {
	color: #000000;
}
#topnav a:hover {
	text-decoration: underline;
}
#topnav {
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color: #ffffff;
	display: none;
	visibility: hidden;
}
#sidetestimonials {
	width: 160px;
	right: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	background: #475F5E;
	padding: 8px;
	text-align: center;
	background-image:  url("images/testbg.jpg");
	border: 1px solid #333333;
	display: none;
	visibility: hidden;
}
#sidetestimonials a, #sidetestimonials a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: cyan;
	font-size: 10px;
	text-decoration: none;
	background-repeat: repeat;
}
.recommend {
	font-size: x-small;
	color: #000000;
	font-weight: normal;
	display: none;
	visibility: hidden;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #465E5E;
	font-weight: normal;
}
.hidelink, .hidelink a, .hidelink a:link, .hidelink a:visited, img .hidelink {
	font-weight: bold;
	color: #006666;
	text-decoration: none;
	display: none;
	visibility: hidden;
}
li {
	padding-bottom: 10px;
}
h2 {
	font-size: 15px;
	color: #666666;
}
input {
	font-size: x-small;
	border: 1px solid #93AEAD;
}

