body { 
    font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
    background-image: url(/images/background.gif); 
    background-repeat: repeat-x; 
    margin: 0; 
    padding: 0; 
}

#nav { font-size: 14px; line-height: 14px; width: 688px; margin-top: 20px; }
#nav a:link { color: white; font-weight: bold; text-decoration: none; }
#nav a:visited { color: white; font-weight: bold; text-decoration: none; }

.body { 
	width: 478px; 
	padding-top: 20px; 
	padding-right: 20px; 
	padding-bottom: 10px; 
/*	border-right: 1px solid #9ba5ce; */
	font-size: 12px;
	line-height: 18px; 
	margin: 0;
	margin-left: 10px;

}

.body h1 { 
	font-size: 24px; 
	line-height: 24px; 
	margin: 0; 
	padding: 0 0 10px; 
}
.body h2 { font-size: 16px; line-height: 16px; margin: 0; padding: 0 0 5px; }
.body h3 { font-size: 12px; line-height: 12px; margin: 0; padding: 0 0 5px; }
.body p { font-size: 12px; line-height: 18px; margin: 0; padding: 0 0 10px; }
.body ul { margin-top: 0; margin-right: 0; margin-bottom: 0; padding-top: 0; padding-right: 0; padding-bottom: 5px; list-style-type: square; }
.body ul li { font-size: 12px; line-height: 12px; margin: 0; padding: 0 0 5px; }
.body a:link { color: #384b9e; font-weight: bold; text-decoration: none; }
.body a:visited { color: #384b9e; font-weight: bold; text-decoration: none; }
/* .body a:visited { color: #9ba5ce; font-weight: bold; text-decoration: none; } */

.body a:hover { color: #138a44; font-weight: bold; text-decoration: underline; }

.body table { 
	margin: 0 0 10px 10px; 
	padding: 0 0 0;
	width: 100%;
}

.body th { color: white; font-size: 11px; font-weight: bold; line-height: 11px; background-color: #9ba5ce; text-align: left; margin: 0; padding: 4px; border-right: 1px dotted white; }
.body td { font-size: 10px; line-height: 10px; padding: 4px; border-bottom: 1px solid #9ba5ce; }
.body tr { background-color: #f5f6fa; }
.body tr:hover { background-color: #ebedf5; }

#sidebar {
	position:absolute;
	top: 0; 
	width: 160px; 
	left: 505px;
	padding-top: 20px; 
	padding-bottom: 20px; 
}
