/* CSS Document */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-attachment: fixed;
	background-color: #E0DCBB;
	background-image: url(../assets/ds_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 28px 0px 0px 109px;
}
.layout {
}
.menu {
	font-size: 75%;
	height: 38px;
	vertical-align: middle;
	white-space: nowrap;
	background-color: #EEECDB;
	background-color: #FFFFFF;
	border: 1px solid #A0974B;
	text-align: center;
}
.menu A:link {
	color: #5A584B;
	text-decoration: underline;
	font-weight: bold;
}
.menu A:active {
}
.menu A:hover {
	text-decoration: none;
}
.menu A:visited {
	font-weight: bold;
	color: #A0974B;
}
.menu IMG {
	padding-right: 13px;
	padding-left: 13px;
}
.rightbg {
	background-attachment: scroll;
	background-image: url(../assets/ds_rhs_bg.gif);
	background-repeat: repeat-y;
}
.image {
	border-right: 1px solid #A0974B;
	border-left: 1px solid #A0974B;
	background-color: #FFFFFF;
}
.content {
	font-size: 70%;
	border-right: 1px solid #A0974B;
	border-left: 1px solid #A0974B;
	background-color: #FFFFFF;
	padding: 14px 10px 15px 70px;
}
.content H1 {
	color: #5A584B;
	font-size: 150%;
	font-weight: bold;
}
.bottombg {
	border-top: 1px solid #A0974B;
	background-attachment: scroll;
	background-image: url(../assets/ds_lhs_bg.gif);
	background-repeat: repeat-x;
	height: 15px;
}
.footer {
	font-size: 70%;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 170%;
}
.footer A:link {
	color: #666666;
	text-decoration: underline;
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
}
.footer A:active {
}
.footer A:hover {
	text-decoration: none;
}
.footer A:visited {
	color: #999999;
	font-weight: bold;
	padding-right: 2px;
	padding-left: 2px;
}
.button {
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #999999;
	padding: 0px 3px;
	color: #FFFFFF;
	background-color: #330099;
	height: 19px;
}
.textfield, textarea {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
	padding: 2px;
}
