/* CSS Document */
body{
background-color:white;}

div{
font-family:"Trebuchet MS", helvetica, sans-serif;
font-size:10pt;}

.header{
background-image: url(images/headernew.jpg);
background-repeat:no-repeat;
width:780px;
height:160px;
}

a.toplink{color:#E2E2E2;
text-decoration:none;
font-size:10pt;
}

a.toplink:hover{color:#000000;

}

.toplinks{
	margin-left:600px;
	position:absolute;
	margin-top:135px;
	left: 39px;
	top: 0px;
	width: 139px;
	height: 22px;

}

.main{
margin-top:10px;
width:780px; 
position:absolute; 
left:50%; 
margin-left:-390px;}

.content{
padding: 5px 5px 5px 5px;
border:#999999 thin solid;
background-color:#EEEEEE;
}
	
.category{
font-weight:bold;
font-size:12pt;}

.footer{margin-top:10px; text-align:center; font-size:8pt;}

