@charset "UTF-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
}
body {
	margin-top: 20px;
}
#container {
	width: 900px;
	margin: 0 auto;
}
#content {
	float: right;
	width: 720px;
}
#nav {
	width: 160px;
	text-align: right;
	padding-right: 5px;
}
#nav ul {
	list-style: none;
	font-size: 11px;
	line-height: 13px;
	color: #919395;
}
#nav ul strong {
	color: #636669;
}
#nav ul li {
	font-weight: bold;
}
#nav ul li ul li {
	font-weight: normal;
	display: inline;
	margin-left: 3px;
}
#nav a {
	text-decoration: none;
	color: #919395;
}
#content a {
	color: #636669;
}
a:HOVER {
	color: #003366;
}
#nav h1 {
	font-size: 11px;
	line-height: 36px;
}
#nav h1 a {
	text-decoration: none;
	color: black;	
}
#content h1 {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: black;
}
#content h2 {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #636669;
}
#content p {
	font-size: 11px;
	line-height: 13px;
	color: #919395;
	margin-bottom: 13px;
}
.callout {
	border: 5px solid #333333;
	padding: 5px;
}