body {
	background: #98A29F;
	font: 12px/1.5 Verdana, Arial, Helvetica, sans-serif;
}
p {
	margin: 0 0 1em 0;
}
a {
    color: blue;
}
a:hover {
    color: red;
}
h1, h2, h3
{
     margin: 0 0 1em 0;
}
h1
{
    font-size: 125%;
}
h2 
{  
    font-size: 110%;
}
h3
{
    font-size: 100%;
}
a img
{
    border: none;
}
dl
{
    margin-left: 10em;
}
dt
{
    float: left;
    width: 10em;
    font-weight: bold;
}
dd
{
    margin-left: 10em;
    margin-bottom: 1em;
}
td {
    vertical-align: top;
}
br.clearer {
	clear: both; 
	line-height: 0; 
	height: 0;
	font-size: 1px;
}

/* CONTAINERS */

#wrapper {
	margin: 12px auto;
	width: 750px;
	background: #fff;
}
#header {}
#header #banner {
	height: 300px;
}
#header a {
	font-size:9px;
	font-weight: bold;
	text-transform: uppercase;
}

#main {
	padding: 25px 20px;
}

#footer a {
	font-size:9px;
	font-weight: bold;
	text-transform: uppercase;
}

#footer .lblLastModified {
    display: block;
    padding: 25px;
}

#divResourceContent
		{
			float: left;
			margin: 0 0 0 10px;
			width: 550px;
			min-height:290px;
		}

/* NAVIGATION */

.navigation {
	background: #0F040A;
}
.navigation ul {
	margin: 0;
	padding: 8px 0;
	line-height: 1;
}
.navigation li {
	display: inline;
	padding: 0 4px 0 4px;
}
.navigation a {
	font-size: 10px;
	color:#B7DBFF;
	text-decoration: none;
}
.navigation a:hover {
	color: #fff;
}
.navigation a.selected {
	color: #fff;
}
.navigation img {
	padding-right: 2px;
	border: none;
	background-color: transparent;
}

/* MISC CLASSES */

.imgFloatLt {
    float: left;
    margin: 0 15px 15px 0;
}
.imgFloatRt {
    float: right;
    margin: 0 0 15px 15px;
}
.hdrUnderlined
{
    padding-bottom: .5em;
    border-bottom: 1px solid #98A29F;
}

.tblHdrRow
{
	text-align: right;
	font-weight: bold;
}
.txtRequired
{
	font-size: 90%;
	color: red;
	white-space: nowrap;
	vertical-align: text-top;
}
.txtRequired img
{
	padding: 0px 4px;
	vertical-align: middle;
}
.txtSmall
{
	font-size: 85%;
}
.tbDefault,
.ddlDefault
{
	background: #fff;
	border: 1px solid #ddd;
	margin-bottom: 2px;
	padding: 4px;
	font-size: 110%;
}
.tbDefault:hover
{
	border: 1px solid #bbb;
}
.tbRequired
{
	border-color: #f00;
}
.ddlDefault
{
	font-size: 100%;
}

/* CONTENT BOXES */

.contentbox {
    background: #45463E url(../images/containers/ftr_w204.gif) no-repeat bottom;
    margin: 0px 0px 15px 15px;
    float: right;
    width: 204px;
}
.contentbox .content {
    padding: 15px;
}
.contentbox .content,
.contentbox .content a,
.contentbox .content a:hover {
    color: #fff;
}
.contentbox .content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.contentbox .content li {
    padding-bottom: 5px;
}
.contentbox .content li
{
    background-position: 0px 4px;
    background-image: url('../images/arrow_on.gif');
    background-repeat: no-repeat;
    padding-left: 14px;
}

.colLeft481px
{
    float: left;
    width: 481px;
}

.colRight204px
{
    float: left;
    width: 219px;
}

.ulArrows li
{
    list-style: url(../images/arrow_black.gif);
    padding-bottom: 5px;
}