body
{
    background-color: #f3f4e1;
    font: 78%/1.5 arial, helvetica, serif;
    color: #000000;
    padding: 0;
    margin: 10px 0;
    text-align: center;
}

a
{
    color: #008675;
}

h1, h2, h3
{
	color: #008675;
	margin: 5px 0;
}

h1
{
	font-size: 1.75em;
}

h2
{
	font-size: 1.5em;
}

h3
{
	font-size: 1.25em;
}

blockquote
{
    background: white url(images/FOBoxBG.gif) repeat-x;    
    border: solid 1px #f3cd62;
    color: Black;
    margin: 0em;
    text-align: justify;
    padding: 1em;
}

#main
{
    float: none;
}

#title
{
    float: none;
    width: 780px;
    text-align: center;
    white-space: nowrap;    
    margin: 0;
}

#menuhead
{
    width: 780px;
    background: #008675 url(/images/FOMenuBG.gif);
    text-align: center;
    
}

#menu
{
    float: none;
	list-style: none;
	font-weight: bold;
	padding: 0 20px 0 20px;
	min-height: 2em;
	margin: 0;
}

#menu li
{
    float: left;
	padding: 0;
	cursor: pointer;
}

#menu a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0.25em 1.55em;
}

#menu li:hover, #menu li.sfhover
{
	background: #195b53 url(images/FOMenuSelect.gif);
}

#container
{
    width: 780px;
    text-align: center;
    background: #ffffff url(images/FOBG.gif);
    background-repeat: repeat-y;
}

#content
{
    text-align: left;
    padding: 5px 30px 0 30px;
    white-space: normal;
}

#content ul li
{
    list-style-image: url(images/Star.gif);
}

table.purchase
{
    background: white url(images/FOBoxBG.gif) repeat-x;    
    border: solid 1px #f3cd62;
    font-size: 1.1em;
    color: Black;
    margin: 10px;
    padding: 10px;
}

#invite
{
    font-size: 1.2em;
    text-align: center;
}

#footer
{
    float: none;
    width: 780px;
    text-align: center;
}

p.bonus
{
    background: white url(images/FOBoxBG.gif) repeat-x;    
    border: solid 1px #f3cd62;
    padding: 5px;
    margin: 0px;
    font-size: 1.1em;
}

table.matrix th
{
    background-color: #008675;
    color: White;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    white-space: nowrap;
    border-right: solid 1px white;
}

table.matrix td
{
    padding: 3px;
    border-right: solid 1px white;
    text-align: center;
}

table.matrix td.desc
{
    text-align: left;
}

table.matrix tr.alt
{
    background-color: #e8f6f4;
}

table.matrix td.highlight
{
    background-color: #fffddb;
}

table.matrix tr.alt td.highlight
{
    background-color: #fffbb4;
}