/* CSS Document */

body
{
	font-family: Lucida Sans Unicode;
	font-size: 12px;
	color: #50503E; 
	text-align:center;
	background-image: url(../images/background.gif); 
	background-color: #D2D2A6;
	margin:0;
	padding:0;
}

#container 
{
	width: 750px;
	height: 15000px;
	background-color: #D2D2A6;	
	text-align: left;
	position: relative;
	margin: 0 auto;
	padding: 0;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

#pageHeader 
{
	position: absolute;
	height: 130px;
	width: 750px;
	left: 0;
	top: 16px;
	z-index: 10;
	margin: 0;
	padding: 0;
	/* border: 1px solid #000000; */
	background-image: url(../images/background-header.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #000000;
	
}

#navigationLinkList
{
	position: absolute;
	left: 0px;
	top: 146px;
	width: 742px;
	margin: 0;
	padding: 0 0 0 8px;
	border-bottom: 1px solid #B07438;
}

#navigationLinkList a
{
	color: #B07438;
	text-decoration: none;
	font-weight: bold; 
	padding: 0 15px 0 0;
}

#navigationLinkList a:hover
{
	color: #CC9900;
}

#navigationLinkList .selectedLink
{
	color: #50503E;
}

#supportingText 
{
	position: absolute;
	width: 520px;
	float: left;
	left: 13px;
	top: 170px;
	margin: 0 70px 0 0;
	padding: 0 10px 0 0;;
	background-image: url(../images/background-content.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	border-right: 1px solid #50503E;
}

#supportingText h2
{
	color: #CC9900;
}

#supportingText h3
{
	color: #50503E;
	border-bottom: 1px solid #50503E;
}

#supportingText h4
{
	color: #50503E;
	border-bottom: 1px dotted #50503E;
}

#supportingText a
{
	color: #B07438;
}

#supportingText a:hover
{
	color: #CC9900;
}

#supportingText .highLite
{
	color: #CC9900;
}

#supportingText .textImageLeft
{
	border: 1px solid #50503E;
	margin: 8px 8px 0 0px;
}

#supportingText .textImageRight
{
	border: 1px solid #50503E;
	margin: 8px 8px 0 8px;
}

#menuLinkList
{
	position:absolute;
	width:255px;
	left:560px;
	top:170px;
	margin:0;
	padding:0;
}

#menuLinkList ul
{
	text-align: left;
	list-style: none;
	margin: 10px;
}

#menuLinkList li
{
	margin:0;
	padding: 0 0 10px 0;
}

#menuLinkList a
{
	color: #B07438;
	font-weight: bold;
	
}

#menuLinkList a:hover
{
	color: #CC9900;
	font-weight: bold;
	
}

#footer 
{
	text-align: center;
}

#footer a 
{
	color: #CC9900;
	padding: 0 8px 0 8px;
}

#footer a:hover
{
	color: #CC9900;
}

.quotation
{
	padding: 5px 45px 5px 45px;
	font-style: italic;
}


