<style type="text/css">
<!--

div.container
{
width:100%;
margin:0px;
}

div.header
{
padding:0.5em;
background-color:#FF9933;
height:80px;
}

div.nav
{
padding:0.5em;
background-color:#990000;
height:30px;
text-align: center;
font-size: 20px;
}
div.nav ul
{
width:100%;
padding:0;
margin:0;
list-style-type:none;
}
div.nav li
{
display:inline
}
div.nav a
{
float:center;
width:6em;
text-decoration:none;
color:black;
background-color:#990000;
padding:0.2em 0.6em;
}
div.nav a:hover 
{
background-color:#C00000; 
color:white
}

div.contentL
{
padding:1em;
border-right: 1px solid #C00000;
font-size: 14px;
}
div.contentR
{
font-size: 14px;
}
div.contentL h3, div.contentR h3
{
color: #990000;
font-weight: 600;
font-size: 16px;
}

div.quoteL
{
padding:1em;
border-right: 1px solid #C00000;
font-size: 12px;
color:#CC6600;
}
div.quoteR
{
font-size: 12px;
color:#CC6600;
}
div.quoteL h4, div.quoteR h4
{
font-weight: 600;
font-style: italic;
font-size: 12px;
}

div.footer 
{
padding:0.5em;
color:white;
background-color:#FF9933;
clear:left;
height:10px;
}

body 
{
font-family:  Trebuchet MS, Arial, Helvetica; 
background:#FF9933;
}

A
{
text-decoration: none;
color: #990000;
}
A:hover
{
color: #C00000;
}

-->
</style>

