html, body {
	background-color:#FFFFFF;
}
html, body, div, table, tr, form, input, textarea, p, span, img, h1, h2, h3, h4, h5, a, hr, ul, ol, li {
	margin: 0px;
	padding: 0px;
}
body, div, table, td, div.table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	line-height: 140%;
}
a {
	color: black;
	text-decoration: none;
}
a:hover { color: #83a3b3; }
hr {
	border-top: 1px solid #CCCCCC;
	border-right: 1px none white;
	border-bottom: 1px none white;
	border-left: 1px none white;
	height: 1px;
}
li {
	margin-left: 15px;
}
blockquote {
	margin: 10px 10px 10px 20px;
	padding: 0px 0px 0px 10px;
	border-left: 5px solid #CCCCCC;
	color: #777777;
}
.innerPadding {
	padding: 10px;
}
.mainBody { background-color: #ffffff; text-align: left; min-width: 800px; max-width: 800px; margin: 10px; border: solid 1px #000000; }
div.header { background-color: #eeecec; height: 75px; border-bottom: 3px solid white; border-top-width: 0; border-right-width: 0; border-left-width: 0; }
div.topnavi { width: 780px; padding-bottom: 3px; border-bottom: 1px solid #cccccc; }
div.topnaviDiv { float:left; width: 129px; height: 20px; padding: 3px 0 0; margin-right: 1px; font-size: 12px; font-weight: bold; text-align: center; vertical-align:middle; border: solid 1px #e3dfdf; cursor: pointer; }
div.topnaviDivSelected { float:left; width: 129px; height: 20px; padding: 3px 0 0; margin-right: 1px; font-size: 12px; font-weight: bold; background-color: #b8b8b8; text-align: center; vertical-align:middle; border: solid 1px #e3dfdf; cursor: pointer; }
a.topnaviLink {
	color: white;
}
div.topsubnaviDiv {
	position:absolute;
	visibility:hidden;
	width: 129px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	vertical-align:middle;
	background-color:#787878;
}
div.topsubnaviLinkDiv {
	width: 129px;
	padding: 5px 0px 5px 0px;
	border-top: 1px solid #FFFFFF;
	cursor: pointer;
}
a.topsubnaviLink {
	color: white;
	text-decoration: none;
}
div.naviMain {
	background-color: #420873; 
}
div.navi {
	float:left;
	width: 170px;
	min-height: 500px;
}
div.naviDiv { color: gray; margin-top: 1px; padding-left: 10px; }

a.naviLink {
	color: #000000;
	font-weight: bold;
}
div.naviSubDiv {
	margin-top: 1px;
	padding-left: 10px;
	font-size: 10px;
}
a.naviSubLink {
	color: #000000;
	font-weight: bold;
}
div.naviBottomDiv {

}
a.naviBottomLink {

}
div.naviBottomSubDiv {
	font-size: 10px;
}

div.contentImage { float:left; padding: 4px 0 5px 4px; border-top: 3px solid white; border-bottom: 1px solid #ccc; border-left: 1px solid #cccccc; }
div.contentSmall {
	float:left;
	width: 436px;
	border-right: 1px solid #CCCCCC;	
	border-left: 1px solid #CCCCCC;
	padding-left: 4px;
}
div.contentFull {
	float:left;
	width: 600px;
	border-left: 1px solid #CCCCCC;
	padding-left: 4px;
}
div.contentSet {
}
div.contentSetEntry {
	margin-bottom: 15px;
}
div.toolbox {
	float:left;
	width: 160px;
}
div.toolboxSet {
	margin-bottom: 20px;
}
div.toolboxSetEntry {
	padding: 10px 0px 0px 15px;
}
.footer {
	background-color: #EEEEEE;
}

.none, .none:hover {
	text-decoration: none;
}
.stopFloat {
  display: block;
  clear: both;
  float: none;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  overflow: hidden;
}

h1, h2, h3 {
	color: #420873;
	margin-top: 2px;
}
h1 {
	font-size: 12px;
	padding: 3px 0px 2px 10px;
	border-bottom: 1px solid #CCCCCC;
}
h2 {
	font-size: 12px;
	padding: 3px 0px 2px 15px;
	border-bottom: 1px solid #CCCCCC;
}
h3 {
	font-size: 11px;
	color:#000000;
	margin: 0px 0px 0px 0px;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
input {
	padding: 0px;
	border: 1px solid #999999;
}
input.submit {
	background-color: #000000;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #999999;
	color: white;
	padding: 0px;
	cursor: pointer;
	vertical-align: top;
}
input.newsletterbutton {
        /* this bright orange draws the eye and encourages people to act.
	   this color is what we want for this button - Joe */
	background-color: #FF3300; 
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #999999;
	color: white;
	padding: 0px;
	cursor: pointer;
	vertical-align: top;
}
textarea {
	padding: 0px;
	border: 1px solid #999999;
}
.articlereference { font-style: italic }
.articletitle { font-weight:bold }
.articlelink { }
div.imageMarker { color: #fff; background-color: #cdcdcd; text-align: center; width: 12px; float: left; min-height: 12px; margin-left: 5px; border-width: 0; }
div.imageMarkerLine { padding-top: 5px; }
