body
{
        margin: 0;
        padding: 0;
  	font-family: Tahoma,Arial,Helvetica,sans-serif;
  	/* font-family: Verdana,Arial,sans-serif; */
        text-align: center;
        color: #333;
        background: #B8B8B4;
}

/*
a:link { color: #B52C07; }
a:visited { color: #600; }

a:hover, a:active
{
        color: #000088;
}
*/

#container
{
	margin: auto;
        width: 800px;
        text-align: left;
	border: 1px none #000000;
	background:  url(../images/bg_800.gif) repeat-y 50% 0;
}

#header
{
        height: 100px;
        width: 100%;
        background-image: url(../images/banner.jpg);
        background-repeat: no-repeat;
        background-position: 0 0;
        position: relative;
}

#mainnav ul { list-style-type: none; }
#mainnav li { display: inline; }

#rightcontent
{
        float: right;
        width: 160px;
        padding-left: 10px;
        font-size: 8pt;
        color: #051B44;
}

#rightcontent table { margin-top: 100px; border-spacing: 0; border-collapse: collapse; margin-bottom: 10px; }
#rightcontent td { padding-left: 0; padding-right: 5px; padding-bottom: 0; padding-top: 0; }

#leftcontent { 
	margin: 0 190px 40px 20px; 
	font-size: 10pt;
}

#leftcontent h1
{
        color: #008;
        font-size: 24pt;
        font-weight: bold;
}

#leftcontent h2
{
        color: #008;
        font-size: 12pt;
        font-weight: bold;
        padding-bottom: 0px;
        padding-top: 10px;
}

.highlight
{
	font-weight: bold;
	color: #008;
}

#leftcontent table { border: 0px; border-collapse:collapse; }
#leftcontent td { vertical-align: top; padding-top: 5px; }
#leftcontent td ul { margin: 2px; }

#leftcontent ul { list-style-image: url(../images/list_bullet2.gif); padding-left: 20px; }

#leftcontent li { padding-bottom: 5px; }

#footnav
{
	clear: both;
	text-align: right;
}

#footnav ul { list-style-type: none; }
#footnav li { display: inline; }
