.maintext {
font-family:Trebuchet MS;
font-size:13px;
}

.maintext h1{
color:#666666;
font-family:Trebuchet MS;
font-size:13px;
}

.maintext p{
font-family:Trebuchet MS;
font-size:13px;
line-height:20px;
}

.maintext p a{
text-decoration:underline;
}

/* related posts */
#related-posts{
float:left;
margin-bottom:20px;
margin-left:6px;
width:98%;
}

#related-posts h2{
font-family:Trebuchet MS;
font-size:13px;
margin:5px 0;
}

#related-posts ul{
margin:0;
padding:0 0 0 13px;
}

#related-posts ul li{
float:left;
list-style-image:url(bullet.png);
width:35%;
}

#related-posts ul li a{
color:#003777;
font-size:12px;
font-weight:bold;
text-decoration:underline;
}

#related-posts ul li a:hover{
border-top:1px solid;
}

/*  sitewide */ 
#menu_wrap{
background-color:#FFFFFF;
border:1px solid #676767;
float:left;
font-size:12px;
padding:5px;
text-align:center;
width:790px;
}

#menu_wrap a{
font-family:tahoma;
font-size:11px;
font-weight:bold;
text-decoration:none;
}

#menu_wrap a:hover{
border-top: 1px solid;
}

/* Variations */
ul.rightlist{
    float: right;
    width: 160px;
	}

ul.rightlist li{
    list-style-image: url("check.png");
	}
	
ul.rightlist li a{
	text-transform: capitalize;
	}
	
p.details{
    background: url("check.png") no-repeat scroll 0 5px transparent;
    line-height: 17px;
    margin: 10px;
    padding: 0 16px;
	}

p.details a{
    font-family: Trebuchet MS;
    font-size: 12px;
    font-weight: bold;
    text-transform: capitalize;
	}
