@CHARSET "UTF-8";


html,body {
	overflow: auto;
	height: 100%;
	min-height: 100%;
	position: relative;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
}
body {
	background-color: #C6A76A;
}
h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 0;
	background: url('images/line.png') bottom left no-repeat;
}
h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 0;
}
a.menuitem:hover {
	background-color: #FDF8EE; 
	border-left: solid 1px #FDF8EE;
	border-top: solid 1px #FDF8EE;
	border-bottom: solid 1px #FDF8EE;
}
a.menuitem.selected {
	background-color: #ffffff; 		
	border-left: solid 1px #ffffff;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	margin-left: 10px; 
}
a.menuitem.selected,
a.menuitem:hover {
	font-weight: bold;
	letter-spacing:0px;
}
a.menuitem {
	letter-spacing:1px;
	cursor: pointer;
	display: block;
	border-radius: 10px 0 0 10px; 
	border-left: solid 1px transparent;
	border-top: solid 1px transparent;
	border-bottom: solid 1px transparent;
	margin: 10px 10px 10px 20px; 
	padding: 10px; 
	background-color: #D7CBB1;
	width: auto; 
	display: block;
	width: 170px;
	font-family: Tahoma, Geneva, sans-serif;
}

div.center-light-1024x100-01 {
	width: 1024px;
	height: 100px;
	background-image: url("images/center-light-1024x100-01.png");
	background-position: center top;
	background-repeat: no-repeat;
}

div.bottom-shadow-1024x20-01 {
	width: 1024px;
	height: 20px;
	background-image: url("images/bottom-shadow-1024x20-01.png");
	background-position: center top;
	background-repeat: no-repeat;
}

div.center-light-1024x100-01 {
	font-size: 1.05em;
	line-height: 160%;
}

div.center-light-1024x100-01 a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

span.bold {
	color: #FDF05C;
	font-weight: bold;
	font-size: 1.3em;
}

span.small-bold {
	font-size: 1.2em;
	color: #ffffff;
	font-weight: bold;
}

div.footer {
	position: relative;
	text-align: center; 
	font-size: 14px; 
	color: #ffffff; 
	background-color: #562D0F; 
	padding-top: 10px; 
	bottom: 0; 
	height: 70px; 
	position: absolute; 
	width: 100%;
}

div.footer a {
	color: #ffff77;
	text-decoration: none;
}

div.content {
	padding: 10px;
}
div.content p {
	text-align: justify;
}

a {
	text-decoration: none;
	color: black;
}

div.content a {
	font-weight: bold;
	color: #562D0F;
	color: black;
	text-decoration: none;
}

div.content a.selected {
	color: #A31803;
}

div.footer a.selected {
	color: #ffffff;
}

div.footer a.selected:before {
	content: '[';
}

div.footer a.selected:after {
	content: ']';
}

div.content a:hover {
	color: #A31803;
	text-decoration: underline;
}