<!-- 2004-Jan-22 KMR   In the "body" definition below, change the background to FFFFFF for the Production version.  The color has been changed for this beta version to provide an obvious visual clue as to which version of the site you are working on. -->

<!--	background: #FDDDDD; background color for beta version --!>
<!--	background: #FFFFFF; background color for production version --!>
body {
	background: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

div#header {
	vertical-align: top;
}

div#footer {
	vertical-align: bottom;
}

h1 {
	color: #000000;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: italic;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
   font-size: 95%;
}

hr {
	color: #000000;
	background-color: transparent;
	height: 2px;
}

li {
	margin-bottom: 12px;
	font-size: 95%;
}

li.single {
	margin-bottom : 0;
	font-size: 95%;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
}

table {
	width: 100%;
	border: 0;
	padding: 0;
}

td, th {
	vertical-align: top;
	font-size: 95%;
}

td#imagecolumn {
	width: 180px;
	padding: 10px 10px 10px 0px;
}

td#main {
	margin-right: 10%;
	padding: 10px 0px 10px 0px;
}

ul {
	list-style-type: square;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 12px;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
}

.category {
	font-weight: bold;
}

.copyright {
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
}

.highlight {
	color: #0000FF;
	font-weight: bold;
}

.logo {
	margin-bottom: 0;
}

.org {
	font-weight: bold;
}

.note {
	font-weight: bold;
}

.sidebar {
	border: thin solid #003399;
	background-color: #FFFFFF;
	color: #000000;
	padding: 10px;
	width: 216px;
	vertical-align: top;
}

.tagline {
	font-weight: bold;
	font-size: 90%;
	margin-top: 0;
}

a:link {
	color:  #003399;
	background-color: transparent;
}

a:visited {
	color: #993399;
	background-color: transparent;
}

a:active {
	color: #CC3300;
	background-color: transparent;
}

a:hover {
	color: #CC3300;
	background-color: transparent;
}
