/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	font-family: Arial,sans-serif;
	color: #000000;
	background: #F6EECB;
}

/******* hyperlink and anchor tag styles *******/

a:link {
	color: #88742F;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #8F151B;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a.roc:hover {
	text-decoration: none;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

/************** header tag styles **************/

h1 {
 font: bold 125% Arial,sans-serif;
 color: #334d55;
 margin: 0;
 padding: 0;
}

h2 {
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0;
 padding: 0;
}

h3 {
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0;
}

h4 {
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0;
 padding: 0;
}

h5 {
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0;
 padding: 0;
}


/*************** list tag styles ***************/

ul {
 list-style-type: square;
}

ul ul {
 list-style-type: disc;
}

ul ul ul {
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label {
	font: bold 1em Arial,sans-serif;
	color: #334d55;
}

input {
	font-family: Arial, sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#masthead {
	width: 920px;
	border-top: 2px solid #5A1F1D;
	border-left: 2px solid #5A1F1D;
	border-right: 5px solid #5A1F1D;
}

#pagecell1 {
	width: 920px;
	background: #8F151B;
	border-right: 5px solid #5A1F1D;
	border-left: 2px solid #5A1F1D;
}

#pageNav {
	float: left;
	width: 210px;
	padding: 0;
	background: #8F151B;
	font-family: Arial, sans-serif;
}

td#leftNav {
	vertical-align: top;
	width: 190px;
}

td#contentPanel {
	vertical-align: top;
	background: #FFFFFF;
	border-left: 2px solid #D1B853;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName {
	background: #D1B853;
	margin: 0;
	padding: 0;
	height: 74px;
	width: 100%;
}

#siteName img {
	padding: 0;
	display: inline;
	float: left;
}

#topstripe {
	height: 19px;
	background: #F6EECB;
	padding: 0;
	border-top: 10px solid #D1B853;
	border-bottom: 2px solid #5A1F1D;
}

#bottomStripe {
	background: #F6EECB;
	border-bottom: 3px solid #5A1F1D;
	margin: 0;
	padding: 3px;
}

/************** pageName styles ****************/

.body h2 {
	font: bold 145% Arial,sans-serif;
	color: #000000;
	margin:14px 0 10px 0;
	padding: 0;
}


/************** sequence styles ****************/

.sequence {
	float: right;
	padding-bottom: 5px;
}

.sequence span {
	vertical-align: middle;
}

.sequence a, .sequence a:visited {
	font-size: 0.9em;
	color: #000000;
	font-weight: bold;
	padding: 0 15px 0 10px;
}

.sequence a:hover {
	text-decoration: none;
}

.sequence img {
	display: inline;
	vertical-align: middle;
	border: 0;
}

td#lower-sequence {
	border-left: 2px solid #D1B853;
	background: #FFFFFF;
}

/************* globalNav styles ****************/

#globalNav {
	position: relative;
	width: 100%;
	min-width: 640px;
	height: 32px;
	padding: 0;
	margin: 0;
	background: #8F151B;
	border-top: 2px solid #5A1F1D;
}

#globalLink {
	height: 22px;
	padding: 5px 11px 5px 5px;
	margin: 0;
	left: 10px;
	z-index: 100;
	text-align: right;
}

a.glink, a.glink:visited {
	font-size: 80%;
	color: #F6EECB;
	font-weight: bold;
	margin: 0;
	padding: 2px 5px 4px 5px;
}

a.glink:hover {
	text-decoration: underline;
}

.skipLinks {
	display: none;
}


/************** body styles *****************/

.body {
	background: #FFFFFF;
	padding: 0 10px 10px 20px;
	font-size: 80%;
}

.body p {
	line-height: 150%;
	margin-top: 0;
}

.body h3 {
	font: bold 135% Arial,sans-serif;
	color: #000000;
	padding: 15px 0 5px 0;
}

.body img.floatleft {
	float: left;
	padding: 10px 10px 10px 0;
}

.body img.floatright {
	float: right;
	padding: 10px 0 10px 10px;
}

.body img.toolkitright {
	float: right;
	margin: 10px 0 10px 10px;
	border: 1px solid #333333;
}

.body img.toolkitleft {
	float: left;
	margin: 10px 10px 10px 0;
	border: 1px solid #333333;
}

.body li {
	padding: 0 0 5px 0;
	line-height: 150%;
}

.body span.tip {
	color: #9E5624;
	font-weight: bold;
	font-style: italic;
}

.body p.toolkit {
	color: #444444;
	font-size: 95%;
	font-style: italic;
	margin-top: 30px;
}

/************** siteInfo styles ****************/

#siteInfo {
	clear: both;
	border-top: 2px solid #D1B853;
	color: #5A1F1D;
	background: #D1B853;
	font-size: 75%;
	font-weight: bold;
	padding: 5px 5px 10px 15px;
}

#siteInfo a, #siteinfo a.visited {
	color: #5A1F1D;
}

#siteInfo img {
	padding: 4px 4px 4px 0;
	float: left;
}

#siteInfoText {
	margin-left: 70px;
}

/************ sectionLinks styles **************/

#sectionLinks {
	margin: 0;
	padding: 0 0 10px 0;
}

#sectionLinks a:link {
	display: block;
	font-weight: bold;
	padding: 7px 0 6px 15px;
	color: #E8E4CE;
	font-size: 85%;
}

#sectionLinks a:visited {
	display: block;
	font-weight: bold;
	padding: 7px 0 6px 15px;
	color: #F6EECB;
	font-size: 85%;
}

#sectionLinks a:link.level2, #sectionLinks a:visited.level2 {
	font-size: 80%;
	margin: 0 0 0 15px;
	padding: 0 0 6px 15px;
}

#sectionLinks a:link#current, #sectionLinks a:visited#current {
	color: #DFD58D;
}

#sectionLinks a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #DFD58D;
}


/************* sidebox styles **************/

div#sidediv {
	float: right;
	width: 170px;
	padding: 0;
	margin: 34px 0 0 0;
}

td#leftPanel {
	vertical-align: top;
	border-top: 2px solid #D1B853;
}

td#rightPanel {
	vertical-align: top;
	border-top: 2px solid #D1B853;
	padding-top: 14px;
}


/************* data table styles **************/

table.data {
	border-collapse: collapse;
	width: 350px;
}

table.data caption {
	font-weight: bold;
	padding: 5px 0 5px 0;
	text-align: left;
}

table.data col.time {
	width: 30%;
}

table.data col.number {
	width: 35%;
}

table.data th {
	background: #BFA835;
	color: #000000;
	padding: 5px;
	vertical-align: bottom;
}

table.data td {
	padding: 5px;
}

table.data td.figure {
	text-align: center;
}

table.data tr.odd {
	background: #FFFFFF;
}

table.data tr.even {
	background: #DFD39A;
}


/************* Reveal on click **************/

div#revealonclick {
	visibility: hidden;
}

div.sidebox {
	color: #9E5624;
	background-color: #FFFFFF;
	margin: 0 0 15px 0;
	font-size: 80%;
	border-left: 2px solid #5F6153;
	padding: 10px 10px 5px 10px;
}

div.sidebox p {
	margin: 0 0 10px 0;
	font-family: Arial, sans-serif;
	line-height: 150%;
}