/* GENERAL CSS BEGINS */
body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color:#f90;
}
* html body {
	text-align: center;
}
body, p, li, div, a, span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body, p, blockquote, table, td, th, li, ul, ol, dd, dl, dt,
form, button, fieldset, label, select, option, input, textarea {
	font-size: 9.5pt;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}
code, code span {
	font-size: 9.5pt;
	font-family: "Courier New", Courier, monospace;
}
h1 {
	margin-top: 0;
	font-size: 12.5pt;
}
h2 {
	font-size: 11.5pt;
}
h3 {
	font-size: 11.0pt;
}
h4 {
	font-size: 10.5pt;
}
h5 {
	font-size: 10.0pt;
}
h6 {
	font-size: 9.5pt;
}
a, a:focus, a:link, a:hover, a:active, a:visited {
	color:#600;
	text-decoration: underline;
}
a:hover, a:visited:hover {
	color:#f60;
	text-decoration: none;
}
blockquote {
	background-color: #DBEAFB;
	padding: 5px;
	border: 1px solid #999;
	width: auto;
}
hr {
	width: 90%;
	height: 1px;
	text-align: center;
}

div.page {
	width: 645px;
	min-width: 12.00em;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
* html div.page {
	text-align: left;
}
div.core {
	padding: 10px 10px 10px 10px;
	padding: 5px;
}
div.colLayout {
	background-color: #fff;
	height: 100%;
}
/* GENERAL CSS ENDS */

/* SITE BANNER CSS BEGINS */
div.banner {
	text-align: center; 
	height: 150px;
	margin: 0px;
	padding: 0px;
	border: 0px solid #369;
	background: #fff url(../images/header_short.jpg) left top no-repeat;
}
* html div.banner {
	position: relative;
}
/* SITE BANNER CSS ENDS */

/* SKIP NAVIGATION CSS BEGINS */
div.navaid, p.navaid, h1.navaid, h2.navaid, .navaid {
	height: 0; 
	width: 0; 
	overflow: hidden;
	float: right;
	font-size: 0;
	position: absolute;
	top: -100px;
}
div.navaid a, p.navaid a, h1.navaid a, h2.navaid a, .navaid a {
	color: #FFFFFF;
}
/* SKIP NAVIGATION CSS ENDS */

/* COMMON MENU BAR CSS BEGINS */
div.mainnav {
	width: 100%;
	color: #FFF;
	background-color: #600; 
	padding: 0;
	overflow: hidden;
}
* html div.mainnav {
	overflow: visible;
}
div.mainnav {
	min-height: 1.57em;
}
* html div.mainnav {
	height: 1.4em;
}
ul#mainlevel {
	list-style-type: none; 
	margin: 0; 
	padding: 0;
	border: none;
	top: 10px; 
	width: 100%;
}
ul#mainlevel li{
	white-space: nowrap; 
	margin: 0;
	padding: 0;
	border-right: 1px solid #fff;
	float: left; 
	min-height: 1.3em;
	font-size: 10.0pt;
	width: auto;
}
ul#mainlevel li a {
	color: #FFF;
	text-decoration: none; 
	font-weight: bold; 
	float: left;
	width: auto;
	padding: 0.2em 1.2em;
	border: none;
}
ul#mainlevel li a:hover {
	color:#FF9900;
	background-color:#300;
}
/* COMMON MENU BAR CSS ENDS */

/* BREAD CRUMB CSS BEGINS */
p.breadcrumb {
	padding: 3px 0px 5px 3px; 
	vertical-align: middle;
	font-size: 8.5pt;
	clear: both;
	margin: 1px 0px 0px 0px;
	min-height: 1.23em;
	border-bottom: 1px solid #ccc;
}
/* BREAD CRUMB CSS ENDS */

/* CONTENT CSS BEGINS */
div.center {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	z-index: 20;
	height: 1%;
	overflow: hidden;
}
* html div.center {
}
div.center h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: transparent;
	font-weight: bold;
}
* html div.center h1 {
	width: 100%;
}
/* CONTENT CSS ENDS */

/* FOOTER CSS BEGINS */
div.footer {
	margin-top: 15px;
	padding: 5px;
	clear: left; 
	font-size: 8.5pt;
	background-color:#fff;
	border-top: 2px solid #f90;
	text-align: right;
}
/* FOOTER CSS ENDS */


/* OTHER CSS BEGINS */
div.promo2 {
	float: right;
	margin: 1px 0px 5px 5px;
	padding: 5px;
	background-color: #CCC;
}
div.componentheading {
	font-weight: bold;
	background-color:#fdb;
	padding: 5px;
	margin: 1px 0px 5px 0px;
}
table.contentpaneopen {
	width: 100%;
}
td.contentheading {
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px dotted #f90;
}
td.contentdescription {
	padding-bottom: 8pt;
}
tr.sectiontableentry1 td, tr.sectiontableentry2 td {
	padding: 5px 20px;
	background: url(../images/arrow.png) left no-repeat;
}
tr.sectiontableentry1 td {
	background-color: #FFFF99;
}
tr.sectiontableentry2 td {
}


td.sectiontablefooter {

}

td.buttonheading {
	border: 0px solid #0f0;
}

td.modifydate {
	font-size: 7pt;
	text-align: right;
	color: #666;
}

div.contact_email {
	margin: 5px;
	padding: 10px; 
	background-color: #ffd;
	border: 1px dotted #f99;
}
div.back_button {
	padding: 3px 5px;
}
div.back_button a {
	text-decoration: none;
	font-weight: bold;
}

span.pagenav {

}
/* OTHER CSS ENDS */
table.table-chart {
	background-color:#FF9900;
	border-collapse:collapse;
}
table.table-chart th,
table.table-chart thead {
	background-color:#FFFF66;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
}
table.table-chart td {
	background-color: #fff;
	vertical-align: top;
	padding: 0.5em;
	border-bottom: 1px dotted #ff9900;
}
table.table-chart img {
	border: 1px solid #ff6;
	padding: 1px;
	float: right;
}
/* General font color/style */
.red {
	color: red;
}
.red-bold {
	color: red;
	font-weight: bold;
	font-size: 105%;
}
.green {
	color: green;
}	
.blue {
	color: blue;
}