html
{
	margin: 0px;
	padding: 0px;
	background-color: #000;
}

body
{
	margin: 0px;
	padding: 0px;
	background-color: #000;
}

li
 {
 	margin-left: .125em;
 	margin-bottom: 5px;
 	margin-right: 2.5em;
 	font-size: 9.5pt;
 	color: #FFF;
 	line-height: 115%;
 	text-align: left;
 	font-weight: 400;
 }

#shadow
{
	background-color: #DEBF91;
	background-image: url(/Assets/Images/contentShadow.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}


#content
{
	font-family: "Arial", Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	line-height: 15px;
	margin: 0;
	padding: 0px 2.5em 0px 0px;
	color: #ffffff;
	background-color: #DEBF91;
	background-image: url(/Assets/Images/contentBack.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}



#content h1
{
	font-family: "Arial", Verdana, Helvetica, Sans-Serif;
	margin: 0px;
	font-size: 20pt;
	padding: 45px 2em 10px 26px;
	color: #6E1C1B;
	font-weight: 100;
}

#content h2
{
	font-family: "Times New Roman", Times, Serif;
	margin: 0px;
	font-size: 16pt;
	padding: 15px 2em 5px 26px;
	color: #630;
	font-weight: 100;
}

#content h3
{
	font-family: "Arial", Verdana, Helvetica, Sans-Serif;
	margin: 0px;
	font-size: 10pt;
	padding: 15px 2em 0px 26px;
	color: #99421B;
	font-weight: 700;
}

#content h4
{
	margin: 0px;
	padding: 10px 6px 0px 26px;
	color: #ffffff;
	font-size: 11pt;
}

#content p
{
	margin: 0px;
	padding: 7px 3em 5px 26px;
	border: 0px;
	color: #300;
	font-size: 9pt;
	line-height: 151%;
	font-family: arial;
	font-weight: 100;
}

#content A:link, A:visited

{ 
	text-decoration: none;
    text-align: left;
	color:#B96A24;
}

#content A:hover

{ 
	text-decoration: underline;
    text-align: left;
	color:#BD712E;
}

#globalNav
{
	color: #CC9;
	padding: 10px 0px 10px 0px;
	font-family: "Arial", Verdana, Helvetica, Sans-Serif;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 151%;
	font-size: 13px;
	background-color: #630;
	text-align: right;
}

#globalNav A:link {
	color: #CC9;
	margin: 15px 20px 15px 0px;
	font-family: "Arial", Verdana, Helvetica, Sans-Serif;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 151%;
	font-size: 13px;
	background-color: #630;
	text-decoration: none;
}

#globalNav A:visited {
	color: #CC9;
	margin: 15px 20px 15px 0px;
	font-family: "Arial", Verdana, Helvetica, Sans-Serif;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 151%;
	font-size: 13px;
	background-color: #630;
	text-decoration: none;
}

#globalNav A:hover {
	color: #F90;
	margin: 15px 20px 15px 0px;
	font-family: "Arial", Verdana, Helvetica, Sans-Serif;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 151%;
	font-size: 13px;
	background-color: #630;
	text-decoration: none;
}

