
/* POSITIONING STYLES */ 


body {
margin: 10;
padding:10;
background: url(images/bg_tile.gif) repeat-x;
color: #000;
font-family: helvetica;
font-size:  14px;
text-align: left;
line-height: 20px;
color: #666;
}


#hdr{
background: url(images/) no-repeat top left ;
margin:20px 0 0 30px;
height: 100px;
text-align: left;
padding-top: 40px;
padding-right: 40px;
padding-left: 40px;

}

#nav{
	position:absolute;
	top:140px;
	padding-left: 10px;

}

#list{
	padding-left: 20px;
	
}



#main{
    width:900px;
	top:80px;
	padding:20px 0px 0px 20px;
	text-align: left;
}

#hr{
margin-top:25px;
margin-bottom:30px;
border:0;
border-top:1px dotted #ccc;
width:900px;
color:#fff;

}

a {
border-bottom:1px dotted #666;
text-decoration:none;
color:#666;
font-weight:600;
}

a:hover {
color:#ff2b06;
border-bottom:1px dotted #ff2b06;
background-color:#f7f7f7;
}


.resources
{font-size: 11px;
line-height: 18px;}


.bullet {
background: transparent url(images/bullet-small.gif) no-repeat left;
padding-left:14px;

} 






.active {
background: transparent url(images/active-bullet.gif) no-repeat left;
padding-left:14px;


} 

.posted {
background: transparent url(images/bullet.gif) no-repeat left;
padding-left:14px;


}


.home{
font-size: 15px;
font-family: Helvetica;
line-height: 26px;
}




.header{
font-size: 20px;
font-family: Helvetica;
color: #000000;
font-weight: bold;
}

	

#footer {
font-family:Helvetica, Arial, sans-serif;
font-size:10px;
width:900px;
margin-left:0px;
border-top:1px dotted #ccc;
float:left;
text-align:center;
padding:20px 0 20px 20px;
}