/* CSS Document - these styles override the U Templates styles in screeen_center.css */


/* change the page's background color */
#dot {
	background-color:#ece3cf;
}

/* style the look of the left nav bar - give each section a background color */
#nav {border-bottom:none;} 


/* Specifies height and width of left navigation section. 070829: Width was changed from 150px to 149px and a 1px right side border was added. This is part of a fix for an obscure Windows IE bug that pushed the body content below the left navigation. See Web Depot for change log. */
div#leftNav {
	width: 149px;
	height: 100%;
	margin: 0;
	padding: 0;
	border-left:0;
	float:left;
	border-right: 1px solid #999999;
	}

/* Creates sections for a list of navigation links - one link per row */
div#leftNav ul {
	list-style-type: none;
	margin: 10px 0px 0 0px;
	padding: 0;
	border-bottom: none;
}

/* Styles left navigation links */
div#leftNav ul li {
	margin: 2px 0 10px 0;
	padding: 0;
	list-style-type:none;
	text-align:left;
	color: #ffffff;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	}



/* - CUSTOM CLASSES FOR COLOR OF LEFT NAV LINKS - */

#leftNav a:link, #leftNav a:visited {
	color: #ffffff;
	text-decoration: none;
	padding: 5px 5px 0px 10px;
	margin: 0;
	display:block;
	
}

#leftNav a:hover, #leftNav a:active {
	color: #ffffff;
	background-color: #83af9c;
	text-decoration: none;

}



/* change the look of headings */
h1 {
	color: #003C24;
	margin-bottom:0.5em;
}
h2, h3, h4 {color: #000000; margin-bottom: 0;}
h2 {margin-top: 1em;}

.column1 p, .column0 p, .column0 li {margin-top: 0; line-height: 1.5em;}
.column1 a:link, .column0 a:link {color: #99664c;}
a:hover {color: #BD5E2B; }

/* change the look of the right column */
.column2 h2 {
	color: #542D01;
	background-color: #b89976;
	width: 180px;
	margin: -11px -11px 5px -11px;
	padding: 3px 10px 3px 10px;
	font-size: 1.1em;
	border: none;
}
.column2 p {padding-top: 0px; padding-bottom: 5px;}
.column2 a:link, .column2 a:visited {color: #542d01;}
.column2 a:hover, .column2 a:active {color: #B56002;}



.picture {border: 1px solid #000000; margin-right: 10px; float: left;}
.picture-right {border: 1px solid #000000; margin-left: 10px; float: right;}
.picture-right-noborder {border: none; margin-left: 10px; float: right;}
.caption {color: #626738;}
