body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background-color: #9B856C;
	margin: 0;
	padding: 0;
	line-height: 24px;
	color: #000;
}

a:link	{
	color: #7D6A55;
	text-decoration:underline
}

a:hover	{
	color: #7D6A55;
	text-decoration:underline
}

a:visited	{
	color: #7D6A55;
	text-decoration:underline
}

.logobullet {
	list-style-image: url(../resources/bullet.gif)
}

#narrower { width: 90% }

.twoColFixLtHdr #container { 
	width: 860px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFF;
	text-align: left; /* this overrides the text-align: center on the body element. */

} 

.twoColFixLtHdr #header {
	background: #FFF;
	background-image: url(../resources/banner_grad.jpg);
	background-repeat: no-repeat;
	padding: 10px;  
	height: 90px;
} 

.twoColFixLtHdr #subhead {
	background: #7D6A55;
	padding: 10px;
	margin-bottom: 10px; 
	width: 840px;
	float: left;
	height: 37px;
	color: #FFF;
	font-size:90%;
} 
/** HTML .twoColFixLtHdr #subhead {
	background: #7D6A55;
	padding: 10px;
	margin-bottom: 10px; 
	width: 840px;
	float: left;
	height: 37px;
	color: #FFF;
	font-size:90%;
}*/

#subhead a:link	{
	color: #FFF;
	text-decoration: underline
}

#subhead a:hover {
	color: #FFF;
	text-decoration: underline
}

#subhead a:visited {
	color: #FFF;
	text-decoration: underline
}

.smaller {
	font-size : 75%; 
	font-family : Verdana, Arial, Helvetica, sans-serif;
} 

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 30px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.twoColFixLtHdr #mainContent { 
	/*margin: 0 0 0 160px;*/ /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0 20px 0 190px;
} 

/* * HTML .twoColFixLtHdr #mainContent { 
	/*margin: 0 0 0 160px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
/*	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}*/


.twoColFixLtHdr #ul { 
	margin: 0 20px 0 190px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 


.twoColFixLtHdr #footer {
	padding: 0 10px 20px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(../resources/footer_back.gif);
	background-repeat: repeat;
	color: #FFF
} 

/** HTML .twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
/*	background-image: url(../resources/footer_back.gif);
	background-repeat: repeat-x;
	color: #FFF
} */

#footer a:link  {
	color: #FFF;
	text-decoration: underline
}
 
#footer a:hover {
	color: #FFF;
	text-decoration: underline	
} 

#footer a:visited {
	color: #FFF;
	text-decoration: underline
} 

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a 		space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
}

.fltright { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltleft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.pagelink {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #9B856C;
	text-decoration: underline
}

.pagelink a:link {
	color: #9B856C;
	float: right
}
 
.pagelink a:hover {
	color: #9B856C;
	float: right
}

.pagelink a:visited {
	color: #9B856C;
	float: right
}

.img {
    border: none;
	float:right;
	padding-top: 15px;
	padding-right: 5px
}

.twoColFixLtHdr #icons {
	background: #7D6A55;
	padding-top: 6px;
	padding-right: 1px;
	border: 0;
	float: right;
} 

/** HTML .twoColFixLtHdr #icons {
	background: #7D6A55;
	padding-top: 6px;
	padding-right: 1px;
	float: left;
	border: 0
}*/

.twoColFixLtHdr #breadcrumbs {
	padding: 9px 0 0 15px; 
	float: left;
	height: 37px;
	color: #FFF;
	width: 300px;
}

/** HTML .twoColFixLtHdr #breadcrumbs {
	padding: 9px 0 0 15px; 
	float: left;
	height: 37px;
	color: #FFF;
	width: 300px;
}*/

.twoColFixLtHdr #search {
	padding-top: 4px;
	padding-left: 0px; 
	height: 30px;
	width: 340px;
	background: #7D6A55;
	color: #FFF;
	float: right;
	text-align: right;
}

/** HTML .twoColFixLtHdr #search {
	padding-top: 4px;
	padding-left: 0px; 
	height: 30px;
	width: 340px;
	background: #7D6A55;
	color: #FFF;
	float: right;
}*/
/*- Navbar--------------------------- */

.twoColFixLtHdr #navbar {
	font: Arial, Helvetica, sans-serif; size:0.8em; color:#fff; 
	float: left; /* since this element is floated, a width must be given */
	height: 440px;
	background: url(../resources/footer_back.gif) scroll repeat top left;
	padding: 0px 10px 20px 0px;
	width: 160px;
	-moz-border-radius: 0 1em 1em 0;
	-webkit-border-radius: 0 1em 1em 0;
	margin-bottom:10px;
}

#navbar ul {
	list-style: none;
	margin-left: 0px;
	padding: 0;
	line-height: 17px;
	text-indent: 10px
}

#navbar li a {
	height: 18px;
	voice-family: "\"}\"";
	voice-family: inherit;
	text-decoration: none;
	border-bottom: 1px solid #FFF
}

#navbar ul li li {
	text-indent: 20px;
	background: transparent url(../resources/second-level.gif) no-repeat 12px 11px;
}

#navbar ul li li a:hover {
	background: #9B856C url(../resources/second-level.gif) no-repeat 12px 11px;
}

#navbar li a:link, #navbar li a:visited {
	color: #FFF;
	display: block;
	padding: 7px;
}

#navbar li a:hover, #navbar li #current {
	background: #9B856C;
	color: #FFF;
	padding: 7px;
}
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 220px; }
 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */

.center {text-align:center;}

.highlightbox {
	padding: 5px;
	background-color:#efefef;
	font-family: "Open Sans", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color: #333;
}
.highlightbox h2  {
	font-size: 1.3em;
	color: #be2c37;
}