@charset "utf-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #ccc;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000;
}
h1 {
	font: 20px Arial, Helvetica, sans-serif;
	color: #1e4164;
	margin: 0;
	padding: 10px 0;
	font-weight:bold;
}
h2 {
	font: 14px Arial, Helvetica, sans-serif;
	color: #1E4164;
	font-weight:bold;
	text-transform: uppercase;
	margin: 5px 0;
}
h3 {
	font: 13px Arial, Helvetica, sans-serif;
	color: #1e4164;
	font-weight:bold;
}
#container {
	width: 756px;
	background: #FFF;
	margin: 10px auto;
	border:#1e4164 solid 2px;
	text-align: left;
} 
#header { 
	background: #DDD; 
	margin: 0; 
	padding: 0;
} 
#nav { 
	background: #c3c3ce; 
	margin: 0; 
	padding: 0;
	width: 756px;
	height:33px;
} 
#sidebar1 {
	float: right; 
	width: 220px; 
	background: #FFF5DA; 
	line-height:120%;
	clear:right;
	border-left:#1e4164 solid 2px;
	border-bottom:#1e4164 solid 2px;
}
#sidebar1 a {
	color: #990000;
}
#sidebar1 a:hover {
	color: #990000;
	text-decoration: none;
}
#sidebar1 li {
	margin-left: -15px;
}
#sidebar1 h2	{
	background-color:#1e4164;
	color:#fff5da;
	display:block;
	padding:5px;
	margin:0 0 10px 0;
}
#sidebar1 h3	{
	padding:10px 0 0 10px;
	margin:0;
	font-size:14px
}
#sidebar1 p	{
	padding:3px 10px 10px 10px;
	font-size:11px;
	margin:0;
	line-height:130%;
}
#sidebar1 li	{
	font-size:11px;
	line-height:120%;
	margin-right:5px;
}
#mainContent {
	margin: 0 230px 0 0;
	padding: 0 20px;
}
#mainContent p, #mainContent li {
	line-height: 20px;
} 
#mainContent td {
	line-height: 25px;
} 
#mainContent a {
	color: #990000;
}
#mainContent a:hover {
	color: #990000;
	text-decoration: none;
}
#nosidebar { 
	margin: 0; 
	padding: 0 20px; 
	clear: left;
}
#nosidebar p ul li {
	line-height: 18px;
}
#nosidebar a {
	color: #990000;
}
#nosidebar a:hover {
	color: #990000;
	text-decoration: none;
}
#footer { 
	padding: 0 10px 0 20px; 
	background:#DDDDDD; 
} 
#footer p {
	margin: 0; 
	padding: 10px 0; 
	font: 11px Arial, Helvetica, sans-serif;
}
#footer a {
	color: #900;
	text-decoration: none;
}
#footer a:hover {
	color: #990000;
	text-decoration: underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.longlist li	{
	padding-bottom:10px;
}
.footnote	{
	font-size:10px;
	font-style:italic;
}
