/* CSS Document */

html { height: 100% }
body {
	height: 100%;
	width: 900px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(images/bg_brown.jpg) repeat;	
	position: relative;
	margin-left: auto;
	margin-right: auto;
	color: #470d05;
}

#bodydiv {
	text-align: center;
	vertical-align: top;
}
td.headcell {
	background-color: #FFF;
	height: 212px;
	vertical-align: top;
}
td.menucell {
	background-color: white;
	background-image:url(images/bg_menu.jpg);
	background-repeat:no-repeat;
	height: 40px;
	width: 755px;
	margin-top: 30px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}

td.menucell a, td.menucell a:visited {
	color: white;
	text-decoration: none;
	margin-left: 6px;
	margin-right: 6px;
}

td.menucell a:hover {
	color:#FFFF99;
}

td.menucell a.active {
	color:#fd9e42;
}

td.bodycell {
	background-color: #FFF;
}

a:link, a:visited, a:active { color: #03C; }

.left-column, .right-column {
	width: 10px;
}

.left-vcolumn {
	width: 10px;
	background-color:#FFFFFF;
}

.right-vcolumn {
	width: 10px;
	background-color:#FFFFFF;
}

h1, h2, h3, h4, hr {
	color: #470d05;
	font-style:italic;
	font-weight:normal;
}

h1 { font-size: 20px; }
h2 { font-size: 15px; }
h3 { font-size: 13px; }
h4 { font-size: 10px; }
h5 { font-size: 8px; }

li {
	margin-bottom: 8px;
}
