body {
	margin: 0px;
	color: #000000;
	background-color: #F6F5EB;
	cursor: default;
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
	font-size: 0.8em;
}

td {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
	font-size: 0.8em;
}

hr {
	color: #D3C3A6;
	background-color: #D3C3A6;
	border: 1px;
	height: 1px;
}

h2{
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #7A664F;
	margin: 0px;
	text-align: left;
}

#navigation {
	width: 500px;
	margin: 0px;
	padding: 0px;
	background-color: #D3C3A6;
}

#navigation ul{
	padding : 0px;
	margin : 0px;
	white-space : nowrap;
	background-color: #EBB384;
}

#navigation ul li{
	display : inline;
	float: right;
	background-color: #EBB384;
}

#navigation ul li a{
	display: block;
	float: left;
	height: 22px;
	padding-left: 8px;
	padding-right: 8px;
	color: #ffffff;
	font-size: 0.9em;
	font-weight : bold;
	text-align: center;
	text-decoration : none;
	line-height: 21px;
	background-color : #D3C3A6;
	border-left: 1px solid #F2EDE4;
}

#navigation li a:hover{
	background-color : #AE9572;
}

#navigation li a:focus {
	-moz-outline: 0px;
	outline: 0px;
	outline-offset 3px;
}

#sub_navigation {
	width: 700px;
	margin: 0px;
	padding: 0px;
	background-color: #D3C3A6;
}

#sub_navigation ul{
	padding : 0px;
	margin : 0px;
	white-space : nowrap;
	background-color: #EBB384;
}

#sub_navigation ul li{
	display : inline;
	float: right;
	background-color: #EBB384;
}

#sub_navigation ul li a{
	display: block;
	float: left;
	height: 22px;
	padding-left: 8px;
	padding-right: 8px;
	color: #ffffff;
	font-size: 0.9em;
	font-weight : bold;
	text-align: center;
	text-decoration : none;
	line-height: 21px;
	background-color : #D3C3A6;
	border-left: 1px solid #F2EDE4;
}

#sub_navigation ul li a.selected{
	background-color : #AE9572;
}

#sub_navigation li a:hover{
	background-color : #AE9572;
}

#sub_navigation li a:focus {
	-moz-outline: 0px;
	outline: 0px;
	outline-offset 3px;
}

#navigation_fill {
	width: 354px;
	height: 22px;
	float: right;
	background-color: #EBB384;
	border-left: 1px solid #F2EDE4;
	border-bottom: 1px solid #F2EDE4;
}

a {
	color: #7A664F;
}

a:visited {
	color: #7A664F;
}

a:active {
	color: #7A664F;
}

a:hover {
	color: #000000;
}
	
#copyright {
	height: 17px;
	color: #7A664F;
	background-color: #ffffff;
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
	font-size: 0.6em;
	padding-right: 3px;
}