
body {
	background: #333 url(images/bg.gif);
	color: #333;
	font: normal 90% "trebuchet ms";
	margin: 3% 0;
}

A:link{ color:#999999; text-decoration:none; }
A:hover{ color:#B61019; text-decoration:underline; }
A:active{ color:#999999; text-decoration:none; }
A:active:hover{ color:#B61019; text-decoration:underline; }
A:visited{ color:#999999; text-decoration:none; }
A:visited:hover{ color:#B61019; text-decoration:underline; }


#wrap{
width:950px;
border-left:#CCCCCC 5px solid;
border-right:#CCCCCC 5px solid;
border-bottom:#CCCCCC 5px solid;
border-top:#CCCCCC 5px solid;
margin-left:auto;
margin-right:auto;
background:#FFFFFF;

}

#container{
}

#sidebar{
text-align:justify;
padding: 5px;
float:left;
width:200px;
background:#FFFFFF;
padding-bottom:10px;
border-bottom:#B61019 5px solid;
}

#content1{
width:390px;
float:left;
padding:10px;
background:#FFFFFF;
text-align:justify;
border-left:#CCCCCC 1px solid;
border-bottom:#B61019 5px solid;
padding-bottom:10px;
}

.content2{
padding:10px;
float:right;
width:307px;
text-align:justify;
border-left:#CCCCCC 1px solid;
background:#FFFFFF;
border-bottom:#B61019 5px solid;

}

.image{
	border-color: white;
	border-width:10px;
      }
	  
h3{
text-align:right;
color:#B61019;
font-size:14pt;
font-weight:bold;
}


#title{
height:130px;
border-bottom:#CCCCCC 1px solid;
}

#footer{
clear: both;
text-align:center;
padding-top:10px;
font-size:12px;
height:20px;
border-top:#CCCCCC 1px solid;
margin-top:30px;
background:#FFFFFF;
}

#navlist
{
padding: 0 1px 1px;
font: bold 14px helvetica;
background:#F3F3F3;
margin: 0;
width: 18 em;
}

#navlist #selected
{ color: #B61019;}


#navlist li
{
list-style: none;
border-bottom:#CCCCCC 1px solid;
text-align: right;
}

#navlist li a
{
display: block;
padding: 0.25em 0.5em 0.25em 0.75em;
background: #F3F3F3;
text-decoration: none;
}

#navlist li a:link { color: #B61019; }
#navlist li a:visited { color: #999999; }
#navlist li a:hover {
color: #666666;
background: #FFFFFF;
}

