body {
	margin: 0;
	background: #fff;
}

body#nobackground { background: #fff none; }

body,
td,
p {
	color: #333;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
}

h1 {
	border-top: 1px solid #bfc4c7;
	color: #125b85;
	font-size: 26px
	font-weight: normal;
	margin: -4px 0 0 0;
	padding-top: 8px;
}

h2 {
	color: #e1d41f;
	font-size: 20px;
	font-weight: normal;
	border-top: 1px solid #D4D4D4;
	padding-top: 5px;
}

h3 {
	color: #5ba9d1;
	font-size: 16px;
	font-weight: normal;
	margin: 19px 0 10px 0;
}

h4 {
	color: #76838a;
	font-weight: bold;
	font-size: 14px;
	margin: 17px 0 10px 0;
}

h5 {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	background: #e1d41f;
	padding: 7px 5px 6px 5px;
	text-align: center;
	margin: 0 0 10px 0;
}

* html h5 { padding-top: 10px; }

h6 {
	color: #76838a;
	font-weight: bold;
	font-size: 12px;
	margin: 15px 0 0 0;
}

a:link, 
a:active, 
a:visited,
#maincontentcell a:link, 
#maincontentcell a:active, 
#maincontentcell a:visited {
	color: #1d83bc;
	text-decoration: none;
	font-weight: bold;
}

a:hover,
#maincontentcell a:hover { color: #53b4e9; }

hr {
	color: #d4d4d4;
	background-color: #d4d4d4;
}


/* Global Navigation
----------------------------------------*/
#navtop1 li ul,
#navleft li ul {
	background: #5ba9d1;
	padding: 0;
	width: 175px;
	border: 1px solid #666;
}

#navtop2 li ul {
	background: #1974a9;
	padding: 0;
	width: 175px;
	border: 1px solid #666;
	border-top: none;
}

#navleft li ul {
	margin-left: 154px;
	margin-top: -31px;
	border-left: none;
}

ul#navtop1 li li a,
ul#navtop1 li li a:hover,
ul#navtop2 li li a,
ul#navtop2 li li a:hover,
ul#navleft li li a,
ul#navleft li li a:hover   {
	color: #fff;
	background: none;
	font: normal 12px/14px Helvetica, Geneva, Arial, sans-serif;
	z-index: 999;
	padding: 5px 5px;
	width: 165px;
	text-align: left;
}

ul#navtop1 li li a:hover,
ul#navtop2 li li a:hover,
ul#navleft li li a:hover {  background: #e2d629 url(../images/bak_navtop.png) repeat-x bottom; }

* html ul#navtop1 li li a,
* html ul#navtop1 li li a:hover,
* html ul#navtop2 li li a,
* html ul#navtop2 li li a:hover,
* html ul#navleft li li a,
* html ul#navleft li li a:hover { width: 175px; }

* html #navtop2 li ul {
	margin-top: 1px;
}

#navtop2 li ul li,
#navleft li ul li { border: none; }


/* Global Nav - Below Banner */
ul#navtop2 { background: transparent url(../images/bak_maincontentcell.png) no-repeat left bottom; height: 82px; }

ul#navtop2 li { margin-bottom: 59px; }

ul#navtop2 li li { margin: 0; }


/* System Messages
----------------------------------------*/
#returnlinktable,
.infomessage,
.errormessage,
.loginmessage { background: #fff; }

#pageheadertable { background: #fff; }

td#returnlinkcell {
	padding-bottom: 10px;
}

div#notice {
        margin: 0px 0px 12px 0px;
        padding: 5px;
        color: #A70101;
        background-color: #fcdbdb;
        border: 1px dashed #A70101;
}

div#notice p {
        margin: 0;
        padding: 5px;
        size: 10px;
}

/* Main Content
----------------------------------------*/
#maincontenttable { 
	background: #fff;
	margin: 0 0 0 9px; 
}

#structuraltable {
	text-align: left;
}

/* Sub Content
----------------------------------------*/
#maincontentsubcell { padding: 0 10px 0 5px; }

#maincontentsubcell p { line-height: 1.6em; }

#maincontentsubcell p font { line-height: 1.1em; }

#maincontentsubcell ul {
	padding: 0 0 0 6px;
	margin: 0;
	list-style-type: disc;
	list-style-position: inside;
}

#maincontentsubcell ul li {
	background: transparent url(../images/li_bullet.png) no-repeat left 8px;
	padding: 4px 0 4px 0px;
	color: #333;
}

#maincontentsubcell blockquote {
	background: #fbfbfb url(../images/bak_blockquote.png) repeat-y right top;
	padding: 10px 15px;
	border-top: 1px solid #c8cdd0;
	margin: 20px 0 20px 0;
}

#maincontentsubcell blockquote,
#maincontentsubcell blockquote p {
	color: #5f696f;
	font: 13px/20px Georgia, Times, "Times New Roman", serif;
}


/* Client-side Right Navigation
----------------------------------------*/
#rightnavcell { padding: 0 5px 0 0; }

#rightnavcell p {
	font-size: 11px;
	line-height: 1.2em;
	color: #666;
	margin-left: 5px;
}

#rightnavcell h6 { margin-left: 5px; }

#rightnavcell h5 { margin-top: -6px; }

#rightnavcell ul {
	padding: 0 0 0 6px;
	margin: 0;
	list-style: none;
}

#rightnavcell ul li {
	background: transparent url(../images/li_bullet.png) no-repeat left 8px;
	padding: 4px 0 4px 10px;
	color: #333;
	font-size: 11px;
}


/* Footer
----------------------------------------*/
#footertable {
	border-top: 1px solid #bfc4c7;
	padding: 10px 5px;
	text-align: center;
	margin-top: 10px;
}

#footertable,
#footertable p {
	font-size: 10px;
	line-height: 1.2em;
}