body {
	background: #003366;
	color: #CCCCCC;
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	color: #003300;
}
a:hover {
	text-decoration: underline;
}
h1 {
	margin-bottom: 0px;
	line-height: 30px;
}
h2 {
	font-size: 23pt;
	font-weight: normal;
}
h3 {
	width: 100%;
	display: block;
	text-align: center;
}

/* --- */

#header {
	padding-left: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
}

/* --- */

#sidebar {
	float: left;
	width: 237px;
}

/* --- */

#nav_wrapper {
	background: #EEEEEE;
}
#nav_wrapper a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #003300;
}
#nav_wrapper a:hover {
	text-decoration: underline;
}

#nav {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#nav li {
	margin: 0px;	
	border-bottom: 1px solid #DDDDDD;
}
#nav li a {
	width: 217px;
	padding: 0px 10px 0px 10px;
	display: block;
	color: #003300;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 21px;
	font-size: 11pt;
	text-decoration: none;
}
#nav li a:hover {
	background: #DDDDDD;
	text-decoration: underline;
}

#nav_wrapper h3 {
	font-size: 12pt;
	font-weight: bold;
	line-height: 10px;
	color: #003300;	
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 4px;
	margin-left: 10px;
	width: auto;
	display: block;
	text-align: left;
}
#resources {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#resources li {
	margin-left: 10px;
}
#nav_wrapper p {
	padding-left: 10px;
}
.psa {
	font-weight: bold;
}
.copy {
	color: #FFFFFF;
	font-size: 10pt;
	padding-left: 10px;
}

/* --- */

#content {
	float: left;
	margin-left: 20px;
	width: 650px;
}

/* --- */

table.main {
	width: 700px;
}
table.main, table.main td {
	background: #CCCCCC;
	color: #003366;
	font-size: 14pt;
}
table.small td {
	font-size: 10pt;
}
table.main ul {
	font-size: 10pt;
}
table.main .small {
	font-size: 10pt;
}	