body, td, th, li, input, select, option {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

body {
	background-color: #a3a3a3;
	background-image: url(../images/ui_bodyBkg.gif);
	background-repeat: repeat-x;
	border-color: #000000;
	border-width: 1px;
	border-style: none none solid none;
	margin-top: 0px;
}

a:link,
a:visited {
	color: #de7823;
}

a:hover,
a:active {
	color: #de7823;
	text-decoration: underline;
}

h1 {
	font-size: 18px;
	color: #1E6C5B;
	font-weight: bold;
	margin: 0 0 10px 0;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
	border-color: #A0A0A0;
	border-width: 1px;
	border-style: none none dotted none;
	color: #1E6C5B;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
}

h2 + p,
h3 + p {
	margin-top: 5px;
}

p {
	margin: 5px 0 10px 0;
}

#pageBkg {
	background-color: #a3a3a3;
	background-image: url(../images/ui_bodyBkg.gif);
	background-repeat: repeat-x;
}

#footerBkg {
	/*
	background-image: url(/images/ui_footerBkg.jpg);
*/
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 0 0 175px 0;
}

/* Header & Utility Navigation*/
#logo {
	padding: 3px 0 0 0;
}

#utilNav {
	color: #666666;
	padding: 5px 0 0 0;
}

#utilNav a:link, #utilNav a:visited {
	color: #666666;
	text-decoration: none;
}

#utilNav a:hover, #utilNav a:active {
	color: #000000;
	text-decoration: underline;
}

/* DHTML Menu */
#menuBar {
	padding: 0px;
	color: #000000;
	font-weight: bold;
	background-image: url(../images/ui_menuBarBkg.gif);
}

a.menuButton, a.menuButton:link, a.menuButton:visited {
	text-align: center;
	float: left;
	padding: 9px 20px 4px 0;
	display: block;
	left: 0px;
	top: 0px;
	z-index: 100;
	text-decoration: none;
	color: #000000;
}

a.menuButtonActive, a.menuButtonActive:hover, a.menuButtonActive:active {
	position: relative;
	color: #1E6C5B;
	text-decoration: underline;
}

div.dhtmlMenu {
	position: absolute;
	visibility: hidden;
	z-index: 101;
	margin-left: -1px;
	border: 1px solid #999999;
	text-transform: none;
	background-color: #E8E8E8;
	background-image: url(../images/ui_menuBkg.gif);
	background-repeat: repeat-x;
}

div.dhtmlMenu a.dhtmlMenuItem {
	display: block;
	padding: 1px 5px 1px 5px;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
	color: #000000;
}

div.dhtmlMenu a.dhtmlMenuItem:hover, div.dhtmlMenu a.menuItemHighlight {
	padding: 1px 5px 1px 5px;
	margin: 0px;
	font-weight: normal;
	white-space: nowrap;
	color: #1E6C5B;
	text-decoration: underline;
}

/* Sub Navigation */
#subNavBox {
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: dotted none dotted none;
}

#subNav ul {
	margin: 5px 0 5px 0;
	padding: 0 10px 0 30px;
}

#subNav li {
	margin: 0;
	padding: 0;
}

#subNav a:link, #subNav a:visited {
	text-decoration: none;
}

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

a.tertiarynavlink {
}

/* Path Navigation */
#pathNav {
	margin: 5px 0 10px 0;
	font-size: 10px;
	color: #999999;
}

#pathNav a:link, #pathNav a:visited {
	text-decoration: none;
	color: #4BA1E6;
}

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

/* Body Content */
#body {
}

#bodyLt {
	background-image:url(../images/ui_bodyLtBkg.gif)
	background-repeat: repeat-y;
	background-position: right top;
}

#bodyRt {
	background-image: url(../images/ui_bodyRtBkg.gif);
	background-repeat: repeat-y;
}

#content {
	padding: 15px 15px 15px 15px;
	border-color: #1D6B5A;
	border-width: 1px;
	border-style: solid none none none;
	background-color: #ffffff;
}

.downloadInfo {
	color: #999999;
	font-size: 10px;
}

.caption {
	font-size: 10px;
	margin: 5px 0 0 10px;
}

.publicationTitle {
	font-style: italic;
	font-family: "Times New Roman", serif;
	font-size: 16px;
	line-height: 12px;
}

.note {
	font-size: 10px;
	font-style: italic;
}

img.floatRight {
	float: right;
	margin: 0 0 20px 20px;
}

.finePrint {
	font-size: 10px;
	font-weight: normal;
}

table.dataTable {
	border-collapse: collapse;
	border-color: #537DB9;
	border-width: 1px;
	border-style: solid;
}

table.dataTable th {
	text-transform: inherit;
	white-space: nowrap;
	background-color: #3366CC;
	color: #FFFFFF;
	padding: 2px 10px 2px 10px;
	border-right: #FFFFFF;
	border-width: 1px;
	border-style: none dotted none none;
}

table.dataTable td {
	padding: 5px 10px 5px 10px;
	border-right: #cccccc;
	border-width: 1px;
	border-style: none dotted none none;
	vertical-align: top;
}

table.dataTable tr.odd {
	background-color: #FFFFFF;
}

table.dataTable tr.even {
	background-color: #E6E6E6;
}

table.definitionTable {
}

table.definitionTable th {
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: dotted none none none;
	white-space: nowrap;
	padding: 5px 5px 10px 0px;
}

table.definitionTable td {
	text-align: left;
	vertical-align: top;
	padding: 5px 0px 10px 5px;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: dotted none none none;
}

table.definitionTable td > p:first-child {
	margin-top: 0;
}

/* Annotated Links */
.annotatedLinks th {
	white-space: nowrap;
	text-align: right;
	text-transform: inherit;
	padding: 10px 5px 0 0;
}

.annotatedLinks td {
	padding: 10px 0 0 0;
}

/* Forms */
fieldset {
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
	padding: 10px;
	width: auto;
	background-color: #F2F2F2;
}

legend {
	color: #ffffff;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	background-color: #507FB7;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: none;
}

fieldset fieldset {
	border-color: #cccccc;
	border-width: 1px;
	border-style: dotted;
	padding: 10px;
	width: auto;
}

fieldset fieldset legend {
	color: #666666;
	font-weight: bold;
	padding: 2px;
	background-color: transparent;
	border: none;
}

fieldset table {
	margin: 0 0 5px 0;
}

fieldset table td {
	padding: 0 5px 0 0;
}

fieldset table th {
	padding: 0 5px 0 0;
	text-align: right;
	color: #666666;
}

fieldset .fieldlabel, fieldset .annotation {
	font-size: 10px;
}

fieldset input.text {
	height: 14px;
	font-size: 10px;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
}

fieldset input, fieldset textarea {
	margin: 2px 0 2px 0;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
}

fieldset select {
	margin: 1px 0 0 0;
}

.formButtons {
	text-align: center;
	margin: 5px 0 0 0;
}

/* Sidebar */
#sidebar {
	padding: 0 0 10px 20px;
}

#sidebar h2 {
	border: none;
	margin-top: 10px;
}

.sidebarImage {
	border-color: #666666;
	border-width: 1px;
	border-style: solid;
	margin: 10px 0 0 0;
}

.sidebarImageCaption {
	font-size: 10px;
	margin: 3px 0 10px 0;
	text-align: center;
}

.sidebarBanner {
}

.sidebarBannerCaption {
	font-size: 10px;
	margin: 3px 0 0 0;
}

/* Popup Image */
.popupImage {
	text-align: center;
}

.popupImage img {
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	margin: 5px;
}

.popupImageCaption {
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	padding: 0 10px 0 10px;
}

/* Footer */
#footer {
	padding: 7px 0 0 0;
	font-size: 10px;
	background-image: url(../images/ui_bodyBottomBkg.gif);
	background-repeat: repeat-x;
	text-align: center;
	color: #666666;
}

#printFooter {
	display: none;
}

/* TinyMCE Editor Background */
.mceContentBody {
	background-color: #FFFFFF;
	padding: 10px;
}

.red_text {
	color: #de7823;
}

.red_header {
	font-size: 12pt;
	color: #de7823;
	font-weight: bold;
}

.black_header {
	font-size: 10.5pt;
	color: #000000;
}

.white_text {
	font: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 9pt;
}
