/* CSS Document */


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #4F493c  
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E3E8B7;
	vertical-align: top;
	line-height: 1.2em;
}
a:link {
	color: #C45B43;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C45B43;
}
a:hover {
	text-decoration: underline;
	color:#C45B43;
}
a:active {
	text-decoration: none;
	font-weight: bold;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	
}
h1 {
	font-size: 1.4em;
	color: #C45B43;
	text-align: left;
	
}

h2 {
	font-size: 0.85em;
	color: #222222;
}

h3 {
	font-size: 18px;
	color: #898A5A;
	text-decoration: none;
	text-align: left;
}
h4 {
	font-size: 22px;
	color: #703C17;
	text-decoration: none;
	text-align: left;
}

h5 {
	font-size: 0.85em;
	color: #033
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Times New Roman", Times, serif;
	font-weight: plain;
}

table, td {
	padding: 0px;
	border-collapse: collapse;
	text-align: left;
	border: none;
}

#whiteTable {
	background-color:#FFF;
}

#infoTable {
	font-size: 12px;
	text-align: center;
	border: 0px none;
	margin: 4px;
	padding: 4px;
}
#infoTable .textBox {
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
#homeTable {
	width: 600px;
	border: 0px none;
	padding: 5px;
}

#homeTable td {
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

#homeTable .feature {
	border: 2px dotted #ABB27D;
	padding: 5px;
	margin: 4px;
	text-align: left;
	vertical-align: top;
}

#homeTable img {
	padding: 5px;
}
	
#myTableB .titleRow {
	background-color: #AF7564;
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	width: 175px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px dotted BBBC82;
	}
#myTableB .textRow {
	background-color: #FFFFFF;
	text-align: left;
	font-weight: normal;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	}
#myTableC {
	width: 266px;
	border: 1px solid #888888;
	clip: rect(auto,auto,auto,auto);
	font-weight: normal;
}
#myTableC th {
	background-color: #6A6678;
	color: #EEEEEE;
	text-align: center;
	}
	
#menuBar {
	background-image: url(images/sitedesign1_06.gif);
	background-repeat: repeat-x;
	width: 800px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#buttonTable {
	height: 30px;
	text-align: center;
	color: #FFFFFF;
}
#buttonTable td {
	border-top: none;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: none;
	border-collapse: collapse;
	padding-right: 5px;
	padding-left: 5px;
}

#buttonTableSmall {
	background-image: url(images/buttonbar.gif);
	background-repeat: repeat;
	height: 24px;
	width: 150px;
	background-repeat: repeat;
	text-align: center;
}
#buttonTableSmall th {
	background-color: #B5AEAA;
	background-repeat: repeat;
	}
#gridTable  {
	width: 90%;
	padding: 2px;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #E3E8B7;
	}

#gridTable td {
	border-top: 1px none #BBBC82;
	border-right: 1px solid #BBBC82;
	border-bottom: 1px solid #BBBC82;
	border-left: 1px none #BBBC82;
	border-collapse: collapse;
	padding-right: 5px;
	padding-left: 5px;
}

#gridTable .oddRow {
	background-color: #DDDDDD;
	text-align: center;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	}
	
#gridTable .headerRow {
	background-color: #AF7564;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	}
#smallGrid {
	border: 1px solid #DDDDDD;
}
#smallGrid td {
	border-top: 1px none #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px none #DDDDDD;
	border-collapse: collapse;
	}

