/*CSS document*/

/* color index
#754923;  - dark brown
*/

body {
	background-color: #CE9E6F;
	margin-top: 2px;
	}

html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; /*used to be size=2*/	
	}

ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

li {
	float: left;
	position: relative;
	background-color: #669966;
	color: #FFFFFF;
	text-align: center;
	width: 94px;
	line-height: 25px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	padding: 0;
  }


 
li ul {
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
  }

li > ul {
	top: auto;
	left: auto;
	}

li:hover ul, li.over ul{ display: block; }

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

ul li a:link {
	color: #fff;
	text-decoration: none;
	}

ul li a:visited {
	color: #fff;
	text-decoration: none;
	} 

.bold {
	font-weight: bold;
	}

.center {
	text-align: center;
	}

.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	}

.copy {
	text-align: right;
	background-color: #754923;
	color: #fff;
	font-size: 11px;
	}

a.footer:link {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	}

a.footer:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	}

.footer {
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	}

.header {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #754923;
	margin: 0;
	}

.hplain {
	font-size: 12px;
	font-weight: normal;
	display: inline;
	}

.italic {
	font-style: italic;
	}

.links {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	}

.main {
	background-color: #fff;
	padding: 25px;
	}

.mainfont {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.maintable {
	height: 721px;
	}

.nav2 {
	margin: 0;
	padding: 0;
	height: 5px;
	background-color: #754923;
	}

strong {
	font-weight: normal;
	}

.topimage {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #754923;
	border-bottom-color: #754923;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	}

.twoco {
	font-size: 11px;
	}

a:link {
	color: #663333;
}
a:visited {
	color: #663333;
}
a:hover {
	color: #000000;
}

.nav {
	width: 99px;
	}

.order {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
	}

	
.pic {
	float:left;
	margin:0 0 50px 0;
	width:190px;
	text-align:center;
	padding: 0;
	}

.space {
	height: 8px;
	background-color: #754923;
	clear: both;
	font-size: 0;
/*	overflow: hidden;*/
	}

#main {
	margin: 0 auto;
	width: 663px;
	}

#title {
	background-color: #754923;
	height: 70px;
	margin: 2px 0 0 0 ;
	}	

