body {
	background-color: #b9002a;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

li {
	margin-bottom: 10px;
}

#main {
	width: 800px;
	margin: 0px auto 0px auto;
}

#header {
}

#mainnav {
	height: 30px;
	background-color: #00817e;
	line-height: 30px;
	font-size: 13px;
}

#mainnav a {
	display: block;
	float: left;
	height: 30px;
	color: #FFF;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
}

#mainnav a:hover {
	background-color: #f89728;
}

#content {
}

#footer {
	height: 18px;
	background-color: #00817e;
	color: #FFF;
	font-size: 10px;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	color: #000;
}

#mainbox {
	width: 780px;
	height: 472px;
	background-color: #FFFFFF;
	background-image: url('image/bg_darkstripe.jpg');
	background-repeat: repeat-x repeat-y;
	padding: 10px;
	font-family: verdana, "trebuchet ms", sans-serif;
	font-size: 12pt;
	color: #333333;
}

#titlebox {
	width: 780px;
	height: 40px;
	background-color: #FFFFFF;
	background-image: url('image/header_gd2.png');
	background-repeat: repeat-x;
	background-position: bottom left;
	padding: 10px;
	margin: 0px;
	border-bottom: 0px solid #888888;
}

#titletext {
	font-size: 20pt;
	font-weight: bold;
	color: #FFFFFF;
}

.staff_photo {
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 2px;
	padding: 0px;
	border: 0px;
}

.staff_table {
	width: 780px;
}

.staff_table td {
	width: 50%;
	vertical-align: top;
	padding-bottom: 5px;
}

.client_table {
	width: 390px;
	border-collapse: collapse;	
}

.client_table td {
	vertical-align: middle;
	padding: 10px;
}

.x_underline {
	text-decoration: underline;
}

.x_bold {
	font-weight: bold;
}

.x_italics {
	font-style: italics;
}

.text14 {
	font-family:'Arial','Helvetica','Sans-serif';
	font-size:12px;
	text-decoration:none;
	color:black;
}
.text20 {
	font-family:'Arial','Helvetica','Sans-serif';
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:black;
}

.para12 {
	padding-top:3px;
	line-height:12px;
}

.success_header {
	background-color: #CCCCCC;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

.success_body {
	background-color: #FFFFFF;
	padding: 5px;
	font-size: 10pt;
	margin-bottom: 10px;
}