/***********************************************/
/* site_styles.css                            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #808080;
	line-height: 1.166;
	font-size: medium;
	font-weight: normal;
}

a:link, a:visited, a:hover {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}

/* overrides decoration from previous rule for hovered links */
a:hover {
	text-decoration: underline;
}


h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	color: #000000;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 padding: 10px 0;
 font-size: 100%;
 color: #000000;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
	list-style-type: circle;
}

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: #c0c0c0;
	max-width: 900px;
	width: expression(document.body.clientWidth > 901? "900px": "auto");
	border: thin ridge #808080;
    margin: 10px auto 0px;
	height: auto;
	padding: 0px;
}

#sidebar{
	float: left;
	display: inline;
	padding: 0;
	margin: 0;
	background-color: #c0c0c0;
	background-image:url(images/navigation.jpg);
	background-repeat:no-repeat;
	background-position: top right;
	width: 175px;
	height: auto;
}

#contentbar {
	/*	max-width: 701px; */
/*	margin: 0; */
	margin-left: 175px;
	background-color: #FFFFFF;
	background-image:url(images/content.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	font-size: medium;
	font-weight: normal;
	height: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

#footer{
    clear: both;
    width: 100%;
	background-color: #808080;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 0px;
	color: #333333;
}




/************** #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;
	/*	width: 13.5em; */
	margin: 1em;
	padding: 0.25em 0em 0.25em 0.25em;
	font-family: "Times New Roman", Times, serif;
	font-size:large;
	font-weight: bold;
}
.selectedlink {
	border: thin none #7f98c0;
	width: 13.5em;
	margin: 1em 0.25em 1em 0.5em;
	padding: 0.25em 0em 0.25em 0.25em;
/*	font-family: "Trebuchet MS", sans-serif; */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	background-color: #BFCCDF;
}
.hilite {
	background-color:#E1E1E1;
}

.shortrule {
	color: #000000;
	background-color: #000000;
	height: 3px;
	width: 411px;
	position: relative;
	left:1px;
/*	text-align:center;
	background-position: center;*/
}

.bottomrule {
	color: #808080;
	background-color: #808080;
	height: 3px;
}
.photocaption {
	font-size: small;
	margin: 10px;
	padding: 10px;
}
.homephotocap {
	font-size: small;
	margin: 5px 20px;
	padding: 0 20px;
}	
.hometext {
	font-size: small;
	margin: 10px 20px 0 20px;
	padding: 10px 20px 0 20px;
}	
.menuback {
	background-color: #e0e6e6;
}	

.indentleft {
	padding-left: 2em;
}