
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}
a:hover, a:active {
	text-decoration: none;
}

img {
	border: none;
}


body {
	font: 10pt "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	margin: 0px;
	background-image: URL(/images/back-page.png);
	background-attachment: scroll;
	background-repeat: repeat;
	background-color: #c7aa72;
	color: #333333;
}

#bodyIndent {
	height: 210px;
	background-image: URL(/images/back-indent.png);
	background-attachment: scroll;
	background-repeat: repeat-x;

	background-color: ;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

#banner {
	width:835px;
	position: relative;
	height: 125px;
	background-color: ;
	background-image: URL(/images/back-banner.png);
	background-repeat: no-repeat;
	background-position: top center;
	border: #900 solid 0px; 
}


.clearer {
	clear: both;
}


#container { 
	background-image: URL(/images/back-container.png);
	background-color: ;
	background-repeat: repeat-y;
	background-position: center ;
	position: relative;
	text-align: left;
}

#pageHeader {
	margin-top: 15px;
	height: 52px;	/* This is the space between the banner and the margin area below the top margin of the window */
	background-image: URL(/images/back-header2.png);
 	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
	z-index: 1;
}


#pageHeader H1, #pageHeader H2  {
	display: NONE;
}


#pageHeader #topnav {
	float: right;
	margin-top: 8px;
	margin-right: 52px;
	color: #ccc;
	font-size: 8pt;
	font-weight: bold;
}
	
#pageHeader #topnav a {
	color: #ccc;
	margin: 0 5px ;
}

#pageHeader #topnav a:hover {
	color: #fff;
}


#banner, #container, #footer, #pageHeader  {
	width: 864px;
}

#contentContainer {
	width: 616px;
	padding: 0px;
	margin-left: 23px;
}

#contentContainer #content {
	padding: 8px;
	line-height: 1.5em;
}

#sidebarContainer #sidebar {
	padding: 0 10px 10px;
}

#sidebarContainer .sideHeader {
	color: #000000;
	font-size: 1.3em;
	font-weight: bold;
	padding: 10px 10px 3px;
}

#footer {
	color: #7f683d;
	position: relative;
	background-image: URL(/images/back-footer.png);
	background-position: top center;
	background-repeat: no-repeat;
	height: 89px;
	padding-top: 25px;
}

#footer p {
	text-align: center;
	margin: 0;
	padding: 10px;
}

#footer a:link, #footer a:visited {
	color: #7f683d;
}

#footer a:hover, #footer a:active {
	text-decoration: none;
	
}
	

#sidebarContainer {
	float: right;
	width: 200px;
	margin-right: 21px;
	margin-top: 20px;
}



#navcontainer img {	/* just positions the arrow bullet */
	margin-top: 5px;
}
#navcontainer {
	position: relative;
	z-index: 99;
}

#navcontainer #current {
	color: #ffffff;
}

#navcontainer .currentAncestor {
	color: #ffffff;
}


#navcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0;
	width: 200px;
}

#navcontainer li {
	height:40px;
	position: relative;
	padding-bottom: 0px;
}

#navcontainer a {
	height:40px;
	font-size: 9pt;
	margin-top: 2px;
	display: block;
	text-align: center;
	color: #eee;
	text-decoration: none;
	padding: 8px 10px 8px 10px ;
	background-image: URL(/images/back-link.png);
	background-repeat: no-repeat;
	background-color: ;
	font-weight: bold;
	
}

#navcontainer a:hover {
	background-image: URL(/images/back-link-o.png);
	color: ;
}


#navcontainer ul ul {
	right: 200px;
	width: 200px;
	position: absolute;
	text-align: left;
	margin-bottom: 0px;
	top: 0;
}

#navcontainer UL UL a {
	color: #fff;
	height: 14px;
	background-color: #999;
	font-weight: bold;
}

#navcontainer UL UL a:hover {
	color: #fff;
	background-color: #aaa;
}

* html #navcontainer ul UL li a { height: 15px; }

div#navcontainer ul ul, div#navcontainer ul ul ul, div#navcontainer ul li:hover ul ul, div#navcontainer ul li:hover ul ul ul, div#navcontainer ul li:hover ul ul ul ul, div#navcontainer ul li:hover ul ul ul ul ul{
display:none;
}

div#navcontainer ul li:hover ul, div#navcontainer ul ul li:hover ul, div#navcontainer ul ul ul li:hover ul, div#navcontainer ul ul ul ul li:hover ul, div#navcontainer ul ul ul ul ul li:hover ul{
display:block;
}


#footer {
}

#contenttopper {
	height: 11px;
	background-image: URL(/images/back-content-top.png);
	background-position: top center;
	background-repeat: no-repeat;
}