body, p, table, tr, td, th, ol, ul, li {
	font-family:arial;
	font-size:12px;
}

body {
	background-color:#B28705;
	margin-left:auto;
	margin-right:auto;
	text-align:center; /*for i.e.*/
	margin-top: 0;
	margin-bottom: 0;
}

p {
	margin-top:0;
	padding-top:0;
}

p, h1, h2, h3, h4, h5, h6, h7, ul, ol, li, table, tr, th, td {
	text-align:left;
}

a {
color:#8D5300;
}
a:hover {
color:#8D5300;
}

#header {
	width:860px;
	height:130px;
	margin-bottom:-3px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#container{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/backslice_3col.jpg);
	width:860px;
	min-height:600px;
}

* html #container { /* for IE */
	height: 600px;
	}

#menu {
	float:left;
	width:141px;
	padding-left:40px;
}

#main {
	float:left;
	width:448px;
	padding-left:30px;
	padding-right:20px;
}

#main h1 {
	font-size:18px;
	font-style:italic;
	color:#8D5300;
	margin-top:0;
	margin-bottom:5px;
	padding-bottom:0;
}

#main h2 {
	font-size:14px;
	color:#8D5300;
	margin-bottom:4px;
	font-style:italic;
	margin-top:12px;
}

#main h3 {
	font-size:12px;
	color:#8D5300;
	margin-bottom:4px;
	text-decoration:underline;
}

#main img {
	margin-right:3px;
}

#home {
	padding-left:50px;
	padding-right:50px;
}

#home h1 {
	font-size:16px;
	font-style:italic;
	margin-bottom:10px;
	padding-bottom:0;
	color:#8D5300;
}

#sidebar {
	padding-left:10px;
	float:left;
	width:140px;
}

#sidebar p {
	margin-top:-8px;
	font-size:11px;
	padding-left:2px;
}

#sidebar img {
	margin:0;
	padding:0;
}

.center {
	/*this is to center paragraphs*/
	text-align:center;
}

.more {
	/*this is for the MORE >> links */
	color:#8D5300;
	font-weight:bold;
	font-size:10px;
}

hr.clearit {
		clear: both; visibility: hidden;
}

.top {
	padding-top:10px;
}

a.button {
	text-align:center;
	display:block;
	padding:3px;
	margin-bottom:10px;
	margin-right:10px;
	border-right:1px solid #B4B085;
	border-bottom:1px solid #B4B085;
	border-top:1px solid #FFFFE7;
	border-left:1px solid #FFFFE7;
	background-color:#FDF7B6;
	color:#6C4000;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}

a.button:hover {
	background-color:#FFCC66;
}

#footer {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/backslice_3col.jpg);
	width:860px;
	height:40px;
}
#footer p {
	font-size:12px;
	text-align:center;
	color:#00F;
}


/* for forms */

.form_button {
	width:150px;
	height:20px;
	padding-bottom:4px;
	border-style:none;
	background-image:url(images/btn_apple.gif);
	background-color:transparent;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	text-align:center;
}

.input {
	width:300px;
	font-size:11px;
	color:#6F6F6F;
}

.select {
	width:300px;
	font-size:11px;
	color:#6F6F6F;
}

.required {
	color:#9E2F37 !important;
}

#form table tr th {
	font-weight:bold;
	color:#333;
	text-align:left;
}
#form table tr th.required {
	color:#950000;
}

#form table tr td  {
	color:#333;
}

.textarea {
	font-size:13px;
	width:300px;
	height:100px;
}

