body {
	background-color: White;
	color: Black;
	margin-top:0px;
}
#bodybox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
}
.bodyboxframe {
	background-color: #4DA27B;
}

#csv-banner img {
	display: block;
	border: 0px;
}

#masthead {
	padding: 5px 10px 5px 10px;
}
#masthead #at-left {
	float: left;
	text-align: center;
	width: 520px;
}
#masthead #at-right {
	float: right;
	text-align: right;
	width: 200px;
}
#masthead h1 {
	color: white;
	letter-spacing: .08em;
	margin-top: 0px;
	margin-bottom: 0px;
	font-style: italic;
	font-weight: bold;
	font-size: 48px;
}
#masthead h1 span {
	font-size: 40%;
	text-decoration: underline;
	position: relative;
	bottom: 0.7em;
}
#masthead h2 {
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
	letter-spacing: 0.2em;
	margin-top: 0%;
	margin-bottom: 0%;
	text-align: center;
}
#masthead #quickmenu {
	font-size: 0.8em;
	color: #FFFF00;
	margin: 2.6em 0px 0px 0px;
	text-align:left;
}
#masthead #quickmenu a {
	font-weight: bold;
	color: #FFFF00;
	text-decoration: underline;
}
#masthead #quickmenu a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}
#menuposn a {
	font-weight: bold;
	color: Red;
}
#bodybox-footer {
	font-weight: normal;
	font-size: 0.7em;
}
#bodybox-footer a {
	font-size: 120%;
	font-weight: bold;
	text-decoration: underline;
	color: #FFFF00;
}
#bodybox-footer a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}

#pagecontent {
	font-size: 1em;
	font-weight: normal;
	line-height: 150%;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#pagecontent td {
	font-size: 1em;
	font-weight: normal;
	line-height: 150%;
}
#pagecontent h1 {
	font-size: 1.6em;
	font-weight: bold;
	text-align: left;
	position: relative;
	color: #11325A;
	line-height: 150%;
	letter-spacing: 3pt;
	font-variant: small-caps;
}
#pagecontent h2 {
	font-size: 1.4em;
	font-weight: bolder;
	text-align: left;
/*	width: 80%;*/
	border-style: none;
	color: #11325A;
}
#pagecontent h2 a {
	color: #11325A;
}
#pagecontent h3 {
	font-size: 1.2em;
	font-style: italic;
	text-align: left;
/*	width: 80%;*/
	border-style: none;
	color: #2799C8;
}
#pagecontent h3 a {
	color: #2799C8;
}
#pagecontent a {
	text-decoration: none;
	border: dotted;
	border-width: 0px 0px 2px;
	border-color: black black #F42941;
	font-weight: inherit;
	color: black;
}
#pagecontent a:hover {
	background-color: #EAEAEA;
	border-color: black black #F42941;
	border-style: solid;
	border-bottom-width: 2px;
}
#pagecontent .emphasisestart {
	font-weight: bold;
	color: #F42941;
}
#pagecontent .emphasisestart a {
	color: #F42941;
}
#pagecontent .imagefloatright {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#pagecontent .imagefloatleft {
	float: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#pagecontent .quote{
	font-size: 80%;
	font-style: italic;
}

#pagecontent ul.unbulleted {
	list-style: none outside;
}
#pagecontent ul.unbulleted li {
	margin-left: -1.7em;
}
#pagecontent ul.unbulleted li .emphasisestart {
	font-style: italic;
	margin-right: 0.3em;
	margin-left: -0.5em;
}


#pagecontent #footnote{
	clear: both;
	font-size: x-small;
	line-height: 100%;
	background-color: #EEEEEE;
	padding: 2px;
	text-align: center;
	margin-top: 10px;
}
#pagecontent .centeredImage{
	border: 0px;
	text-align: center;
	margin: 0px 5px 0px 5px;
	font-size: 80%;
	font-family: "Comic Sans, Tahoma, Verdana, Arial, Helvetica, sans-serif";
	font-style: italic;
}
#pagecontent .centeredImage img{
	margin:auto;
	display:block;
}

#pagecontent #maincontent {
	float:left;
	width:500px;
}

#pagecontent #sidebar {
	background-color: #D4E9CE;
	float: right;
	width: 200px;
	font-size: 90%;
	padding: 15px 5px 15px 5px;
	border-left: thin dotted Blue;
}
#pagecontent #sidebar .quote{
	font-size: 90%;
	font-style: italic;
}
