body {
	background-color: white;
/*	text-align: center;*/
	color: #513e23;
}

#container {
/*	text-align: left;*/
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	height: auto;
/*	border: 1px dotted black; */
	background: url("../images/mid.jpg") repeat-y;  
}

#header {
	background: url("../images/top.jpg") no-repeat;
	width: 760px;
	height: 90px;
	text-align: left;
}

#navi {
    
	position: relative;
	top: 73px;
    width: 800px;
	height: 20px;
	border: 0px dotted black;
}

#navi ul {
	color:         black;
	font-size:      12px;
	font-family:    "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight:    bolder;
/*	text-align:     center;*/
	text-transform: uppercase;
	letter-spacing: -0.5px;
	list-style: disc; 
}

#current_page {
	color: white;
	border-bottom: 5px white solid;
}

#navi ul li {
	list-style-type: none; 
	display:          inline;
	padding:          0 10px 0 0px;
}

#navi ul li a {
	color:          #eee;
	text-decoration: none;
}

#navi ul li a:hover {
	text-decoration: none;
/*	padding-bottom:      3px; */
/*border-bottom:       4px solid #fbc246;*/
	color: white;
	border-bottom: 5px white solid;
} 

#current {
	text-decoration: none;
/*	padding:  3px; */
	border-bottom:       6px solid white;
} 

#content {
/*	border: 1px brown dotted; */
	font-family: "Lucida Grande", helvetica, tahoma, arial;
	font-size: 12px;
	text-align: left;
	overflow-x: hidden; 
	position: relative;
	margin-top: 10px;
	margin-right: 30px;
	margin-left: 20px;
	position: relative;
}

#footer {
	background: url("../images/bot.jpg");
	width: 760px;
	height: 45px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: "Verdana";
	clear: both;
	
	font-size: 10px;
	position: relative;
	clear: both;
	color: white;
}

#content ul {
/*	list-style-type:square; */;
	list-style-type: disc;
	list-style-type: square;
	margin-left:220px;

}

#content ul li {
/*	color: navy; */
	color: #513e23;
	font-weight: bold;
}

#placeholder {
	position:relative; 
/*
	width:201px; height:71px;
	border: 1px dotted black;
	background-color: gray;
*/
/*
	top: 20px;
	left: 230px;
*/
}

#attn {
	color: #9e1800;
	font-weight: bold;
}

a {
	text-decoration: none;
	font-weight: bold;
}

.list-line-even {                                       
  background:   white;                                              
}                                                                     
                                                                      
.list-line-odd {                                        
  background:   #99ed9c;                                              
}

.even {
	background-color: #efefef;
}

.odd {
	background-color: #D0FDCB;
}