body
{
	background: white;
	color: black;
}

html, body {
	font-size: 9pt;
	font-family: Verdana, Arial, Sans-Serif;
	margin-top: 5px;
}

table, select, input {
	font-size: 1em;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0;
	margin-top: 0;
}

H2 {
	font-size: 1.3em;
}

H3 {
	font-size: 1em;
}

UL
{
	margin-top: 0;
}

/*H4-H6 is used by user in DHTML editor*/
H4 { font-size: 1.7em; }
H5 { font-size: 1.5em; }
H6 { font-size: 1em; }


IMG {
	border: 0;
}

A {
	text-decoration: none;
	color: #0a2066;
	background: Transparent;
}

A:hover {
	color: #DC3C0A;
	background: Transparent;
	text-decoration: underline;
}

/*
Styles for page layout
*/
#mainContent 
{
   width: 940px;
}

#columnLeft {
	padding-bottom: 4ex;
	width: 230px;
}

#columnSpace 
{
   background-color: transparent;
   width: 10px;
}

#columnMiddle 
{
}

/* Layout finished */

#columnLeft .headline 
{
   background-color: #E6E6D2;
   margin-bottom: 2px;
   padding-left: 0.5ex;
}

#columnLeft .group
{
   margin-bottom: 2px;
   padding-left: 2ex;
}

#columnLeft .doc
{
   margin-bottom: 2px;
   padding-left: 5ex;
}

.header  /* used for column headers */
{
   border-bottom: solid 2px #D4D2BA;
   background-color: #E6E6D2;
   font-size: smaller;
   margin-bottom: 10px;
}

.header IMG
{
   margin-right: 1.5ex;
}

#footer 
{
   font-size: smaller;
   text-align: center;
   margin-top: 5ex;
   margin-bottom: 1ex;
   padding-top: 2px;
   padding-bottom: 4px;
   background-color: #e6e6d2;
}

/*
Used for listing articles
*/
.topArticles .date
{
	background: none;
	font-size: 7pt;
	font-weight: lighter;
	display: none;
}

.topArticles
{
	padding-bottom: 6px;
	width: 430px;
}

.topArticles TD {
	padding-bottom: 3ex;
}

.topArticles .ingress
{
	font-weight: normal;
}

.odd .ingressimage
{
   float: right;
   margin-left: 5px;
}

.even .ingressimage
{
   float: left;
   margin-right: 5px;
}

.rmicon {
	padding-top: 5px;
}

/* displays a single article */
.ingress {
	font-weight: bold;
}

.date
{
	background: none;
	font-size: 7pt;
	font-weight: lighter;
}

/* menu stuff */

#menu .item {
   padding-left: 3ex;
   padding-right: 3ex;
}

#menu {
   border-bottom: solid 2px #D4D2BA;
   margin-top: 7px;
   margin-bottom: 10px;
}

#menu A:hover {
   color: #0a2066;
}

.ERROR {
	color: red;
	font-weight: bold;
}

.readmore
{
   border-bottom: solid 2px #D4D2BA;
   background-color: #E6E6D2;
   font-size: smaller;
   padding-right: 2ex;
}

.error
{
   color: red;
   font-weight: bold;
}

