/* CSS Document */

/*****  Basic Styles   *******/
body {
	background-color: #838897;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5E3643;
	margin-top: 0;
	background-image:  url("../images/flowers.gif");
	}
h1 {
	font-size: 1px;
	margin: 0;
	text-indent: -9000px;
	display: none;
	}

/*****  Container Div, to hold everything together  in the center *******/
div#wrapper {
	margin: 0 auto;
	padding-left: .01em;
	width: 760px;
	}
	
		
/*****  Logobar Div  *******/
#topbar {
	width: 762px;
	height: 39px;
	background-image: url(../images/bg_top_library_green.gif);
	background-repeat: no-repeat;
	}

/*****  Content Div, to hold content border *******/
#content {
	width: 760px;
	border: 1px solid #895610;
	border-top: 0px;
	background-image: url(../images/bg_content_pages.gif);
	}
/*****  Header Div  *******/
div#header {
	background-image: url(../images/bg_logo_header.gif);
	background-repeat: no-repeat;
	width: 760px;
	height: 115px;
}

#header a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 1.5em;
	text-transform: uppercase;
	text-decoration:none;
	color: #336600;
	letter-spacing: 1px;
	}
#header a:hover {
	text-decoration: underline;
	}
#header a.this {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 1.5em;
	text-transform: uppercase;
	text-decoration:none;
	color: #2E3E5D;
	letter-spacing: 1px;
	text-decoration: underline;
	}
#header p	{
	margin-top: 0px;
	font-size: 11px;}
#header .left {
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	} 
#header .right {
	float: right;
	text-align:right;
	margin-right: 21px;
	margin-top: 12px;
	} 

/*****  Nav Main Div  *******/

#nav_main {
	margin: 0;
	padding: 0;
	width: 760px;
	height: 27px;
	background-image:url(../images/bg_content.gif);
	background-repeat:repeat-y;
	}

#nav_main ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
	}

#nav_main ul li {
	display: block;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
	}

	}

/*****  Content *******/
#widebox p	{
	padding-left: 32px;
	padding-right: 20px;
	font-size: .8em;
	}
#widebox a {
	color: #2e3e5d;
	border: 0;
	border-bottom: 1px dotted #2e3e5d;
	text-decoration: none;
	}
#widebox a:hover {
	border-bottom: 1px solid #2e3e5d;
	}
#widebox li	{
	font-size: 0.8em;
	line-height: 1.7em;
	margin-left: 6px;
	}
#widebox li ul li	{
	font-size: 1em;
	line-height: 1.3em;
	margin-left: 6px;
	}
#widebox li ol li	{
	font-size: 1em;
	line-height: 1.3em;
	margin-left: 6px;
	}
/*****  Footer *******/
#footer {
	clear: left;
	font-size: 10px;
	width: 760px;
	padding-top: 5px;
	padding-bottom: 2px;
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-y;
	text-align: center;
	}
#footer p {margin: 4px;}
#footer a {
	color: #627292;
	text-decoration: none;
	}
#footer a:hover {
	color: #5E3643;
	text-decoration: underline;
	}

/*****  Miscellaneous Styles *******/
#sitedesign {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	margin-left: -900px;
	}
	
.cellbg1 {
	background-color: #B9C2DF;
}
.cellbg2 {
	background-color: #D3DBF0;
}


.small {
	font-size: 0.75em;
}

