body {
        background: #B09060;
        color: #000000;
        font-size: 11px;
        font-family: Verdana, Helvetica, Arial, Sans-Serif;
        margin: 0px;
        padding: 0;
        border: 0;
        text-align: center;
        }

#wrapper{
	text-align: center;
}

#mainDiv{
	background: #FFFFFF;
	border: solid;
	border-color: #482400;
	width:  880px;
	height: 100%;
   	margin:	20px auto 20px auto;
        }

#headerDiv {
	color:	#482400;
   	margin:	2px auto;
        text-align: center;
	}


#contentDiv {
	float: left;
	width: 660px;
        margin-top: 0px;
        margin-bottom: 20px;
	}

#menuDiv {
	float: left;
	clear: left;
	text-align: left;
	width: 200px;
	  
}
	
#menuDiv a { 
	color: #482400; 
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	 }
#menuDiv a:link {
	 color: #482400; 
	text-decoration: none; 
	}
#menuDiv a:hover { 
	background-color: #482400; 
	color: #FFFFFF; 
	text-decoration: underline;
        }

.leftColumn {
	float: left;
	clear: left;
	width: 315px;
	margin: 5px 5px 5px 5px;
}
.rightColumn {
	float: left;
	width: 315px;
	margin: 5px 5px 5px 5px;
}

.section {
	border: 2x;
	border-color: #482400;
	border-style: solid;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 5px;
	
}
.twoColSection {
	border: 2x;
	border-color: #482400;
	border-style: solid;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 5px;
	width: 635;
	
}

.googleAd600 {
	height: 650px;
	padding-left: 5px;
}

h3 {
	background-color: #482400;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	margin-top: 0px;
	padding-bottom: 2px;
}
	

h3 a {
	text-decoration: none;
	color: #FFFFFF;
}

h3 a:hover {
	text-decoration: underline;
	color: #B09060;
}	
	
h1 {
	background-color: #FFFFFF;
	color: #F482400;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}
	
table.glossary {
	width: 	95%;
	border: 2px;
	border-color: #482400;
	border-style: solid;
	}

th.glossaryHeader {
	background-color: #482400;
	color: #ffffff;
	}
.glossaryRow1 { background-color: #B09060; font-size: 10pt;}
.glossaryRow2 { background-color: #A09666; font-size: 10pt;}
.glossaryName { font-weight: bold;  width: 20%;}
	
#googlead {margin: 5px;}
