a { 
	color: #412e16; 
	text-decoration: none ; 
	font-weight: bold;
}

a:hover { 
	color: #e97400; 
	text-decoration: none ; 
	font-weight: bold;
}

body { 
	color: #412e16;
	font-family: "Verdana", "Helvetica", Arial, Tahoma;
	font-size: 12px;
	background-color: #ffffff; 
}

.header {
	background-image: url("./images/header.png");
	background-repeat: no-repeat;
	width: 918px;
	height: 250px;
}

.mainContent {
	vertical-align:center;
	width: 703px;
	border: none;
}

.menuPanel {
	width:215px;
}

.menuItem {
	border-style: solid; 
	border-width: 1px; 
	border-color: #412e16; 
	background-color: #d3ae7e; 
	height:35px; 
	text-align: center
}

.caption {
	color: #412e16; 
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 15px;
}

.contentText {
	text-align: justify;
}

.mainContent {
	vertical-align: top;
	width: 703px;
}

.tableMain {
	width: 703px;
	border-style: solid; 
	border-width: 1px; 
	border-color: #9a4a2f; 
	background-color: #EEEEEE; 
	
}

.tableCaption {
	background-color: #9a4a2f; 
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bolder;
}

.tableCellLeft {
	background-color: #d3ae7e; 
	text-align: left;
	color: #661c03;
}

.tableCell {
	background-color: #d3ae7e; 
	text-align: center;
	color: #661c03;
}