body {
	color: #3c3c3c;
	text-align: left;
    font-size: 75%;
	font-weight: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	}
p, td {
	font-size: 1.0em;
	text-align: left;
	line-height: 1.6em;
	}
p {
	margin: 0;
	padding: 0 0 1em 0;
	}
th {
	font-size: 1.0em;
	}
tfoot, thead {
	font-size: 1.0em;
	}
small {
	font-size: 0.8em;
	}	
big {
	font-size: 1.2em;
	}	
blockquote, pre {
	font-family: Courier New, monospace;
	font-size: 1.0em;
	}

.gold { color: #856004; }
	
/* List Styling */
ul {
	margin: 0px;
	padding: 0px 0px 10px 10px;
	}
ul li {
	padding: 0px 0px 5px 0px;
	list-style: circle;
	font-size: 1.0em;
	line-height: 1.5em;
	}
ol li {
	padding: 0px 0px 5px 0px;
	font-size: 1.0em;
	line-height: 1.5em;
	}
	
div#Left_Column ul { 
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
div#Left_Column ul li {
	margin: 0px;
	padding: 0px 0px 0px 12px;
	background: url('../images/black_square.gif') no-repeat 0px .7em;
	display: table;
	list-style: none;
	font-size: 1.0em;
	line-height: 1.8em;
	}
	
/* BEGIN Heading Styling */
h1, h2, h3, h4, h5, h6 {
	margin: 0em 0em 0.4em;
	padding: 0em;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	clear: both;
	}
h1 {
	font-size: 1.6em;
	line-height: 1.6em;
	letter-spacing: 0em;
	border-bottom: 1px solid #e5e5e5;
	color: #856004;
	}
h2 {
	font-size: 1.4em;
	line-height: 1.4em;
	letter-spacing: -.02em;
	color: #856004;
	}
h3 {
	font-size: 1.3em;
	line-height: 1.3em;
	letter-spacing: -.02em;
	color: #484747;
	}
h4 {
	font-size: 1.2em;
	line-height: 1.2em;
	letter-spacing: -.01em;
	color: #484747;
	}
h5 {
	font-size: 1.1em;
	line-height: 1.1em;
	letter-spacing: 0em;
	color: #484747;
	}
h6 {
	font-size: 1.0em;
	line-height: 1.0em;
	letter-spacing: 0em;
	color: #484747;
	}
/* END Heading Styling */


/* BEGIN Link Styling */
a:link, a:visited { color: #484747; }
a::hover, a:active { color: #484747; }
div#Content_Area a:link, div#Content_Area a:visited {
	color: #856004;
	text-decoration: underline;
	}		
div#Content_Area a:hover, div#Content_Area a:active {
	color: #856004;
	text-decoration: none;
	}
a.white:link, a.white:visited {
	color: #ffffff;
	text-decoration: underline;
	}		
a.white:hover, a.white:active {
	color: #ffffff;
	text-decoration: none;
	}
	
a.paging:link, a.paging:visited {
	padding: 3px;
	border: 1px solid #e4e4e4 !important;
	color: #888888 !important;
	text-decoration: none !important;
	}
a.paging:hover, a.paging:active {
	padding: 3px;
	border: 1px solid #e4e4e4 !important;
	background-color: #e1e1e1;
	color: #888888 !important;
	text-decoration: none !important;
	}
.paging { 
	padding: 3px;
	border: 1px solid #c7aa5f;
	color: #ac7c03;
	}

div.accordion a:link, div.accordion a:link {
	color: #484747 !important;
	text-decoration: none !important;
	}
div.accordion a:hover, div.accordion a:active {
	color: #484747 !important;
	text-decoration: underline !important;
	}

div#Menu a:link, div#Menu a:visited,
div#Menu li li a:link, div#Menu li li a:visited {
	color: #7e7e7e;
	line-height: 15px;
	text-decoration: none;
	}
div#Menu a:hover, div#Menu a:active,
div#Menu li li a:hover, div#Menu li li a:active {
	color: #7e7e7e;
	line-height: 15px;
	text-decoration: none;
	}

div#Footer a:link, div#Footer a:visited {
	text-decoration: underline;
	color: #6a6a6a;
	}
div#Footer a:hover, div#Footer a:active {
	text-decoration: none;
	color: #6a6a6a;
	}
/* END Link Styling */


/* Button Styling */
.button {
	border: 1px solid #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	padding: 0.25em 0.5em;
	background: #ffffff;
	color: #333333;
	font-size: 11px;
	}
a.button:link, a.button:visited, a.button:hover, a.button:active {
	color: #333333;

	text-decoration: none;
	}
a.button:hover,  a.button:active {
	background: #e5e9ec;
	}
