/* Base , Set up fonts etc. */
/* Clean slate */
body, h1, h2, h3, li, p, ul { font-size: 1em; margin: 0; padding: 0; }

/*__________Basics__________*/
a, a:link, a:visited, a:hover, a:active { color: #ada364; }
a:hover { text-decoration: none; }

acronym { 
border: 0; 
color: rgb(255,245,160); 
cursor: help; 
}

.accesskey { text-decoration: underline; }

body {
	background-color: rgb(255, 245, 200);
	background: none;
	color: black;
	font-family: "Lucida Grande", Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	padding-bottom: 20px;
}

h3 { color: black; font-style: italic; font-size: 1.7em; font-weight: normal; margin-bottom: 0.5em; }
#container { position: relative; z-index: 99; }
p { line-height: 1.5em; margin-bottom: 1em; }


/*__________Header__________*/
#pageHeader {
	position: relative;
	background: rgb(255, 245,160); 
	border-bottom: 1px solid #acb7a6;
	height: 90px;
}


#pageHeader span { 
display: none;
}


h1
{
	font: bold 1.4em "Trebuchet MS, Arial, Sans Serif";
}


a, a:visited
{
	text-decoration: underline;
	color: #404020;
}


a:hover
{
	color: #404033;
}


#pageHeader a, #pageHeader a:visited, #pageFooter a, #pageFooter a:visited
{
	text-decoration: underline;
	color: #202040;
}


#pageHeader a:hover,

#pageFooter a:hover
{
	color: #333340;
}

#bntag
{
	border-bottom: 1px solid #66664a;
	text-align: center;
	padding: 2px 0px;
	background-color: #fffff5;
	color: #40403a;	
	font-size: 90%;
}

#Sidettext
{
	padding: 5px;
	position: relative;
}
#listBreaker, #subPageBreaker
{
	display: none;
}
#pageHeader
{
	background-color: rgb(230,255,210);
	color: #3a3a40;
	position: relative;
}

#pageFooter
{
	background-color: rgb(230,255,210);
	color: #333340;
	border-bottom: 1px solid #4a4a66;
	border-top: 1px solid #4a4a66;
	padding: 2px 10px;
	clear: both;
}
#pageFooter h6
{
	margin: 0px;
}
#pageHeader h1
{
	padding: 25px 10px 10px;
	margin: 0px;
	font-size: 2em;
}

#pageWrapper
{
	position: relative;
	background-color: #fffff5;
	color: #404033;
}
#mainContent
{
	background-color: rgb(230,255,210);
	padding: 0px 20px;
	border-top: 1px solid #66664a;
}	

#mainContent .contentContainer 
{
	margin-left: 219px;
	margin-top: 10px;
	padding-left: 100px;

	/* Make IE play nice with others */
	width: 530px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 380px;
}


#siteNavigation
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: rgb(230,255,210);	
}
#siteNavigation ul, #userLinks ul 
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#siteNavigation li
{
	display: inline;
}

#siteNavigation h1
{
	display: none;
}

#siteNavigation a, #siteNavigation a:visited
{
	float: left;
	padding: 4px 10px;
	text-decoration: none;
	font: bold 11px tahoma;
	color: #404033;
}

#siteNavigation a:hover
{
	background-color: #fffff5;
	color: #40402d;
}

#siteNavigation a.active, #siteNavigation a.active:hover,  #siteNavigation a.active:visited
{
	background-color	: #f5f5ff;
	color: #404040;
	cursor: default;
}

#extraContent, #extraContent2, #extraContent3
{
	position: relative;
	display: inline;
	margin: 10px;
	margin-left: 20px;
	float: left;
	clear: left;
	width: 280px;
	/*background-color: rgb(230,255,210);*/
	color: #404040;
	border: 1px solid rgb(230,255,210);
}

#userLinks
{
	position: relative;
	display: inline;
	background-color: #b8b9ff;
	color: #404040;
	border: 1px solid #4a4a66;
	border-top-width: 0px;
	margin: 10px;
	float: right;
	clear: right;
	width: 220px;
}
#userLinks h1
{
	position: relative;
	font-size: 1.1em;
	margin: 0px;
	background-color: #f5f5ff;
	color: #ffffff;
	border: solid #4a4a66;
	border-width: 1px 0px;
	padding-left: 5px;
}
#userLinks ul
{
	position: relative;
	margin: 5px 0px;
}
#userLinks li
{
	display: inline;
}

#userLinks li a, #userLinks li a:visited
{
	display: block;
	/*background-color: #b8b9ff;*/
	color: #404040;
	border: 1px solid #b8b9ff;
	border-width: 1px 0px;
	text-decoration: none;
	padding: 1px 0px;
	padding-left: 5px;

}
#userLinks li a:hover
{
	background-color: #fffff5;
	color: #404040;
	border-color: #66664a;

}
