@charset "utf-8";
/* CSS Document */

/* =========== global styles ============= */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	/*background: #3e3d3d url(images/darkBackround.png) repeat-x top;*/
	background:#FFF;
}

p, h1, h2, h3, h4, h5, h6, li{
	margin: 1ex 1em;
}

/* the list structure was imported from sublime */
a, a:link {
	color:#063;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color:#0C0;
	text-decoration: underline;
}
a:focus {
	color: #000;
	outline: none;
}
a:active {
	color: #000;
	outline: none;
}

/* end of the list structure was imported from sublime */




div#outerDiv {width: 900px; margin:0 auto; 
				/*background: #fff url(images/headerPicture.jpg) no-repeat;}*/
				background:#FFF;}

/*===== header ===*/

div#header { height:200px; position:relative; }

/*===== Main Content ===*/

#content {	background: url(images/greenFade3.jpg) repeat-x}

#content div#mainContent {float:right; width: 694px; margin:0; padding: 0 5px;
border-left: solid #56A03D 1px;
}

#mainContent p { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:.8em; line-height:1.4em; color:#000; margin:1ex 0;}

#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4 {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}

#mainContent h1 {
	font-size:1.6em;
	font-weight: bold;
	color:#183506;
	margin:0 0 .4ex 0;
}

#mainContent h2 {font-size:1.2em; color:#3c3809; margin:.4ex 0;}

#mainContent h4 {font-size:1.1em; font-weight: bold; color:#666; margin: 1ex 0 .4ex 0;}

#mainContent h5 {font-size:1.1em; font-weight: bold; color:#400000; margin: 1ex 0 .4ex 0;}


/* sidebar */
#content div#sideBar {float:left; width: 191px;}
#sideBar p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:.8em;
	line-height:1.2em;
	color:#000;
	margin:0 0 3ex 0;
}
#sideBar h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#004000;
	margin:1 0 .5ex 0;
}

/* this was imported from Sublime., it was called #leftColumn1 ul */

#sideBar ul {
	font-size:.9em;
	margin: 0px;
	padding: 10px 0px 20px;
}
#sideBar ul li {
		font-size:.9em;
list-style: none;
	display: inline;
}
#sideBar ul li a {
		font-size:.9em;

display: block;
	padding: 5px 4px 5px 15px;
	line-height: 15px;
	background: url(images/sidenav.gif) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#sideBar ul li a:hover {
	font-size:.9em; 
	font-weight:bold;
	text-decoration: none;
	background: url(images/sidenav.gif) no-repeat left -25px;
	color: #004F00;
}


/* miscellaneius styles */
 .clear { clear:both;}
 
 .imgborder {margin: 20px; padding:5px; border: 1px solid #999;}
 
 .maincontentdatehighlight {color:#400000; font-size:1.1em;}
 .maincontentnamehighlight {color:#004000; font-size:1.1em;}
 .maincontentInfoAtTop {color:#000; font-size:1em;}

#sideBar .navtext {
	margin:10px;
}

