body {
	margin: 0;
	padding: 0;
	background-color: #f6f1ea;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: top center;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #462201;
}



/* DIVS */

#frame {
	width:760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0;
	text-align: left;
}

#header {
	margin: 0px 0px 0px 0px;
	padding: 0;
	width: 100%;
 	height: 97px;
 	background-image: url(../images/header_box.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#titleNumber {
	margin: 0;
	border: 0;
	width: 280px;
 	height: 97px;
 	text-align: right;
 	float: left;
	line-height: 97px;
	font-size: 14px;
}

#main {
	width: 760px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


#main_leftcolumn {
	width: 104px;
	margin: 0;
	padding: 0;
	float: left;
}


#main_rightcolumn {
	width: 656px;
	margin: 0;
	padding: 0;
	float: left;
}

#content_home {
	width: 100%;
	margin: 15px 15px 15px 0px;
	padding: 0;
}

#content_interior {
	width: 100%;
	margin: 80px 15px 15px 0px;
	padding: 0;
}

.minHeight {
	height: 280px ;
}


#content_interior p {
	width: 550px;
	padding: 0px 0px 15px 12px;
	margin: 0;
	font-size: 13px;
	border: none;
	color: #91632f;
	line-height: 18px;
}

#content_interior p.pageHeader {
	width: 645px;
	padding: 0px 0px 4px 12px;
	margin-bottom: 14px;
	font-size: 14px;
	border-bottom: 1px solid #9c8771;
	color: #442509;
}

#content_interior p.pageNav {
	width: 645px;
	padding: -0px 0px 4px 12px;
	margin-top: -11px;
	margin-bottom: 14px;
	font-size: 11px;
	color: #9c8771;
}


#content_interior p.subHead {
	font-size: 12px;
	padding-bottom: 5px;
	color: #442509;
}

#foot {
	clear: left;
	width: 645px;
	height: 22px;
	padding: 4px 0px 0px 12px;
	margin: 0;
	color: #9c8771;
	font-size: 10px;
	border-top: 1px solid #e0c7a8;


}


a {
	color: #ff0000;
}

a:hover {
	color: #000099;
}

a:active {
	color: #3333ff;
}

a:visited {
	color: #000099;
}




.subHead {
	padding: 0 0 5px 0;
	font-size: 12px;
	color: #442509;
}

.leftimage  {
	border: 1px solid #e0c7a8;
	margin-right: 10px;
}

.rightimage  {
	border: 1px solid #e0c7a8;
}



/* NAVIGATION AND DROP DOWNS */

#navbar, #navbar_left, #navbar_right, #navgrad, #nav, #nav ul, .centerHeader, .divider {
	margin: 0;
	padding: 0;
}

#navbar {
	width: 760px;
 	height: 20px;
 	background-color: #462201;
}

#navbar_left {
 	height: 20px;
	background-color: #462201;
	float: left;
}

#navbar_right {
 	height: 20px;
 	background-image: url(../images/header_navbg.gif);
	background-repeat: repeat-x;
}

#navgrad {
	background-image: url(../images/header_horz_grad.gif);
	background-repeat: repeat-x;
	width: 760px;
	height: 7px;
}

#nav, #nav ul {
	list-style: none;
}

#nav li {
	float: left;
	line-height: 20px;
	border: 0px solid;
}

#nav a {
	display: block;
	width: 103px;
	height: 20x;
	color: #f6f1ea;
	font-size: 11px;
	text-decoration: none;
}

#nav a:hover {
	color: #e7cdac;
}

.centerHeader {
	text-align:center;
}

.divider {
	font-size:0;
	float: left;
	width: 1px;
	float: left;
}

#nav li ul { /* Nav Second Level */
	position: absolute;
	width: 105px;
	left: -999em;
}

#nav li ul li {
	border-bottom: 1px solid #a88c6c;
	border-right: 1px solid #a88c6c;
	border-left: 1px solid #a88c6c;
	background-color: #f6f1ea;
}

#nav li ul li a {
	display: block;
	width: 97px;
	height: 20x;
	color: #9c8771;
	font-size: 10px;
	text-decoration: none;
	padding-left: 5px;
}

#nav li ul li a:hover {
	color: #462201;
}

#nav li ul li.first {
	background-image: url(../images/header_horz_grad_pull.gif);
	background-repeat: repeat-x;
}


#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}
