body	{
    margin: 0;
    padding: 0;
    font: 12px Georgia, Palatino, "Times New Roman", serif;
    color: #000;
    background: #B5BB9B;  
#    background: #FC0
}
div, p, th, td, li, dd, dl, dt    {
    /* redundant selectors to help NS4 not forget */
    font: 12px Georgia, Palatino, "Times New Roman", serif;
}
ol, li, dl, dt, dd {
    line-height: 1.5em;
}
.malcontent {
    text-align: left;
    padding: 10px 20px;
    width: 450px;
}
.emph {
    font: 15px Georgia, Palatino, "Times New Roman", serif;
}
.bigemph {
    font: bold 18px Georgia, Palatino, "Times New Roman", serif;
}
p {
    margin-top: 0; 
    padding-top: 0;
    line-height: 1.5em;
    margin-bottom: 1em;
}	
h1	{
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    color: #c11400;
    padding: 0 0 10px 0;
}
h2	{
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    padding: 10px 0 10px 0;
    margin: 0;
}
h1, h2, h3, h4, h5, h6	{
    margin:  1.25em 0 .25em 0;
    font-family: Georgia, Palatino, "Times New Roman", serif;
}
a	{
	text-decoration:	none;
	font-weight:	bold;
	color:#090;
	}
a:link{
	color:#FFF;
	background-color: transparent;
        text-decoration: underline;
	}
a:visited{
	color:#FFF;
	background-color: transparent;
        text-decoration: underline;
	}
a:active	{
	color:#FFF;
	background-color: transparent;
	}
a:hover	{
	color:#336;
	background-color:#FFF;
	text-decoration:none;
	}
.footer {
    font: 10px "Trebuchet MS", Geneva, Verdana, sans-serif;
    margin-top: 10px;
    padding-top: 5px;
    border-top: 1px dotted #333366;
    text-align: center;
}
ul.navigation {
    padding: 0; 
    margin: 0 0 25px 0; 
    list-style-type:none; 
    color: #fff;    
}
li.navigation {
    line-height: 3em;
}
.navarea {
    font: bold 13px "Trebuchet MS", Geneva, Verdana, sans-serif;
}
.navlinks {
    font: bold italic 13px Georgia, Palatino, "Times New Roman", serif;;
}
.navblock {
    padding:0;
    margin: 20px 0 0 10px;
    color: #fff;       
}
.rightfloat {
    float: right;
    padding: 0 0 10px 10px;
}
.mouse {
    font: 9px "Trebuchet MS", Geneva, Verdana, sans-serif;
}
.huge {
    font-size: 40px;
    line-height: 35px;
    color: #c00;
    padding:0;
    margin: 0;
}
