div.container
{
position:absolute;

	left: 1%;
	margin-left: 10px;
        margin-right: 10px;
border:1px solid black;
line-height:100%;
background-color:#d9d9b2; /* colour for the navigation bar */
}
div.header,div.footer
{
padding:0.5em;
color:black;
background-color:#f2f2e5;
border-top:1px solid black;
clear:left;
Content:"Blah blah blah";
}
h1.header
{
padding:0;
margin:0;
}
div.left
{
float:left;
width:8em;
margin:0px;
padding:1em;
}
div.promotions
{
float:left;
width:6em;
margin:0px;
padding:0.5em;
background-color:#f2f2e5;
}
div.content
{
margin-left:10.5em;
border-left:1px solid black;
padding:1em;
background-color:#f2f2e5;
}
div.contentleft /* used by IE */
{
width:35%;
/*width:21.5em;*/
float:left;
/*border:1px solid blue;*/
padding:0.5em;
}
html>body div.contentleft /* used by all other browsers */
{
width:45%;
/*width:21.5em;*/
float:left;
/*border:1px solid blue;*/
padding:0.5em;
}
div.contentright  /* used by IE */
{
width:35%;
/*width:21.5em;*/
float:right;
/*border:1px solid blue;*/
padding:0.5em;
}
html>body div.contentright /* used by all other browsers */
{
width:45%;
/*width:21.5em;*/
float:right;
/*border:1px solid blue;*/
padding:0.5em;
}
div.spacer
{
clear: right;
}
div.spacer2
{
clear: both;
}

body
{
/*background-image: url(../images/background.gif);*/
font-family: "Arial", Helvetica, Sans-serif
}
.center {text-align: center}
p
{
font-size: 80%;
/*font-weight: bold*/
}

p.center {text-align: center}
p.right {text-align: right}
p.left {text-align: left}
p.label {color:#FFFF00}
p.indent {margin-left:15px}
p.doubleindent {margin-left:30px}
p.bold {font-weight:bold}
p.tablehead
{
font-size:100%;
}

h1
{
font-size: 150%;
text-align: center
}
h2
{
font-size: 110%;
margin-top: 3em;
}
h3
{
font-size: 100%;
}
h5 /* footers */
{
/*color:#0000FF; blue*/
color:#808000;
text-align: center
}

.selected
{

text-decoration: underline;
font-weight: bold;
opacity:1;
filter:alpha(opacity=100);
}

a.nav
{
color:#808000;
text-decoration: none;
}

a.nav:hover
{
color:#FFFF00;
text-decoration: none;
}

a.bodynav
{
color:darkred;
text-decoration: underline;
}

a.bodynav:hover
{
color:#CC0000;
text-decoration: underline;
}


li
{
font-size: 80%;
}