body {
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	/* font-size: 11px; */
	font-size: 12px;
	color: #666666;
	line-height: 16px;
}

.header {
	width: 839px;
	height: 146px;
	background: url(../images/header.jpg) no-repeat center;
	margin: 0 auto;
	padding-top: 104px;
	padding-left: 22px;
}

.nav {
	width: 528px;
	height: 123px;
}

.bodycontent {
	width: 761px;
	background: url(../images/bgshadow.gif) repeat-y center;
	margin: 0 auto;
	padding: 20px 50px;
}

.textnpic {
	border: #999999 solid 1px;
	background: url(../images/contentbg.gif) repeat-y;
	margin-top: 20px;
}

.text {
	width: 467px;
	padding: 20px 20px;
	float: left;
}

.dropdown_length {
    /* color: #000000; */
    /* font-family: Tahoma, Arial; */
    font-size: 9pt;
    /* background-color: #ffffff; */
    width: 355px;
}

.pic {
	float: right;
}

.footer {
	width: 761px;
	height: 17px;
	background: url(../images/footer.gif) no-repeat center;
	padding: 7px 50px;
	margin: 0 auto;
	font-size: 10px;
	color: #FFFFFF;
}

.footerlink {
	text-decoration: none;
	color: #FFFFFF;
}

.h1 {
	color: #007FC8;
	font-size: 22px;
	line-height: 38px;
}

.link {
	text-decoration: none;
	color: #007FC8;
	line-height: 18px;
}

.link:hover {
	text-decoration: underline;
}