/**********************************************BASE STYLESHEET | BY ANTHONY EGGERT**********************************************/
/****************** IMPORTS ******************/
	@import url(layout.css);
/* positioning */
	@import url(nav.css);
/* navigation */
	@import url(forms.css);
/* forms */
/********* GLOBAL FONT DECLARATIONS *********/
body, p, th, td {
	font: 12px arial, sans-serif;
	color: #fff
}
#content {
	font: 1em arial, sans-serif;
}
#nav {
	font: 1em arial, sans-serif;
}
#footerdiv {
	font: .8em arial, sans-serif;
}
h1, h2, h4, .box p{
	font-family: georgia, times, times new roman, serif;
}
h3 {
	font-family: arial, sans-serif;
}
/************* GLOBAL ELEMENTS *************/
body {
	margin: 0;
	background: #A27635 url(../img/bg.jpg) repeat-y center;
	min-width: 780px;
}
p {
	padding: 0 1em;
	line-height: 1.5em;
}
h1 {
	font-size: 180%;
	text-align: left;
	color: #000;
	padding: 0;
}
h2 {
	font-size: 150%;
	font-weight: bold;
	color: #000;
	padding: 0;
}
h3 {
	font-size: 90%;
	font-weight: bold;
	color: #FABF47;
	padding: 0;
}
h4 {
	font-size: 120%;
	font-weight: bold;
	color: #000;
	padding: 0;
}
ol {
	line-height: 1.5em;
	margin: 1em;
	padding-left: 3em;
}
ul {
	line-height: 1.5em;
	margin: 1em;
	padding-left: 3em;
	list-style: url(../img/li.gif) square;
}
hr {
	display: none;
}
acronym {
	border-bottom: 1px dotted #bbb;
	cursor: help;
}
/***************** TABLES ******************/
table {
	width: auto;
	margin: 3em 1em;
	border-collapse: collapse;
/*eliminates cell-spacing */
	empty-cells: show;
	caption-side: top;
}
td {

	padding: .3em .5em;
	text-align: left;
	vertical-align: top;
}
td p {
	font-size: .9em;
}
/***************** CLASSES ******************/
.sm {
	font-size: .9em;
}
.fltr {
	float: right;
	margin: 5px;
}
.fltl {
	float: left;
	margin: 5px;
}
.txtc {
	text-align: center;
}
.txtl {
	text-align: left;
}
.txtr {
	text-align: right;
}
.bold {
	font-weight: bold;
}
.ef {
	background-color: #efefef;
}
.cc {
	background-color: #ccc;
}
.hr {
	padding: 2em 0;
	padding: 0;
	background: transparent url(../img/hr.gif) no-repeat center;
}
.red {
	color: #900;
}
.bord {
	border: 4px solid #efefef;
}
/************ LINKS PRESENTATION ************/
a:link {
	color: #A27635;
}
a:visited {
	color: #fff;
}
a:active, a:hover {
	color: #FABF47;
}
/************ IMAGE PRESENTATION ************/
img {
	border: 0px;
}
/************ SPECIFIC ************/
#topdiv p {
	padding-top: 110px;
	font-size: 1.4em;
	color: #61300C;
	width: 200px;
	line-height: 18px;
}
#footerdiv p {
	line-height: 1.2em;
}
#footerdiv h4 {
	font-size: 1.5em;
	padding: 10px 70px 10px 0;
	margin: 0;
	background: transparent url(../img/foot-bg.jpg) no-repeat right;
}
.box {
	float: right;
	width: 360px;
	padding: 0;	
	margin: 10px 0 5px 10px;
	background: transparent url(../img/box-top.jpg) no-repeat top;
}
.box p {
	font-size: 1.1em;
	color: #382914;
	margin: 20px 0 0 0;
	padding: 0 20px;
	background: transparent url(../img/box-mid.jpg) repeat-y;
}
.box span {
	font: bold .8em arial, sans-serif;
	color: #a2712c;
}
.box span.bot {
	display: block;
	background: transparent url(../img/box-bot.jpg) no-repeat bottom;
	height: 20px;
	width: 360px;
}
blockquote {
	padding: 0;
	margin: 0 10px;
	width: 320px;
}