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

body {
	margin: 5px 0px 0px;
	padding: 5px 0px 0px;
	background: #E6E3DC;
	font: 11px/1.3em Arial, Helvetica, sans-serif;
	color: #000;
}
#mainbody {
	margin: 0 auto;
	width: 800px;
	position: relative;
	overflow: visible;
	z-index: 2;
}
a {
	color: #00407E;
	text-decoration: none;
}
a:hover {
	color: #6089B1;
	text-decoration: underline;
}
h1 {
	font: bold normal 22px Arial, Helvetica, sans-serif;
	color: #00448B;
	padding: 12px 0 0 0;
}
h2 {
	font: italic normal 14px/1.2em Georgia, "Times New Roman", Times, serif;
	color: #575558;
	padding: 8px 0;
}
h3,
h4 {
	font: bold normal 16px Arial, Helvetica, sans-serif;
	color: #00448B;
	padding: 16px 0 0 0;
}
h3 a,
h4 a {
	color: #00407E;
	text-decoration: none;
	text-transform: none;
}
h3 a:hover,
h4 a:hover   {
	color: #6089B1;
	text-decoration: none;
}
p {
	padding: 0 0 14px 0;
	font: 12px/1.5em Arial, Helvetica, sans-serif;
	color: #333;
}
h1 + p {
	padding: 8px 0 14px 0;
}
hr {
	border: none;
	color: #fff;
	background-color: #fff;
	height: 0px;
	width: 100%;
	clear: both;
	margin: 0;
	padding: 0;
}
#header {
	position: relative;
	z-index: 10;
	padding: 0 ;
	border-bottom: 7px solid #004A84;
}
#header p,
#header h1 {
	font: normal 14px/16px Georgia, "Times New Roman", Times, serif;
	color: #575558;
	padding-top: 44px;
	text-align: left;
	margin: 0px;
	width: 370px;
	float: right;
	padding-right: 260px;
}
#header a {
	color: #ccc;
	text-decoration: none;
}
#header a:hover {
	color: #fff;
	text-decoration: none;
}
#header .logo {
	position: relative;
	padding: 0px 20px;
}
#header #mainnav {
	height: 34px;
	margin:  12px 0 0 0;
	padding:  0;
	border-bottom: 1px dotted #333;
}
#mainnav a,
#subnav a {
	padding: 8px 14px;
	margin: 2px 0;
	color: #000000;
	text-decoration: none;
	display: block;
	position: relative;
	white-space: nowrap;
	border-top: 1px dotted #333;
}
#mainnav a:hover,
#mainnav a.active {
	color: #004686;
	border-top: 3px solid #004686;
	padding-top: 7px;
	margin-top: 0
}
#mainnav a:before,
#subnav a:before {
	content: "\007C";
	padding: 0;
	color: #999;
	position: absolute;
	left: -2px;
}
#subnav ul li:first-child a:before,
#mainnav table td:first-child a:before {
	content: "\0020";
}
#mainnav table {
	padding: 0;
	margin: 0;
	width: 100%;
	border: none;
	position: relative;
	clear: both;
}
#mainnav td {
	padding: 0;
	margin: 0;
	width: 10%;
	white-space: nowrap;
	text-align: center;
	font: bold 14px Arial, Helvetica, sans-serif;
}
#subnav {
	display: block;
	clear: both;
	height: 12px;
}
#subnav a {
	border: none;
	padding: 5px 20px;
}
#subnav a:hover,
#subnav a.active {
	color: #004686;
}
#subnav ul li:first-child a {
	padding: 5px 20px 5px 28px;
}
#subnav ul {
	margin: 0;
	height: 20px;
}
#subnav li {
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #666;
	float: left;
	display: inline;
}
#maincontent {
	display: block;
	float: left;
	width: 100%;
}
#toprow {
	padding: 2px 1px;
}
#middlecol {
	width: 520px;
	display: block;
	float: left;
	position: relative;
	clear: left;
	padding: 0;
	display: block;
	margin: 6px 0 24px 0;
	min-height: 800px;
	background: url(images/large-shadow-mid.png) repeat-y;
}
#middlecol #features {
	position: relative;
	padding: 6px 20px 12px 20px;
	margin-top: 6px;		
	border-top: 1px solid #ccc;
	width: 475px;	
}
#middlecol #archive #features {
	position: relative;
	padding: 6px 0 12px 0;		
	border-top: none;
}
#middlecol #features .date {
	top: -4px;
}
#middlecol #features:first-child {
	border-top: none;	
	padding: 12px 20px;
	margin-top: 0px;	
}
#middlecol #features:first-child .date {
	top: -7px;
}
#middlecol #features h3,
#middlecol #features h1 {
	font-size: 22px;
}
#middlecol #features h3 + p,
#middlecol #features h1 + p {
	font: italic normal 14px/1.2em Georgia, "Times New Roman", Times, serif;
	padding: 7px 0;
	color: #575558;
}
#middlecol #features img {
	float: left;
	padding: 4px 18px 2px 0;
}
#middlecol #maincopy,
#middlecol #archive {
	position: relative;
	padding: 12px 20px;
}
#middlecol #maincopy p:first-child,
#middlecol #archive p:first-child {
	padding-top: 24px;
}
#maincopy ul {
	padding-bottom: 14px;
}
#maincopy li {
	padding: 0 8px 8px 6px;
	margin-left: 18px;
	list-style: disc;
}
#maincopy form label {
	font: bold normal 14px Arial, Helvetica, sans-serif;
	clear: both;
	float: none;
	padding: 0px 0px 8px;
}
#maincopy form .textbox {
	clear: both;
	float: none;
	width: 360px;
	border: 1px solid #ccc;
	font: 14px Arial, Helvetica, sans-serif;
	padding: 4px;
	margin: 4px 0;
}
#maincopy .submit {
	background-color: #00448B;
	color: #fff;
	clear: both;
	float: none;
	width: 100px;
	text-align: center;
	padding: 2px 0px;
	margin: 8px 0px;
	border: 1px solid #00448B;
	font: bold normal 14px Arial, Helvetica, sans-serif;
}
table.calendar {
	position: relative;
	width: 99.5%;
	border-left: 1px solid #ddd;
	margin: 30px 0 12px 0;
	padding: 0;	
}
.calendar td {
	height: 60px;
	font-size: 11px;
	padding: 0;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	vertical-align: top;
}
.calendar td.blankday {
	background: #F5F2FF;
	height: 10px;
	margin: 0;
	padding: 0;
}
.calendar td.title {
	height: auto;
	margin: 0;
	padding: 2px;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	text-align: center;
}
.calendar td.title h3 {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 50%;
}
.calendar td.title .next,
.calendar td.title .previous {
	position: relative;
	float: left;
	width: 25%;
}
.calendar td .next {
	text-align: right;
}
.calendar th { 
	color: #fff;
	border-top: 3px solid #005BC1;
	background: #003A7E;
	text-align: center; 
	width: 13%; 
	padding: 0 .5%; 
	border-bottom: 1px solid #ddd; 
	border-right: 1px solid #ddd;
}
.calendar .day { 
	position: relative;
	font: italic 12px Georgia, "Times New Roman", Times, serif;
	color: #005BC1;
	margin: 0; 
	width: 100%;
}
.calendar div.full a {
	height: 20px;
	display: block;
	position: relative;
	font: 10px/9px Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 0 0 0 2px;
	text-align: left;
}
#maincopy .calendar hr,
#archive .calendar hr {
	color: #fff;
	background-color: #fff;
	height: 0px;
	width: 98%;
	clear: both;
	margin: 1px 0 0 2%;
	padding: 0;
	border: none;
	border-top: 1px dotted #ccc;
}
.calendar.small .day a,
.calendar div.empty { 
	width: 98%;
	padding-right: 2%; 
	height: 60px;
	display: block; 
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: right;
}
.calendar div.full { 
	width: 98%;
	padding-right: 2%; 
	display: block; 
	position: relative;
	min-height: 60px;
	text-align: right;
}
.calendar a.layer { 
	width: 98%;
	padding-right: 2%; 
	height: 60px;
	display: block; 
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: right;
	z-index: 20;
}
.calendar a.layer + .full { 
	width: 98%;
	padding-right: 2%; 
	height: 46px;
	position: absolute;
	top: 14px;
	left: 0px;
	text-align: left;
	z-index: 18;
	overflow: hidden;
}
.calendar a.layer:hover + .full {
	width: 140px;
	height: auto;
	position: absolute;
	top: 14px;
	left: 0px;
	text-align: left;
	z-index: 22;
	overflow: visible;
	padding: 2px 5px;
}
.calendar.small .day a,
.calendar #today {
	background: #F9F6FF;
}
.calendar.small .day a:hover {
	background: #F5F2FF;
	color: #000;
	text-decoration: none;
}
.calendar.small th { 
	font: italic 14px Georgia, "Times New Roman", Times, serif;
}
.calendar.small td,
.calendar.small .day,
.calendar.small .day a,
.calendar.small div.empty {
	height: 30px;
}
.calendar.small td.blankday {  
	height: 10px;
}
#archive h2 {
	font: bold normal 22px Arial, Helvetica, sans-serif;
	padding: 8px 0 0 0;
	margin: 8px 0 0 0;
	border-top: 1px solid #ccc;
}
#archive hr + h2 {
	border-top: none;
}
#archive h2 a {
	color: #999;
}
#archive h2 a:hover {
	color: #00448B;
	text-decoration: none;
}
#archive h2 + h4,
#archive h2 + h3 {
	padding: 4px 0 0 0;
}
#archive h1 + p {
	font: italic normal 14px/1.2em Georgia, "Times New Roman", Times, serif;
	padding: 8px 0;
	color: #575558;
}
#archive h3 a {
	font-size: 13px;
}
#maincopy hr,
#archive hr {
	border: none;
	color: #fff;
	background-color: #00448B;
	height: 1px;
	width: 100%;
	clear: both;
	margin: 4px 0 8px 0;
	padding: 0;
}
#maincopy img {
	max-width: 480px;
}
#middlecol .topeffect {
	width: 520px;
	background: url(images/large-shadow-top.png);
}
#middlecol .bottomeffect {
	width: 520px;	
	background: url(images/large-shadow-bottom.png);
}
#sidecol {
	min-height: 750px;
	display: block;
	float: right;
	width: 265px;
}
#sidecol h3 {
	font-size: 22px;
	padding: 0;
	margin: 0;
	color: #000;
}
#sidecol h3 a {
	font-size: 13px;
	color: #000;
}
#sidecol h3 a:hover {
	color: #004686;
}	
#sidecol p {
	font: italic normal 13px/1.3em Georgia, "Times New Roman", Times, serif;
	padding: 0 0 8px 0;
	margin: 0;
}
#sidecol #features {
	width: 126px;
	padding-bottom: 6px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #333;
	float: left;
}
#sidecol #features img {
	border-top: 1px solid #ccc;
	padding: 5px 11px 10px 7px;
	margin-bottom: 6px;
	background: url(images/mini-shadow-bottom.png) no-repeat left bottom;
	clear: both;
	display: block;
	width: 106px;
}
#sidecol #features:first-child {
	border: none;
	background: url(images/short-shadow-mid.png) repeat-y;
	position: relative;
	padding: 10px 20px;
	margin: 6px 0 20px 0;
	width: 225px;
}
#sidecol #features:first-child h3 {
	border-bottom: 1px solid #00448B;
	color: #00448B;
	padding: 4px 0 8px 0;
	margin: 0 0 12px 0;
}
#sidecol #features:first-child h4 {
	padding: 0;
	font: italic normal 14px/1.2em Georgia, "Times New Roman", Times, serif;
}
#sidecol #features:first-child p {
	padding: 0 0 12px 0;
	font: normal 12px/1.5em Arial, Helvetica, sans-serif;
}
#sidecol #features:first-child p + p {
	padding: 0 0 4px 0;
}
#sidecol #features:first-child + #features {
	margin-right: 12px;
}
#sidecol #related {
	clear: both;
	border-bottom: 1px dotted #333;
}
#sidecol #related h2 {
	font: bold 22px Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px 0px 20px;
	padding: 0 0px 10px;
	border-bottom: 6px solid #003B7C;
}
#sidecol #related p {
	padding: 0 0 14px 0;
}
#sidecol #twitter {
	clear: both;
	padding: 12px 0 20px 0;
}
#sidecol #twitter h2 {
	font: bold 22px Arial, Helvetica, sans-serif;
	color: #000;
	margin: 20px 0px;
	padding: 0 0px 10px;
	border-bottom: 6px solid #003B7C;
}
#sidecol #twitter h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
}
#sidecol #twitter p {
	padding: 0 0 8px 0;
}
#sidecol #twitter .overflow {
	max-height: 200px;
	overflow: auto;
}
#sidecol .topeffect {
	width: 265px;
	background: url(images/short-shadow-top.png);
}
#sidecol .bottomeffect {
	width: 265px;	
	background: url(images/short-shadow-bottom.png);
}
#footer {
	clear: both;
	width: 100%;
	margin-right: 0 10px 4px 0;
	border-top: 1px dotted #333;
	padding-top: 10px;
	position: relative;
	height: 40px;
	font-size: 10px;
}
#footer ul {
	display: block;
	float: left;
}
#footer li {
	display: inline;
	padding: 0 12px;
	border-right: 1px solid #333;
}
#footer  ul > li:first-child {
	padding-left: 0px;
}
#footer li a {
	color: #000;
	text-decoration: none;
}
#footer li a:hover {
	color: #575558;
}
#footer p {
	float: left;
	font-size: 10px;
	padding: 0 12px;
}
.blank {
	width: 1px;
	height: 1px;
	clear: both;
	float: none;
	margin: 0px;
	padding: 0px;
}
.read {
	font: italic 13px/1.5em Georgia, "Times New Roman", Times, serif;
	color: #002E62;
}
.read:before {
	content: "\003E \0020";
}
.date {
	font: italic 14px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	border-top: 3px solid #005BC1;
	background: #003A7E;
	padding: 0px 8px 2px 8px;
	position: absolute;
	z-index: 40;
	top: -7px;
	right: 20px;
}
.current {
	font: bold normal 18px Arial, Helvetica, sans-serif;
	color: #000;
	padding: 8px 0;
	margin: 0;
}
.topeffect {
	position: absolute;
	z-index: 20;
	height: 6px;
	left: 0px;
	top: -6px;
}
.bottomeffect {
	position: absolute;
	z-index: 20;
	height: 8px;
	left: 0px;
	bottom: -8px;	
}
