@charset "utf-8";
/* ------------------sidebar specific styles -----------------------*/
#sidebar h1{
	margin: 0;
	text-indent: -1000em;
	height: 35px;
	margin-bottom: .25em;
	}
#sidebar {
	background-color: #698A37;
}
#sidebar #archive ul li {
	margin:0;
	padding:0;
	background: url(../images/archive_bkg.gif) no-repeat left center;
	list-style-type: none;
	}
.liGen {
	line-height: 12px;
	height: 10px;
	display: block;
}

#content2 {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #2F374B;
	font-size: 11px;
	background-image: url(../images/contentBG.gif);
	padding-top: 35px;
}
#content2 p {
	padding-left: 20px;
	padding-right: 20px;
}

#title {
	background-color: #CFD4BE;
	height: 50px;
	font-family: Garamond, "Garamond Premr Pro", "Garamond Premr Pro Smbd", "Times New Roman", serif;
	font-size: 16px;
	font-weight: normal;
	color: #2F374B;
}
#title h1 {
	font-size: 18px;
	padding-top: 15px;
	padding-left: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #830606;
	width: 200px;
	margin-left: 15px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


#sidebar #archive ul a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	line-height: 30px;
	background: url(../images/archive_bkg.gif) no-repeat left center;
	margin: 0;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFE2D3;
}
#content2 h1 {
	font-size: 16px;
	color: #2F374B;
}

#sidebar #archive ul a:hover {
	background-position: -200px 0px;
	color: #2F374B;
	}
#sidebar #archive ul a.current {
	background-position: top right;
	color: #602E0C;
	cursor: default;
	}
#sidebar #archive ul a.last {
	border-bottom: none;
	}
.twoColFixSmSide #sidebar div#archive {
	padding:0;
	}
#sidebar #required ul a:hover {
	background: #6C8C6F url(../images/bullet.gif) no-repeat left center;
}
#sidebar div img {
	margin: .5em auto;
	display: block;
}
#sidebar div p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #fff;
	margin: 0 10px;
}
#sidebar  div#next  p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #fff;
	margin: 1em .7em;
	line-height: 1.6;
}

#sidebar div p.caption {
	font-size: 0.8em;
	margin-top: 0em;
	text-align: center;
}
a:link,a:visited {
	color: #303660;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #303674;
	text-decoration: none;
}

#sidebar div h2 {
	font-size: 1em;
	margin-left: 10px;
	margin-top: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.rightAlign    {
	text-align: right;
}
