 
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #27455b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #f1f5e9;
	background-image: url(../images/full_bkg.jpg);
	background-repeat: repeat-x;
	line-height: 19px;
}
hr {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #27455B;
}

a:link {
	color: #5E664E;
	text-decoration: underline;
} 
a:visited{
	color: #5E664E;
	text-decoration: none;
} 
a:hover {
	border-bottom: 0;
	background: none;
	text-decoration: none;
	color: #cdd5be;
}
a:active{
	border-bottom: 0;
	background: none;
	text-decoration: underline;
}

#nav {
	letter-spacing: .25em;
}
#nav a:link {
	color: #5E664E;
	text-decoration: none;
} 
#nav a:visited{
	color: #5E664E;
	text-decoration: none;
} 
#nav a:hover {
	border-bottom: 0;
	background: none;
	text-decoration: underline;
	color: #cdd5be;
}
#nav a:active{
	border-bottom: 0;
	background: none;
	text-decoration: none;
}
h1 {
	font-size: 11px;
	line-height: 24px;
	font-weight: bold;
}
h2 {
	font-style: italic;
	font-size: 11px;
	line-height: 19px;
	font-weight: normal;
}
h3 {
	font-size: 11px;
	line-height: 19px;
	font-weight: bold;
}

#container {
	width: 850px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #f1f5e9;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header {
	height: 200px;
	background-image: url(../images/full_bkg.jpg);
	background-repeat: repeat-x;
	padding: 0;
	position: relative;
} 
#access {
	height: 83px;
	width: 850px;
	position: absolute;
	top: 117px;
}
.horz_rule {
	background-image: url(../images/hr_rule.gif);
	background-repeat: repeat-x;
	background-position: left center;
}

#mainContent {
	margin: 0;
} 

#footer {
	background-color: #CBD5BD;
	height: 60px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
#header img {
	padding-left: 305px;
	position: absolute;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#access img {
	padding: 0px;
	margin: 0px;
	top: 0px;
}
#access table tr td img {
}
#sidebar_text {
	color: #858468;
	padding-right: 6px;
	padding-left: 0px;
	background-image: url(../images/hr_rule.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 10px;
	padding-bottom: 10px;
}
#sidebar_box {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(../images/hr_rule.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#sidebar_box ul {
	list-style-image: url(../images/dot_right.jpg);
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 14px;
}

#sidebar_text a img {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.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;
}
 .creative_commons {
	font-size: 9px;
}
.creative_commons {
	font-size: 9px;
	line-height: 12px;
}

[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColLiqRtHdr #sidebar1 { padding-top: 30px; }
.twoColLiqRtHdr #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
