@charset "utf-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #6d6e71;
	background-color: #d1d2d4;
	padding:0px;
	margin:0px;
	background-image: url(../i/bgfill.png);
	background-position: center top;
	background-repeat: no-repeat;
}
.clear {
	clear:both;
}
img {
	border:none;
}
a {
	text-decoration:none;
	color: #0099FF;
}
a:hover {
	text-decoration:underline;
}

#dropshadow {
	width: 900px;
	margin: auto;
	background-image: url(../i/background.png);
	background-repeat: repeat-y;
}
#dropshadow-bottom {
	width: 900px;
	margin: auto;
	background-image: url(../i/background-bottom.png);
	background-repeat: no-repeat;
	height:20px;
}
#container {
	margin-top: 0px;
	padding: 20px 12px 8px 20px;
}
#rightcol {
	width: 600px;
	float: right;
}
#leftcol {
	width: 240px;
	float: left;
	margin-top: 30px;
	margin-left: 15px;
}
#rightcol #topnav {
	text-align: right;
	margin-bottom: 10px;
	margin-right: 10px;
	color: #0084cc;
}
#content h1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0084cc;
	font-style: italic;
	color: #0084cc;
	font-size: 1.5em;
	padding: 0;
	margin: 0;
	padding-bottom: 5px;
}
#content p {
	line-height: 1.5em;
}
p.bigfirst {
	font-weight:bold;
}
p.bigfirst:first-letter {
	font-weight: normal;
	font-size: 3.5em;
	line-height: 0.8em;
	float: left;
	margin: 0px 6px 0px 0px;
	color:#0084cc;
	width:auto;
}
#leftnav h2 {
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6d6e71;
	padding: 0;
	margin: 0;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
ul.prinav {
	zoom: 1;
	overflow: hidden;
}
h3.head:hover {
	cursor: pointer;
}
#rightcol #content {
	padding-right: 20px;
	margin-top: 20px;
}
#leftnav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-top:10px;
}
#leftnav li {
	padding-bottom: 10px;
}
#leftnav ul li a {
	color:#6d6e71;
	text-decoration:none;
}
#leftnav ul li a:hover {
	text-decoration:underline;
}
#leftnav ul li a.selected {
	color:#333333;
	font-weight:bold;
}
#navholder h3.head {
	text-decoration:underline;
	font-variant: small-caps;
	font-style:italic;
}
#sitetitle {
	color: #0084cc;
	line-height: 2em;
	margin-bottom: 40px;
}
#leftnav #download {
	margin-top: 50px;
	color: #0084cc;
	font-style: italic;
}
#banner {
	width: 600px;
	height: 312px;
}
.slide {
	position:relative;
}
#banner .banner-text {
	color: #FFFFFF;
	font-style: italic;
	position: absolute;
	right: 30px;
	top: 30px;
	font-size: 1.5em;
	font-weight: bold;
	text-transform: lowercase;
}
#banner .banner-text a{
	color:#FFFFFF !important;
}
#topnav a {
	font-weight: bold;
	color: #6D6E8B;
	text-decoration: none;
	font-size: 0.9em;
}
#download .downloadarrow {
	float:left;
	padding-right:10px;
}
/*
#download p {
	width: 150px;
	margin: 0 0 0 60px;
}
*/
#footer {
	font-size: 0.7em;
}
ul#downloadtypes {
	font-size: 0.8em;
	list-style-type: none;
	margin: 0px 0px 0px 60px;
	padding: 0px 0px 0px 25px;
}
#downloadtypes .pdf {
	list-style-image: url(../i/pdf_icon.gif);
}
#downloadtypes .rtf {
	list-style-image: url(../i/rtf_icon.png);
}

