p, a, h1, h2, h3, h4, h5, h6, ul, ol, li {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

a {
	color: #A56116;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*NAV IN THE INDEX HEADER IMAGE*/

#homeheader ul {
	color: #FFFFFF;
	text-align: right;
}

#homeheader li {
	display: inline;
}

#homeheader a {
	color: #FFFFFF;
	font-size: 10px;
}


/*MAIN NAV BAR*/

#navbar ul {
	margin: 0px;
	list-style: none;
	padding-top: 0px;
	padding-right: 32px;
	padding-bottom: 0px;
	padding-left: 32px;
}

#navbar li {
	position: relative;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EF9534;
}

#navbar li a {
	text-decoration:none;
	color: #AA5F0C;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 26px;
	font-weight: bold;
	text-transform: uppercase;
}

#navbar li a:hover {
	text-decoration: underline;
}

/*LEFT COLUMN*/

.left h1 {
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	color: #A96A28;
	padding-bottom: 5px;
}

.left p {
	padding-bottom: 5px;
	font-size: 11px;
	line-height: 16px;
	color: #5E3908;
}

.left a {
	font-size: 11px;
}

.left  ul {
	padding-bottom: 11px;
	padding-left: 15px;
	list-style-position: outside;
	list-style-type: disc;
}

.left  li {
	font-size: 11px;
	line-height: 14px;
}

/*RIGHT COLUMN*/

.right h1 {
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	color: #5E3908;
	padding-bottom: 10px;
	padding-top: 25px;
	font-weight: bold;
	letter-spacing: -0.05em;
}

.right h3 {
	padding-left: 35px;
	font-size: 14px;
	line-height: 24px;
	padding-bottom: 10px;
	padding-top: 5px;
	color: #BB6A1E;
}

.right h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 21px;
	line-height: 21px;
	padding-top: 25px;
	padding-bottom: 10px;
}

.right p {
	padding-bottom: 12px;
	line-height: 18px;
	padding-left: 35px;
}

.right ul {
	padding-bottom: 18px;
	line-height: 18px;
	padding-left: 55px;
	list-style-position: outside;
}

.right ol {
	padding-bottom: 18px;
	line-height: 18px;
	padding-left: 55px;
	list-style-position: outside;
}

.right table {
	margin-left: 32px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.right td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 3px;
}

.right form {
	margin-left: 32px;
	margin-top: 0px;
}
