
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0;
}
#container {
	width: 100%;
	background-image: url(../images/container_backg.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:top center;
	padding-top:5px;

}
#masthead {
	background-image: url(../images/header_bg.gif);
	background-repeat:no-repeat;
	background-position:top center;
	color: #FFFFFF;
	border-bottom:solid 5px #666666;
	padding: 0px;
	margin-top: 5px;
}
#wrapper {
	width: 770px;
	margin: 0 auto;
}
#column_wrapper {
	background-image: url(img/clm01_middle.gif);
	background-repeat: repeat-y;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#left {
	width: 570px;
	float: left;
}
#right {
	width: 200px;
	float: left;
}
#left .content {
	padding: 24px 26px;
	font-size: 0.8em;
	line-height: 1.35em;
}
#right .content {
	padding: 24px 20px;
	font-size: .75em;
	line-height: 1.5em;
}
#masthead .content {
	padding: 10px 20px;
}
#footer .content {
	padding: 12px 20px;
}
#footer {
	width:770px;
	background-image: url(../images/footer_bg.gif);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:bottom;
	border-top: solid 1px #999999;
	color: #333333;
	padding: 0px;
	margin: 0 auto;
	font-size: 0.7em;

}
.menulist {
	margin: 6px 0 5px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #9B7C00;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #000000;
}
#right a:link {
	color: #755E00;
}
#right a:visited {
	color: #333333;
}
#right a:hover {
	color: #000000;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #333333;
	border-left: 6px solid #006AB9;
	text-decoration:none;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #598DC8;
	color:#666666;
}
#footer a:link {
	color: #999999;
}
#footer a:visited {
	color: #666666;
}
#footer a:hover {
	color: #FFFFFF;
}
.uberlink {
	font-weight: normal !important;
	border-color: #FFCC00!important;
}
hr{
	border-width: 1px 0 0 0; 
	border-color: #CCCCCC;
	border-style:solid;
	height:0;
	text-align:left;
	margin-bottom: 0.7em;
}
h1 {
	font-size: 1.6em;
	color:#3366CC;
	margin: 0;
}
h2 {
	font-size: 1.35em;
	color:#666666;
	margin: 15px 0 0 0;
}
h3 {
	font-size: 1.1em;
	color:#999999;
	margin: 15px 0 0 0;
}

.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
.floatright {
  float: right;
  padding:5px 0px 5px 10px;
}
.floatleft {
  float: left;
  padding:5px 10px 5px 0px;
}
.pdflist {
	margin: 6px 0 12px 0;
	padding: 0;
	line-height:15px;
	list-style-type: none;
}
#wrapper .pdflist ul, #wrapper .pdflist li{
	list-style: none; 
	padding: 6px 0px 5px 20px;
	text-indent:inherit;
	background: url(../images/pdf_icon_small.gif) no-repeat 0px 0.4em;
}
#wrapper .pdflist a, #wrapper .pdflist a:visited {
	color: #333333;
	font-size:12px;
	text-decoration: none;
}
#wrapper .pdflist a:hover {
	color:#666666;
}