body {
	border: 0px;
	margin: 0px;
	padding: 59px 0px 45px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.56em;
	color: #666666;
}

p, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0px;
	border: 0px;
	padding: 0px;
}

h1 {
	color: #275699;
	font-size: 19px;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 0.89em;
	margin-top: 0.35em;
}

h2 {
	color: #3c3c3c;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 0px;
	margin-top: 2.69em;
}

h2 + p {
	margin-top: 0px;
}

a {
	color: #313f99;
	text-decoration: underline;
}

a.learnMore {
	font-size: 11px;
	color: #99153a;
	font-weight: bold;
	text-decoration: none;
}

a.learnMore:active, a.learnMore:hover {
	text-decoration: underline;
}

.flushTop {
	border-top: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

.flushBottom {
	border-bottom: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}





div#outerContainer {
	text-align: center;
}

table#innerContainer {
	text-align: left;
	width: 804px;
}

div#topNav {
	margin-bottom: 6px;
}

div#billboard {
	margin: 15px 0px 17px 0px;
}

table#callouts {
	font-size: 14px;
	color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}

table#callouts a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

table#callouts a.readMore {
	font-size: 12px;
}

table#callouts a:active, table#callouts a:hover {
	text-decoration: underline;
}

table#callouts td.col1 {
	background-image: url(/images/home/callout/col1-bkgd.jpg);
}

table#callouts td.col2 {
	background-image: url(/images/home/callout/col2-bkgd.jpg);
}

table#callouts td.col3 {
	background-image: url(/images/home/callout/col3-bkgd.jpg);
}

table#callouts td.col1, table#callouts td.col2, table#callouts td.col3 {
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 55px;
}

table#callouts div.inner {
	padding: 13px 47px 0px 13px;
}

table#callouts td.col3 div.inner {
	padding-right:9px;
}

div#footer {
	color: #666666;
	font-size: 11px;
	clear: both;
}

div#contentContainer {
	width: 596px;
	padding-bottom: 80px;
	display: table;
}

div#leftNav {
	float: left;
	width: 161px; /* 193 - margin */
	margin-right: 30px;
	margin-left: 2px;
	background-color: #ffffff;
	line-height: 1.2em;
	padding-bottom: 80px;
}

div#leftNav a {
	display: block;
}

div#leftNav a.lv1 {
	text-decoration: none;
	color: #204d8d;
	font-size: 13px;
	padding: 9px 28px 7px 12px;
	background-image: url(/images/leftnav/lv1-bkgd.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #7fadf0;
}

div#leftNav a.lv1:hover, div#leftNav a.lv1:active {
	text-decoration: underline;
}

div#leftNav a.lv1on {
	font-weight: bold;
	background-image: url(/images/leftnav/lv1-bkgd-on.jpg);
}

div#leftNav a.lv1first {
	background-image: url(/images/leftnav/lv1-bkgd-first.jpg);
	padding-bottom: 8px;
}

div#leftNav a.lv1firstOn {
	font-weight: bold;
	background-image: url(/images/leftnav/lv1-bkgd-first-on.jpg) ! important; /* this rule should override lv1on's background selection */
	padding-bottom: 8px;
}

div#leftNav div.lv2group {
	border-left: 1px solid #c9ddfa;
	border-right: 1px solid #c9ddfa;
	background-color: #ffffff;
	padding: 1px 0px 1px 0px;
}

div#leftNav a.lv2 {
	padding: 0px 10px 0px 32px;
	margin: 8px 0px 10px 0px;
	color: #99153a;
	font-size: 11px;
	background-image: url(/images/leftnav/lv2-bkgd.gif);
	background-position: 25px .5em;
	background-repeat: no-repeat;
	text-decoration: none;
}

div#leftNav a.lv2:hover, div#leftNav a.lv2:active {
	text-decoration: underline;
}

div#leftNav a.lv2on {
	text-decoration: underline;
}


div#leftNav div.end {
	width: 163px;
	height: 8px;
	background-image: url(/images/leftnav/end.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

.banner {
	margin-top: 6px;
	margin-bottom: 15px;
}

table.dataTable{
	border-collapse: collapse;
}

table.dataTable th, table.dataTable td {
	padding: 3px 6px;
}

table.dataTable thead th {
	background-color: #204d8d;
	color: #ffffff;
	font-weight: bold;
	font-style: normal;
}

table.dataTable tbody th {
	font-weight: bold;
	font-style: normal;
	text-align: center;
	color: #000000;
}

table.dataTable th {
	border: 1px solid #ffffff;
}

table.dataTable tbody th, table.dataTable td {
	border: 1px solid #275699;
}


.todo {
	background-color: #cc0000;
	padding: 3px;
	color: #ffffff;
	font-weight: bold;
}