body {
	font-family: Tahoma, Arial;
	font-size: 11px;
	border: 0;
	margin: 0;
	background: #fdffe0;
}
a {
	color: #b2b2b2;
	text-decoration: none;
}
a:hover {
	color: #333333;
}

table#outer td#topLeft {
	width: 565px;
	border: 0;
	background: #456097;
}
table#outer td#content{
	background: #FFFFFF url(../images/back.gif) repeat-y top left;
	vertical-align: top;
	border-bottom: 1px solid #e5c480;
	border-right: 1px solid #e5c480;
	width: 565px;
}
div#menu {
	display: block;
	height: 30px;
	padding: 0;
	margin: 0;
	background: #FFFFFF;
	border-bottom: 1px solid #eae2d1;
}
div#menu ul {
	padding: 0;
	margin: 0 0 0 8px;
	float: left;
	list-style-type: none;
}
div#menu ul li {
	padding: 0;
	margin: 8px 6px 0 0;
	float: left;
	color: #b2b2b2;
}
div#menu ul li a {
	font-size: 10px;
	color: #b2b2b2;
	text-decoration: none;
}
div#menu ul li a:hover {
	color: #333333;
}

td#doc {
	width: 401px;
	color: #684A01;
	vertical-align: top;
	padding: 20px;
	line-height: 18px;
	text-align: justify;
	fontcolor: #FFFFF;
}
td#imgLeft {
	padding: 0 0 20px 0;
	vertical-align: top;
}
td#imgRight {
	padding: 0 0 20px 20px;
	vertical-align: top;
}


td#doc hr {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #BBBBBB;
}

td#logoLine {
	vertical-align: bottom;
	text-align: right;
	background: #f8f5f0 url(../images/logo.gif) no-repeat top left;
	width: 125px;
}
td#logoLine span {
	display: block;
	padding: 0 15px 15px 0;
	color: #456097;
}
td#infoRight {
	vertical-align: top;
}
div#contact {
	padding: 15px;
	color: #456097;
	line-height: 16px;
}
#red {
	color: #FF0000;
}

td#copyright {
	text-align: center;
	color: #ba9f68;
	padding: 5px 0 25px 0;
}
td#copyright a {
	color: #ba9f68;
	text-decoration: none;
}
td#copyright a:hover {
	text-decoration: underline;
}
