body {
    background: url(images/bg2.jpg) center repeat-y fixed;
	text-align:center;	
}
img.download {vertical-align:middle;}
.bodytext  {
	font-family : Times New Roman;
	font-size : 9pt;
	color : #000000;
}

.bodylink  {
	font-family : Times New Roman;
	font-size : 7.5pt;
	color : #0000ff;
	text-decoration : none;
}

.bodylink:hover  {
	font-family : Times New Roman;
	font-size : 8.5pt;
	color : #ff0000;
	text-decoration : underline;
}

.smtext  {
	font-family : Times New Roman;
	font-size : 8pt;
	color : #000000;
}

.smlink  {
	font-family : Times New Roman;
	font-size : 8pt;
	color : #0000ff;
	text-decoration : none;
}
.smlink:hover  {
	font-family : Times New Roman;
	font-size : 8pt;
	color : #ff0000;
	text-decoration : none;
}

.topmenu  {
	font-family : Times New Roman;
	font-size : 9pt;
	color : #ffffff;
}

.topmenulink  {
	font-family : Times New Roman;
	font-size : 9pt;
	color : #ffffff;
	font-weight : bold;
	text-decoration : none;
	margin-bottom:22px;
}

.topmenulink:hover  {
	font-family : Times New Roman;
	font-size : 9pt;
	color : #fff799;
	font-weight : bold;
	text-decoration : none;
	margin-bottom:22px;
}

.menu  {
	font-family : Times New Roman;
	font-size : 9pt;
	color : #ffffff;
	font-weight : bold;
}

.menulink  {
	font-family : Times New Roman;
	font-size : 8pt;
	color : #000000;
	font-weight : bold;
	text-decoration : none;
}

.menulink:hover  {
	font-family : Times New Roman;
	font-size : 8pt;
	color : #9d0a0e;
	font-weight : bold;
	text-decoration : none;
}

.menulink2  {
	font-family : Times New Roman;
	font-size : 8pt;
	color : #9d0a0e;
	font-weight : bold;
	text-decoration : none;
}

.menulink2:hover  {
	font-family : Times New Roman;
	font-size : 8pt;
	color : #000000;
	font-weight : bold;
	text-decoration : none;
}

.red  {
	font-family : Times New Roman;
	font-size : 9pt;
	font-weight : bold;
	color : #9d0a0e;
}

.copyright  {
	font-family : Times New Roman;
	font-size : 7pt;
	color : #ffffff;
}
#container
{
width: 800px;
margin-left: auto;
margin-right: auto;
}
#banner
{
background:url(images/top.gif) center no-repeat;
height:110px;
padding-right:3px;
}

#left
{
background: #eee;
float: left;
width: 150px;
margin: 0;
}
#wrapper
{
background: #ccc url(images/bg_menu.jpg) no-repeat;
width: 800px fixed;
margin: 0;
}
div#wrapper { 
min-height:707px;
max-width:800px;
height:expression(this.scrollHeight > 690 ? "auto":"707px"); 
}
#content
{
margin-left: 150px;
max-width:650px;
background-color: #fff;
padding-left:15px;
padding-right:15px;
text-align: left;
}
div#content { 
min-height:707px;
height:expression(this.scrollHeight > 690 ? "auto":"707px"); 
}
#footer
{
clear: both;
padding: 3px;
background:url(images/bottom.gif) center no-repeat;
}
form{margin-top: 0px;}

div.row
{ clear: both;
  width: 448px;
}

div.row span.formlabel 
{ float: left;
  width: 150px;
  text-align: left;
}

div.row span.forminput
{ float: right;
  text-align: right;
} 

div.spacer
{ clear: both;
  width: 80px;
}

input
{ width: 259px; 
  font-family: Times New Roman;
  border: 1px solid;
  font-size: 100%;
  margin: 2px;
 background-color: #eee; 
}
textarea
{
font-family: Times New Roman;
width: 259px; 
height: 80px;
background-color: #eee; 
}
.submit
{ font-family: Times New Roman;
  border: 1px solid;
  width: 70px;
  height: 22px;
  cursor: pointer;
  font-size: 100%;
}

#leftnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }