* {
	margin: 0;
	padding: 0
}
body {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ddd;
	text-align: center;
	margin: 0;
	padding: 0
}
#wrapper {
	font-size: 11px;
	line-height: 130%;
	background-color: #fff;
	background-image: url("images/bg_blue.jpg");
	background-repeat: repeat-y;
	background-position: -6px 0;
	text-align: left;
	margin: auto;
	padding: 0;
	position: relative;
	width: 779px
}
#header {
	width: 779px;
	height: 80px
}
/* menu */
#menu {
	background-image: url("images/menu_bg.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 40px;
	width: 120px;
	float: left;
	height: 812px;
}
#menu ul {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
}
#menu li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #fff;
	padding: 6px 0px 4px 10px;
	font-size: 11px;
}
#menu li a:hover {
	color: #bf0;
	background-color: #7386a4;
}
#menu li li {
	border-left: 5px solid #bf0
}
#menu li li a {
	color: #bf0;
	font-weight: bold;
	text-decoration: none;
	background-color: #7386a4;
	display: block;
	height: 20px;
	border-bottom: 1px solid #fff
}
#menu li li a:hover {
	color: #fff
}
/* content */
#content {
	background-color: #fff;
	background-image: url("images/content_header.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 110px 0 20px;
	width: 509px;
	float: left
}
#content h1 {
	color: #090;
	font-size: 13px;
	font-weight: bold;
	text-indent: 70px;
	padding-bottom: 20px
}
#content h2 {
	color: #090;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 20px
}
#content h3 {
	color: #000;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 0;
	padding-left: 20px
}
#content p {
	background-color: #fff;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px
}

#content td {
	font-size: 11px;
	line-height: 130%;
	padding-left: 10px
}
#content ul {
	list-style-type: disc;
	padding-bottom: 20px;
	padding-left: 40px
}
#content .numbers {
	font-size: 15px;
	font-weight: bold;
	color: #0c3;
	border: 3px solid #0c3;
	width: 230px;
	margin-left: 20px;
	padding-top: 10px;
	margin-top: 10px;
	padding-bottom: 10px;
}
a {
	color: #060;
	text-decoration: underline
}
a:hover {
	color: #0c3;
	text-decoration: underline
}
.note {
	font-size: 9px
}
.img_left {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
#photo_panel {
	width: 150px;
	float: right;
	border-top: 1px solid #fff
}
/* footer */
#footer {
	background-color: #fff;
	text-align: right;
	width: 779px;
	height: 50px;
	clear: both;
	border-top: 3px solid #090
}
#footer img {
	float: left
}
#footer p {
	padding-top: 8px;
	padding-right: 5px;
	width: 500px;
	float: right
}
#footer a {
	color: #060;
	font-weight: bold;
	text-decoration: none
}
#footer a:hover {
	color: #0c3;
	font-weight: bold;
	text-decoration: none
}
.clearboth {
	clear: both
}
#content table {
	margin-left: 10px
}
.ruled_table td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom: 1px solid #060
}
.top20 {
	padding-top: 20px
}
.floatright{
	float: right;
}
.floatleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
