A. {
	color: Black;
	text-decoration: none;
	font-family : Georgia, Times New Roman, Times, serif;
	
}

A:hover        {
	text-decoration: underline;
	color: #C1BDA9;
}

/* 
383427 - dark brown
C1BDA9 - lt brown
*/


BODY {
	scrollbar-arrow-color: #C1BDA9;
	scrollbar-base-color: #C1BDA9;
	scrollbar-dark-shadow-color: #383427;
	scrollbar-face-color: #383427;
	scrollbar-highlight-color: #383427;
	scrollbar-shadow-color: #C1BDA9;
	margin: 0px;
	background-color: #C1BDA9;
	background-image: url(../images/mainBg.gif);
	background-repeat: repeat-x;
	background-position:center;
}

.heading {
	font-family : Georgia, Times New Roman, Times, serif;
	font-size: 14pt;
	color : #383427;
}

.list {
	list-style-type: square;
	font-family : Georgia, Times New Roman, Times, serif;
	font-size: 10pt;
	font-weight: none;
	text-decoration: none;
	color : #383427;
	line-height: 13pt;
}

.topArea {
	background-image: url(../images/topBg.jpg);
	padding: 0px;
	border: 2px solid #383427;
	border-bottom:  15px solid #383427;
	width: 727px;
}

/* MIDDLE ROW */
.imageBox {
	width: 229px;
	height: 289px;
	border-left: 2px solid #383427;
}

.menuBox {
	background-image:  url(../images/menu/menuBg.gif);
	width: 131px;
	height: 289px;
	vertical-align: top;
	padding-top: 40px;
}

.mainBox {
	padding-left: 14px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 14px;
	width: 349px;
	height: 289px;
	overflow: auto;	
	font-family : Georgia, Times New Roman, Times, serif;
	font-size: 10pt;
	font-weight : normal;
	color : #383427;
	text-decoration : none;
	line-height: 13pt;
}

.regular {
	font-family : Georgia, Times New Roman, Times, serif;
	font-size: 10pt;
	color : #383427;
	line-height: 13pt;
	text-decoration: none;
}


/* BOTTOM ROW */
.imageBoxBottom {
	width: 229px;
	height: 28px;
	border-left: 2px solid #383427;
	border-top:  35px solid #383427;
	border-bottom: 2px solid #383427;
}

.menuBoxBottom {
	background-image:  url(../images/menu/menuBg.gif);
	width: 131px;
	height: 28px;
	border-top:  35px solid #383427;
	border-bottom: 2px solid #383427;
}

.mainBoxBottom {
	background-color: White;
	width: 365px;
	height: 28px;
	border-top:  35px solid #383427;
	border-right: 2px solid #383427;
	border-bottom: 2px solid #383427;
	text-align: center;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color : #383427;
}