/* Default Elements */
html, body
{
	height: 100%;
}

body
{
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #DDDDDD;
	font-family: verdana, arial, sans-serif;
	font-size: 9pt;
	background-image: URL("Images/Background.png");
	background-repeat: repeat-x;
	background-color: #D1D1D1;
}

h1
{
	margin: 15px;
	color: #574948;
}

a
{
	color: #574948;
}

a:hover
{
	color: #92B233;
}

p
{
	padding: 15px;
}

/* Start of Custom ID's */
#divShadowTop
{
	background-image: URL("Images/ShadowTop.png");
	width: 940px;
	height: 20px;
	margin: 0 auto;
}

#divShadowMid
{
	background-image: URL("Images/ShadowMid.png");
	width: 940px;
	margin: 0 auto;
}

#divShadowBot
{
	background-image: URL("Images/ShadowBot.png");
	width: 940px;
	height: 20px;
	margin: 0 auto;
}

#divContainer
{
	margin: 0 auto;
	text-align: left;
	width: 900px;
}

#divHeader
{
	width: 100%;
	height: 130px;
	background-repeat: no-repeat;
	background-color: #574948;
	background-image: URL("Images/Header.png");
	border-bottom: 1px solid #000;
}

#divContent
{
	width: 100%;
}

#divNavbar
{
	width: 100%;
}

#lstNavbar
{
	margin: 0;
	padding: 0;
}

#lstNavbar li
{
	list-style: none;
	float: left;
}

#lstNavbar li a
{
	display: block;
	width: 179px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background-color: #8A7C7B;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

#lstNavbar li a:hover
{
	background-color: #574948;
}

#lstNavbar li ul
{
	display: none; 
	width: 179px;
}

#lstNavbar li:hover ul
{
	display: block;
	position: absolute;
	margin: 0;
	margin-left: -1px;
	padding: 0;
}

#lstNavbar li:hover li
{
	float: none;
}

#lstNavbar li:hover li a
{
	background-color: #8A7C7B;
	border-left: 1px solid #000;
}

#lstNavbar li li a:hover
{
	background-color: #574948;
}

#divContentRight
{
	padding: 15px;
	padding-top: 35px;
}

#divFooter
{
	text-align: center;
	color: #777;
	font-size: 8pt;
	width: 100%;
	padding: 10px;
	clear: both;
}

#lnkLCB
{
	line-height: 25px;
	margin-top: 60px;
	margin-left: 150px;
	float: left;
}

#lnkE
{
	line-height: 25px;
	margin-top: 60px;
	margin-right: 150px;
	float: right;
}

#lnkW
{
	line-height: 75px;
	margin: 0 auto;
}

#lnkWAW
{
	line-height: 75px;
	margin: 50px auto;
}

#lnkE, #lnkLCB, #lnkWAW, #lnkW
{
	width: 200px;
	height: 75px;
	margin-bottom: 25px;
	border: 1px solid #000;
	font-weight: bold;
	background-color: #FFF;
	display: block;
	text-align: center;
}

#lnkE:hover, #lnkLCB:hover, #lnkW:hover, #lnkWAW:hover
{
	border: 1px solid #92B233;
}

