@charset "UTF-8";
/* CSS Document */

<style type="text/css">
<!--
body {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-left: 45px;
	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 */
	
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

a img {border:none;}
a{text-decoration:none;}
a:link {color:#8E8F8B;}
a:visited {color:#8E8F8B;}
a:hover {color:#4b4b4b;}
a:active {color:#4b4b4b;}

.oneColFixCtrHdr #sideBar {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ECEBE1; /* the background color will be displayed for the length of the content in the column, but no further */
	
}

.oneColFixCtrHdr #logo {
	padding-top:24px;
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	
}


.oneColFixCtrHdr #volumeNumber {
	margin-top:8px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height:18px;
	color: #f49421;
	background:#FFFFFF;
	padding: 12px 5px 8px 12px;
	border-top: 2px solid #ddebb8;
	border-bottom: 2px solid #ddebb8;
	
}

.oneColFixCtrHdr #newslettertitle {
	margin-top:8px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height:18px;
	color: #f49421;
	background:#FFFFFF;
	padding: 12px 5px 8px 12px;
	border-top: 2px solid #ddebb8;
	border-bottom: 2px solid #ddebb8;
	
}

.oneColFixCtrHdr #sideBarlinks {
	margin-top:10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11.5px;
	line-height:18px;
	color: #000000;
	padding: 12px;
	padding-right:5px;
	margin-bottom: 10px;
}


.oneColFixCtrHdr #home {
	margin-top:2px;
	margin-bottom:8px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11.5px;
	color: #000000;
	background:#FFFFFF;
	padding-left: 12px;
	padding-top: 6px;
	padding-bottom:6px;
	border-top: 2px solid #ddebb8;
	border-bottom: 2px solid #ddebb8;
	
}

.oneColFixCtrHdr #visit {
	
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8.5px;
	padding-bottom:20px;
	background:#FFFFFF;
	text-align: center;
	
}
a.visit:link {color:#f49421;}
a.visit:visited {color:#f49421;}
a.visit:hover {color:#f49421;}
a.visit:active {color:#f49421;}

.oneColFixCtrHdr #mainContent {
	width: 500px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11.5px;
	line-height:18px;
	color: #000000;
	background: #FFFFFF;
	margin-top:18px;
	margin-left: 218px;
}

.oneColFixCtrHdr #heading {
	line-height:22px;
}


.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 */
	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;
    line-height: 0px;
}

#references {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height:15px;
	color: #8E8F8B;
}

-->
</style></head>