body {
font-family:Georgia, "Times New Roman", Times, serif;
margin: 0; padding: 0;
    font-size:9pt;
	color:#fff;
	background-color:#f4f4d6;
	background-image:url(../images/trivial_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
}
a:link {
	color: #580026;
	text-decoration: none;
	background-color : transparent;
}
a:visited, a:active {
	color: #580026;
	text-decoration: none;
	background-color : transparent;
}
a:hover {
	color: #580026;
	text-decoration: underline;
	background-color : transparent;
}
.wrapper {
width: 800px;
min-width:800px;
margin-top:20px;	
vertical-align:top;	
}
.container {
margin-top:10px;
width:800px;
max-width:800px;
min-width:800px;
color:#636363;
z-index:-1;
text-align:left;
}

.container_right{
float:right;
width:276px;
max-width:276px;
}
.nav {
position:relative;
top:0px;
left:0px;
width:800px;
height:50px;
max-height:50px;
z-index:1;

}
.formerror {
width:400px;
font-size:10pt;
color:#ed1c24;
font-weight:bold;
display:none;
position:relative;
}
.form {
text-align:left;
color:#fff;
}

.links {
font-weight:bold;
font-size:120%;
letter-spacing:2px;
}
.clear{
clear:both;
}
.footnote{
vertical-align: sup;
font-size:8pt;
}
.topot{
font-size:8pt;
text-transform:uppercase
}
.footer {
color:#636363;
font-size:8pt;
width:800px;
height:50px;
}
.darkred{
color:#580026	
}