body {
	margin: 0px;
	background-color: #525252;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	font-weight: normal;
	height: 100%;
}

a {	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #660000;
	font-weight: normal;
	text-decoration: underline;
}

.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	font-weight: normal;
}

#main {
	width: 770px;
	background-color: #525252;
	margin: 0px auto;
}

.header-td1 {
	background-color: #800000;
	width: 230px;
	padding: 24px 0px 0px 20px;
}

.header-td2 {
	background-color: #800000;
	width: 255px;
	padding: 83px 0px 0px 0px;
}

#nav-div {
	background-image: url("layout/nav-bg.gif");
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #f04700;
	padding: 10px 0px 45px 0px;
}

#nav {
	width: 180px;
	padding: 10px 0px;
	text-align: left;
}

.nav-lnk {	
	background-image: url("layout/nav-icon.gif");
	background-position: left center;
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
	padding-left: 25px;
	height: 30px;
	border-bottom: 1px solid #f47b20;
	display: block;
}

.nav-lnk:link {
	text-decoration: none;
}

.nav-lnk:visited {
	text-decoration: none;
}

.nav-lnk:hover {
	color: #660000;
	text-decoration: none;
}

.left-column {
	width: 200px;
	padding: 0px;
	text-align:center;
}

#duck {
	background-image: url("layout/duck-bg.gif");
	background-position: left top;
	background-repeat: repeat-x;
}

.right-column {
	width: 570px;
	text-align: left;
	padding: 0px;
	background-color: #d9d4c3;
	padding-bottom: 10px;
}

#illustration {
	background-image: url("layout/top-shadow.gif");
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #D9D4C3;
	text-align: center;
	padding-top: 9px;
}

#feature-cell{
	background-color: #c7bfa6;
	padding: 1px 15px; 
	margin: 10px 0px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 16px;
	color: #660000;
	font-weight: bold;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #660000;
	font-weight: bold;
}

.img-border {
	background-color: #242425;
	padding: 1px;
	border: solid 4px #f2f1eb;
	margin: 5px;
}

#footer {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 16px;
	width: 770px;
	color: #ffffff;
	text-align: center;
	padding-top:5px;
}

.footer-lnk {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 16px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}

.footer-lnk:link {
	color: #ffffff;
	text-decoration: none;
}

.footer-lnk:visited {
	color: #ffffff;
	text-decoration: none;
}

.footer-lnk:hover {
	color: #660000;
	text-decoration: underline;
}