body
{
margin: 0;
font-family: Arial, Sans-Serif;
font-size: 11px;
font-weight: normal;
background-color: #eee;
color: #999;
}

#sitecontainer
{
position: absolute;
top: 75px;
left: 50%;
width: 770px;
xheight: 478px;
margin: 0px 0px 0px -385px;
}

#main
{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: auto;
background-color: #fff;
border-style: solid;
border-color: #ccc;
border-width: 1px;
background-image: url(images/1168background_rec.gif);
background-position: 0px 100px;
background-repeat: no-repeat;
z-index: 1;
}

#logo
{
width: 500px;
border-style: dashed;
border-color: #666;
border-width: 0px;
margin: 7px 10px 3px 46px;
}

#navigation
{
position: absolute;
top: 80px;
left: 0px;
width: 770px;
height: 38px;
background-image: url(images/1168navigationbar.gif);
background-position: 0px 0px;
background-repeat: no-repeat;
padding: 0;
}

#navblockleft
{
margin: 3px 170px 0px 50px;
}

#navblockright
{
float: right;
width: 125px;
margin: 3px 20px 0px 0px;
padding: 0;
}


/*#navigation
{
width: 100%;
height: 38px;
background-image: url(images/1168navigationbar.gif);
background-position: 0px 0px;
background-repeat: no-repeat;
padding: 0;
margin: 0;
}

#navblockleft
{
margin: 3px 170px 0px 50px;
padding: 0px 0 0 0;
height: 38px;
}

#navblockright
{
float: right;
width: 125px;
margin: 3px 20px 0px 0px;
padding: 0;
height: 38px;
}*/


#copyright
{
width: 100%;
height: auto;
border-style: dashed;
border-color: #666;
border-width: 0px;
text-align: right;
position: relative;
top: 20px;
margin: 0 0 0px 0;
}

#more
{
position: absolute;
width: 50px;
height: auto;
top: 160px;
left: 320px;
font-size: 10px;
color: #666;
text-align: right;
}

b.red
{
color: #f03;
}

b.title
{
font-size: 12px;
color: #333;
}

.continued
{
font-size: 10px; 
font-style: italic;
color: #666;
}

b.subhead
{
font-size: 14px;
color: #f03;
}

p.subnav
{
margin: 6px 0px 0px 0px;
line-height: 200%;
font-size: 12px;
}

p.subnav2
{
margin: 5px 0px 0px 0px;
line-height: 100%;
font-size: 12px;
}

a:link, a:visited
{
font-weight: bold;
color: #999;
text-decoration: none;
}
		
a:hover
{
font-weight: bold;
color: #f03;
text-decoration: none;
}

ul.list {
	margin: 3px 0;
	padding: 0 0 0 13px;
}
ul.list li {
	margin: 1px 0;
}
.break {

	clear:both;
}