
/* CMRW Text Styles */

body {
	color: #212121;
    font: 12.5px/165% "Lucida Grande",Geneva,Verdana,Arial,Helvetica,sans-serif;
}

/* GENERAL TEXT STYLES */
h1 {
	color: #085400;
    font-size: 24px;
    margin: 20px 0px;
    text-align: left;
	font-weight: normal;
}

h3  a:visited, h3 a:active, h3 a:link {
    color: #895F30;
	font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

a {
	color: #895F30;
	text-decoration: none;
	font-weight: bold;
}

/* LEFT NAVIGATION */

#sidebar-nav {
    background-color: #ECF8FE;
    border: none;
	  border-top: thin solid black;
    margin: 0.8em 0.3em 1em 0;
    padding: 0;
    text-align: left;
    text-decoration: none;
}

#sidebar-nav li {
	list-style-type: none;
	background-color: #ECF8FE;
    border-left: thin solid black;
	border-right: thin solid black;
	border-bottom: thin solid black;
    display: block;
    font-family: "Trebuchet MS",Tahoma,Helvetica,Arial,Sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding: 5px;
	
}

#sidebar-nav a {
	 color: #085400;
	 text-decoration: none;
 }
 
#sidebar-nav a:hover {
	 color: #895F30;
 }
 