body {
  margin:0px; padding:0px;
  background-color: #241203;
		/* BG color 2 (Black) */
  font-family: Arial, Helvetica, sans-serif;
}

#main { 
	min-width:600px; 
	width:100%;
	height:auto;
	position:relative; 
	background-color: #FFFFE8;
		/* BG color 1 (OffWhite) */
	margin: 0 auto;
}


/* 
    Content 
*/  
  
#middle {    
	position:relative;
	min-width:600px; 
	width:100%;
	color:#321912;  
		/* Text color 1 */
	font-size:13px;  
	line-height:20px; 
}  
  
  
#title {
	position:relative;
	background-color:#241203;
		/* BG color 2 (Black) */
	width:100%;
	height:100px;
	margin:0px;
}

.home a {
	position: absolute;
	display: block;
	width: 771px;
	height: 71px;
	left: 0px;
	top: 0px;
	background: transparent url(images/title.jpg) no-repeat;
}


.menu_item{
	background-color:#C0EAFF;
		/* BG color 3 (blue) */
	border-bottom: 1px solid #000;
		/* border color 1 (Black) */
	border-top: 1px solid #000;
		/* border color 1 (Black) */
	width:100%;
	height: 20px;
	padding-left:100px;
	margin-bottom:-1px;
}

.menu_item a{
	color:#321912;
		/* text color 2 (brown) */
	font-weight:bold;
	text-decoration: none;
}



.darrow{
	position: absolute;
	left:700px;
	padding-top: 4px;
}

.menu_list{
	background-color: #FFFFE8;
		/* BG color 2 (OffWhite) */
	font-weight:600;
	color:#000000;	
		/* text color 2 (black) */
	margin-top:1px;
	width: 600px;
	padding-left:100px;
	padding-top:20px;
	padding-bottom:20px;
	height: auto;
}


.menu_list a{
	color:#000000;	
		/* text color 2 (black) */
	font-weight:bold;
	text-decoration: none;
}

.menu_list p{
	text-indent: 40px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

#bottom{
	background-color:#241203;
		/* BG color 2 (Black) */
	min-height:100px;
	height:auto;
	vertical-align:bottom;
}

#table{
	float:left;
}

#table_row{
	padding-right: 40px;
}

td{
	font-weight: normal;
	text-align: left;	
	padding-right: 50px;
}

th{
	font-weight: bold;
	text-align: left;	
	padding-right: 50px;
}

