﻿body {
	margin: 0 auto;
	padding: 0;
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: 70%;
	color: #775F2D;
	text-align: center;
	background: #1f0b00 url('../images/page/body_bg.png') repeat scroll center center;
}

* {
padding: 0;
margin: 0;
}

/* Make sure the table cells show the right font */
td { font-family: "Lucida Grande", verdana, arial,
helvetica, sans-serif; }

/*--------------------------------------
GLOBALS & GENERAL CASES
---------------------------------------*/
.side_bar_menu a {text-decoration: none; padding: 1px; color:#fde6b4; 	font-weight:bold; line-height:1.7em}
.side_bar_menu a:hover { color: #000000; 
background-color: #fde6b4;
text-decoration: none;
}

.level_0_header_mid_05 a {text-decoration: none; padding: 1px; color:#fde6b4; 	font-weight:bold;}
.level_0_header_mid_05 a:link {  }
.level_0_header_mid_05 a:visited { }
.level_0_header_mid_05 a:hover { color: #000000; 
background-color: #fde6b4;
text-decoration: none;
}
.head_link{
	color:#d97f2b;
	font-size:120%;
	line-height:150%;
	font-weight:bold;
}
.head_no_link{
	color:#c4a45e;
	font-size:120%;
	line-height:150%;
	font-weight:bold;
}
.footer_title{
	font-size:22px;
	line-height:200%;
	font-weight:normal;
	color:#eeeeee;
}

/*--------------------------------------
TYPOGRAPHY
---------------------------------------*/
h1, h2, h3, h4, h5, h6 {
font-family: helvetica, arial, verdana, sans-serif;
font-weight: normal;
}

/* approx 21px*/
h1 {
	font-size: 2.1em;
	padding-top: 1.3em;
	padding-bottom: .2em;
	color: #48391A;
}

/* approx 16px*/
h2 {
	font-size: 1.6em;
	margin-bottom: 1em;
	color: #977837;
}

/* approx 14px*/
h3 {
font-size: 1.4em;
color:#d97f2b;
}

/* approx 12px*/
h4 {
font-size: 1.2em;
}

/* approx 11/14 */
p {
	font-size: 1.1em;
	line-height: 1.4em;
	padding: 0;
	margin-bottom: 1em;
	color: #836830;
}

.footer_green{
	margin-top:10px;
	font-family:Tahoma;
	text-decoration:none;
	font-size:14px;
}
.footer_green:hover{
	color:#ffffff;
	text-decoration:underline;
	background-color:transparent;
}
.gh_footer_green{
	color:#7dc012;
}
.gh_footer{
	border-top:thin #d97f2b solid;
	padding:10px;
	margin:0px auto;
	width:1004px;
}
.gh_footer a {text-decoration: none; padding: 1px; color:#fde6b4; 	font-weight:bold;}
.gh_footer a:link {  }
.gh_footer a:visited { }
.gh_footer a:hover { 
color: #7dc012;
text-decoration: none;
}
img{
	background-color:1f0b00;
	border:5px #ad7731 solid;
	margin-left:0px;
	margin-bottom:4px;
	margin-right:15px;
	margin-top:0px;
}
#menu{
	text-align:center;
	margin:0px auto;
	padding-top:20px;
	width:490px;
	border-bottom:thin #1a0a02 solid;
	height:60px;
}
#menu a{
	color:#1a0a02;
	cursor:pointer;
	float:left;
	vertical-align:middle;
	font-size:13px;
	font-weight:bold;
	padding:6px 10px 7px 10px;
	margin:25px 4px 0px 4px;
	display:block;
	text-decoration:none;
}
#menu a:hover{
	background-color:#1a0a02;
	color: #F3DEB1;
}

#menu a.spacer{
	width:15px;
	cursor:auto;
}
#menu a.spacer:hover{
	background-color:transparent;
}
#menu a.selected{
	background-color: #1a0a02;
	cursor: default;
	margin-left: 30px;
	color: #F3DEB1;
}
#menu a.special{
	color: #1a0a02;
}
.body_list{
	list-style:circle outside none;
	padding-left:40px;
	color:#836830;
	line-height:1.5em;
	font-size:12px;
}
