body
{
	background-color: #fff672;
	background-image: url(/images/body_bg1.png);
	background-position: center;
	background-repeat: repeat-y;
	color: black;
	margin-top: 0px;
}

body, table
{
	font-family: arial,helvetica,tahoma,verdana;
	font-size: 10pt;
}

#main
{
}

#header
{
	xborder-bottom: 3px solid #657DC7;
	padding: 0px;
	margin: 0px;
}

#footer
{
	position: fixed;
	bottom: 0px;
	background-color:  #657DC7;
	color: white;
	border: none;
}
	
#content
{
	padding: 8px;
	position: relative;
	left: 152px;
	width: 630px;
}


#newsletter_list
{
	float: right;
	list-style-type: none;
}

#newsletter_list li
{
	border-bottom: 1px solid #bbccde;
}

#newsletter_list li:hover
{
	cursor: pointer;
}

#newsletter_list div.date
{
	color: #505060;
	font-style: italic;
	font-size: smaller;
}

th
{
	text-align: left;
}

h1, h2, h3, h4, h5, h6
{
	color: #656FA0;
}

div.error_message
{
	background-color: #FFFE7B;
	color: black;
	padding: 4px;
}