body {
	margin:0;
	padding:0;
	background-color: #999999;
	background-image: url(../_images/background.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#wrapper {
	width:798px;
	margin-left:auto;
	margin-right:auto;
}
p, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	}
p {
	margin-bottom:20px;
	}
form, input, textarea {
	margin:0;
	padding:0;
	}
#contactform input {
	margin-bottom:8px;
	width:150px;
	}
#contactform textarea {
	margin-bottom:8px;
	width:350px;
	height:200px;
	}
#contactform .special {
	width:5px;
	visibility:hidden;
	}
img {
	border-top: 0 none;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 0 none;
	}
h1 {
	font-size:16px;
	color:#CC0000;
	margin-bottom:20px;
	}
h2 {
	font-size:14px;
	font-weight:bold;
	color:#CC0000;
	margin-bottom:20px;
	}
a:link {
	color:#0000CC;
	text-decoration:underline;
	}	
a:visited {
	color:#666666;
	text-decoration:underline;
	}
a:hover {
	color:#0000CC;
	text-decoration:underline;
	}
a:active {
	color:#0000CC;
	text-decoration:underline;
	}
#content li {
	margin-bottom:10px;
	}
#leftborder {
	background-image:url(../_images/borderleft.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	width:19px;
	}
#rightborder {
	background-image:url(../_images/borderright.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width:19px;
	}
#sidebarcell {
	width:150px;
	background-color: #545755;
	background-image: url(../_images/sidebarbg.jpg);
	background-position: center top;
	color: #FFF;
	border-right:solid 1px #333;
	background-repeat: repeat;
	}
#contentcell {
	width:610px;
	background-color:#FFFFFF;
	}
#content {
	padding:40px;
	}
#nav {
	margin: 35px 0 31px 0;
	}
#nav a {
	display:block;
	font-size:14px;
	text-decoration:none;
	padding: 4px 0 4px 8px;
	border-bottom: solid 1px #CCCCCC;
	}
#nav a:link, #nav a:visited {
	background-color: #4C4C4C;
	color: #CCCCCC;
	}
#nav a:hover, #nav a:active {
	background-color: #838282;
	color: #CCCCCC;
	}
#isflogosidebar {
	text-align:center;
	margin-bottom:35px;
}
#leeinfo {
	margin: 0 0 50px 0;
	background-color: #4C4C4C;
	padding: 8px;
	text-align:center;
	border-bottom:solid 1px #CCCCCC;
	border-top:solid 1px #CCCCCC;
	}
#leeinfo p {
	margin-bottom:5px;
	}
#leeinfo #name {
	font-size:16px;
	font-weight:bold;
	}
#leeinfo #title {
	font-size:10px;
	}
#leeinfo #number {
	color:#999999;
	font-weight:bold;
	margin-bottom:0;
	}
#footer {
	text-align:center;
	font-size:10px;
	color:#999999;
	border-top:solid 1px #CCC;
	padding-top:10px;
	margin-left:40px;
	margin-right:40px
	}
#footer img {
	margin-bottom:8px;
	}
#footer a:link, #footer a:visited {
	text-decoration:none;
	color:#999999;
	}
#footer a:hover, #footer a:active {
	text-decoration:underline;
	color:#999999;
	}
.clear {
	margin:0;
	padding:0;
	clear:both;
	}	
.infoblock {
	margin-bottom:20px;
	border-bottom:solid 1px #CCC;
	}
.testimonialsource {
	color:#999999;
	}
.imgright {
	float:right;
	margin-left:30px;
	clear:left;
	text-align:center;
	}
.imgtxt {
	font-size:10px;
	color:#999;
	}
.formlabel {
	color:#999999;
	font-weight:bold;
	padding-right:8px;
	padding-bottom:8px;
	}