/***********************************************/
/* site_styles.css                            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #789673;
	line-height: 1.166;
	font-size: medium;
	font-weight: normal;
}
a {
	color: black;
	text-decoration: underline;
	font-weight: bold;
}

/* overrides decoration from previous rule for hovered links */
a:hover {
	color: #634f2e;
	text-decoration: none;
}



h1, h2, h3, h4, h5, h6 {
	font-family: Papyrus, "Trebuchet MS", Arial;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
}

h1{
	font-size: 120%;
	color: #000000;
}

h2{
	font-size: 100%;
	color: #006699;
}

h3{
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	font-style: normal;
}

h4{
	font-size: 80%;
	color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
	list-style-type: disc;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}


label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#wrapper {
	background-color: #789673;
	max-width: 900px;

	width: expression(document.body.clientWidth > 901? "900px": "auto");
	margin: 10px auto 0px;
	height: auto;
	padding: 0px;
	border-top-color: #808080;
	border-right-color: #808080;
	border-bottom-color: #808080;
	border-left-color: #808080;
	background-image: url(images/leftbar.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

#sidebar{
	float: left;
	display: inline;
	padding: 0;
	margin: 0;
	width: 150px;
	height: auto;
}

#contentwrap {
	margin-left: 150px;
	background-color: #afc4a6;
	background-image: url(images/green.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

#contentbar {
	/*	max-width: 701px; */
/*	margin: 0; */
	background-image:url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 90%;
	font-weight: normal;
	height: auto;
	padding-top: 84px;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 20px;
}

/* this style set up in case a different image is desired on the back pages */
#backcontentbar {
	background-image:url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 90%;
	font-weight: normal;
	height: auto;
	padding-top: 84px;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 20px;
}
#backcontentbar a, #contentbar a {
	color: black;
	text-decoration: underline;
	font-weight: bold;
}

/* overrides decoration from previous rule for hovered links */
#backcontentbar a:hover, #contentbar a:hover {
	color: #634f2e;
	text-decoration: none;
}

#footer{
    clear: both;
    width: 100%;
	background-color: #808080;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 95%;
	padding: 5px 0px 5px 0px;
	color: #333333;
	font-family: Papyrus, "Trebuchet MS", Arial;
	font-style: normal;
}

#breadCrumb a:hover {
	text-decoration: underline;
}
	




/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
.navlink {
	border: thin none #7f98c0;
	font-family: Papyrus, "Trebuchet MS", Arial;
	font-size:18px;
	font-weight: bold;
	font-style: normal;
	/*	padding-top: .25em;
	padding-right: 0em;
	padding-bottom: .25em;
	padding-left: 0em; */
	margin-right: 1em;
	margin-left: .5em;
}

#sidebar a:link, a:visited, a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

/* overrides decoration from previous rule for hovered links */
#sidebar a:hover {
	text-decoration: underline;
}

.hilite {
	background-color:#E1E1E1;
}

.shortrule {
	color: #000000;
	background-color: #000000;
	height: 3px;
	width: 411px;
	text-align:center;
	background-position: center center;
}

.bottomrule {
	color: #789673;
	background-color: #789673;
	height: 3px;
}

.photocaption {
	font-size: 70%;
	padding-right: 0.5em;
	padding-left: .5em;
	text-align:center;
}

.bigcaption{
	font-size: 14px;
	text-align:center;
	padding: 5px 0px 5px 0px;
	color: #000000;
	font-family: Papyrus, "Trebuchet MS", Arial;
	font-weight: normal;
	font-style: normal;
}
.this_page {
	font-weight: bold;
	font-size: 1.2em;
}	
.fine_print {
	font-family: Papyrus, "Trebuchet MS", Arial;
	font-style:italic;
}	

	
