/****************************************************
	T Y P O G R A P H Y
****************************************************/
/*
	The body element sets the overall tone - you can change the overall
	font face and size here. Consider using relative sizes like em or %.
*/
/****************************************************
	S I Z E
****************************************************/
body {
	background-color: #8A5F03;
	color: #3C1406;
	font-size: 80%;
	margin: 0 2em 1em 2em;
	padding: 0;
}

input, select, textarea, table, tr, td, th {
	font-size: 100%;
}

h1 {
	font-size: 150%;
	margin-bottom: 8px;
	margin-top: 15px;
	text-transform: uppercase;
}

h2 {
	font-size: 105%;
	text-transform: uppercase;
}

h3 {
	font-size: 100%;
}

h4 {
	font-size: 93%;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 8px;
	margin-top: 20px;
}

p {
	margin-bottom: 8px;
	margin-top: 8px;
}

p, li {
	line-height: 140%;
}

/****************************************************
	F O N T
****************************************************/
body, input, select, textarea, table, tr, td, th {
	font-family: Lucida Bright, "MS Serif", "New York", serif;
}

/****************************************************
	W E I G H T ,   C O L O R   A N D   D E C O R A T I O N
****************************************************/
a:link, a:visited {
	border-bottom: 1px dashed #3C1406;
	color: #3C1406;
	text-decoration: none;
}

a:hover, a:active {
	border-bottom: 1px dashed #0D4808;
	color: #0D4808;
	text-decoration: none;
}

ul {
	list-style: none;
	margin: 0 0.8em 1em 0;
	padding: 0;
}

ul ul {
	margin: 0;
}

ul li {
	background-image: url("images/li.gif");
	background-position: 0.2em 0.8em;
	background-repeat: no-repeat;
	padding: 0.3em 0 0.2em 1em;
}

sup {
	font-size: 75%;
	position: relative;
	top: -0.5em;
	vertical-align: auto;
}

sub {
	font-size: 75%;
	position: relative;
	vertical-align: auto;
}

div#Page {
	width: 980px;
}

div#PageContainer {
	border-bottom: 2px solid #693E09;
	border-left: 1px solid #3C1406;
	border-right: 1px solid #3C1406;
}

div#Title {
	background-color: #EEC671;
	color: #3C1406;
	font-size: 200%;
	padding: 18px 10px 18px 220px;
	text-transform: uppercase;
}

div#Path {
	background-color: #693E09;
	color: #EEC671;
	padding: 3px 10px 3px 10px;
}

div#Path a {
	color: #EEC671;
}

td#ColumnLeft {
	background-color: #D6993C;
	width: 21%;
}

div#ColumnLeftInner {
	padding: 0 10px 14px 10px;
}

td#ColumnCenter {
	background-color: #EEC671;
	width: 55%;
}

div#ColumnCenterInner {
	border-left: 1px solid #3C1406;
	border-right: 1px solid #3C1406;
	padding: 0 14px 14px 14px;
}

td#ColumnRight {
	background-color: #D6993C;
	width: 24%;
}

div#ColumnRightInner {
	padding: 0 10px 14px 10px;
}

