/* CSS Document */

body, td, p, div {
	font-family: Trebuchet, Verdana, Helvetica, sans-serif;
	color: #666;
}
a { 
	text-decoration: none; 
	/*color: #CC3333; */
	color: #003399;
	font-size: 11px;
}
a:hover { 
	text-decoration: none; 
	color: #000;
}

#container {
	width: 700px;
	padding: 10px;
	text-align: center;
}
#dottedBottom {
	border-bottom: 1px dotted #eee;
	padding-bottom: 5px;
}
#dotted {
	padding: 4px;
	border: 1px dotted #eee;
}

#header {
	font-family: Trebuchet, Verdana, Helvetica, sans-serif;
	font-size: 28px;
	color: #6699cc;
	padding-bottom: 10px;
}
#smallHeader {
	font-size: 12px;
	font-weight: bold;
	color: #99CC00;
}

#nav {
	font-family: Trebuchet, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #ccc;
	padding: 5px;
	border-top: 2px solid #eee;
	border-bottom: 1px solid #eee;
}

#mainBody {
	float: left;
	width: 480px;
	font-size: 11px;
	padding: 5px;
	padding-right: 10px;
	min-height: 300px;
	border-right: 1px solid #eee;
	text-align: left;
	position: relative;

}
#mainHeader {
	font-size: 16px;
	color: #555;
	font-weight: bold;
}

#rightBody {
	float: right;
	width: 150px;
	padding: 5px;
	font-size: 10px;
	text-align: left;
}
#rightLink {
	padding: 3px;
	border-bottom: 1px dotted #eee;
}
#rightBody a { font-size: 9px; }
#rightBody a:hover { font-size: 9px; }
#rightHeader {
	font-size: 11px;
	font-weight: bold;
	color: #555;
	padding: 5px;
	border-bottom: 2px solid #eee;
}

