#content-wrapper{
font-family: Arial;
}

#content-wrapper #contents{}

#contents h1{
color:#8F1D02;
font-size:15px;
}

#contents p{
font-size:9pt;
text-align:justify;
}

#content-wrapper #navigation{
float:left;
margin-bottom:34px;
padding:10px;
width:856px;
}

#navigation ul {
float:left;
margin:0 0 0 20px;
padding:0;
width:75%;
}

#navigation ul li {
float:left;
list-style-type:none;
margin:0;
padding:0;
width:50%;
}
 
#content-wrapper #navigation ul li a{
font-family:"Trebuchet MS";
font-size:12px;
text-decoration:none;
color: #000000;
}

#content-wrapper #navigation ul li a:hover{
color:#909090;
text-decoration:underline;
}

/* Resources */

#resources{
float:left;
margin-bottom:28px;
width:876px;
}

#resources .source-item{
background-color:#E4E4E4;
float:left;
margin:4px;
padding:5px;
width:420px;
}

.source-item .anchor{
float:left;
width:100%;
}

.source-item .anchor a{
font-size:12px;
font-weight:bold;
text-transform:capitalize;
}

.source-item .anchor a:hover{}

.source-item .url{
color:#FF0000;
float:left;
width:100%;
}

.source-item .desc{
float:left;
font-size:12px;
min-height:60px;
}