/* START GLOBAL STYLES */
*{
	margin: 0px;
	padding: 0px;
}
body, p, td, input, textarea, span, div, select, ul, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
p {
	margin-bottom: 10px;
}
h1 {
	display: block;
	border-bottom: solid 1px #000000;
	font-size: 16px;
	color: #c90e19;
	margin-bottom: 20px;
}
h2 {
	font-size: 14px;
	display: block;
	border-bottom: solid 1px #cccccc;
	margin-bottom: 10px;
	margin-left: 0px;
}
h3	{
	font-size: 14px;
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}
h4	{
	font-size: 13px;
	display: block;
	font-weight: bold;
	color: #c90e19;
	margin-bottom: 10px;
}
h5	{
	font-size: 12px;
	display: block;
	font-weight: bold;
	color: #c90e19;
	margin-bottom: 5px;
	margin-left: 5px;
}
/* END GLOBAL STYLES */

/* BEGIN PAGE STRUCTURE */
.header-cell {
	text-align: right;
	vertical-align: top;
	background-color: #000000;
	color: #FFFFFF;
	background-image: url(../images/header1.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.homepageheader-cell {
	text-align: right;
	vertical-align: top;
	background-color: #000000;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right center;
}
.header-cell a {
	color: #FFFFFF;
}
.main-cell {
	vertical-align: top;
	height: 100%;
}
.pagetitle {
	border-bottom: solid 1px #000000;
	margin-bottom: 20px;
}
.subtitle {
	font-size: 14;
	font-weight: bold;
	display: block;
	margin-bottom: 20px;
	padding: 3px;
}
.group-label {
	font-size: 12px;
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}
.footer-cell {
	height: 30px;
	background-color: #cccccc;
	background-image: url(../images/footer_border.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 10px 20px 10px 20px;
	font-size: 10px;
	text-align: right;
}
.footer-cell a {
	color: #000000;
	text-decoration: none;
}
.footer-cell a:hover {
	text-decoration: underline;
}
/* END PAGE STRUCTURE */

/* BEGIN UTILITY NAVIGATION STYLES */
.utility-nav {
	margin: 0;
	padding: 0;
	vertical-align: top;
	color: #FFFFFF;
	text-align: right;	
	font-size: 10px;	
}
.utility-nav a {
	display: inline;	
	padding: 0;
	text-decoration: none;
	color: #FFFFFF;
}
.utility-nav a:hover {
	text-decoration: underline;
}
/* END UTILITY NAVIGATION STYLES */

/*BEGIN TOP NAVIGATION STYLES */
.topnav-cell {
	background-image: url(../images/topnav_back.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	vertical-align: bottom;
	height: 34px;
	padding-bottom: 5px;
}
.topnav {
	vertical-align: bottom;
	padding: 0px 20px;
	height: 18px;
	margin: 0px;
}
.topnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.topnav li {
 	margin: 1px 0 0 0;
	float: right;
 	padding: 0;
}
.topnav a {
	display: block;
	padding: 2px 10px;
	text-decoration: none;
	color: #FFFFFF;
}
.topnav a:hover {
	text-decoration: underline;
}
.topnavselected {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(../images/tabright.gif);
	background-position: right top;
	background-repeat: no-repeat;
	height: 18px;
}
.topnavselected a {
	float: left;
	display: block;
	padding: 2px 10px;
	background-image: url(../images/tableft.gif);
	background-position: left top;
	background-repeat: no-repeat;
	text-decoration: none;
	font-weight: bold;
	color: #c90e19;
	height: 18px;
}
.topnavselected a:hover {
	text-decoration: underline;
}
/* END TOP NAVIGATION STYLES */

/* BEGIN LEFT NAVIGATION STYLES */
.leftnav-cell {
	vertical-align: top;
	width: 180px;
	background-color: #efefef;
	height: 100%;
	padding: 10px 0px 0px 0px;
}
.leftnav {
	padding: 0px;
	margin: 0px;
}
.leftnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.leftnav li {
	margin: 2px 0 0 0;
	padding: 0;
	float: left;
}
.leftnav a {
	display: block;
	width: 180px;
	padding: 2px 0px 0px 20px;
	text-decoration: none;
	color: #000000;
	white-space: nowrap;
	background-image: url(../images/leftnav-edge.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 21px;
}
.leftnav a:hover {
	text-decoration: underline;
}
.leftnavselected a {
	font-weight: bold;
	color: #c90e19;
}
.leftnavselected a:hover {
	text-decoration: underline;
}
.leftnavempty {
	display: block;
	width: 180px;
	padding: 2px 10px 3px;
	text-decoration: none;
}
.leftnav2 {
	padding: 0px;
	height: 18px;
	margin: 0px;
}
.leftnav2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.leftnav2 li {
	margin: 2px 0 2px 0;
	float: right;
	padding: 0;
}
.leftnav2 a {
	display: block;
	width: 160px;
	padding: 2px 10px 3px 10px;
	background-color: #ffffff;
	border: solid 1px #cccccc;
	color: #000000;
	text-decoration: none;
	white-space: nowrap;
}
.leftnav2 a:hover {
	text-decoration: underline;
}
.leftnav2selected a {
	font-weight: bold;
	color: #c90e19;
	text-decoration: none;
	white-space: nowrap;
}
/* END LEFT NAVIGATION STYLES */

/* START CONTENT AREA STYLES */
.toplevelcontent-cell {
	padding: 20px;
	height: 100%;
	vertical-align: top;
}
.toplevelcontent-tbl td {
	vertical-align: top;
}
.toplevelcontent-cell img {
	margin-right: 10px;
	margin-bottom: 20px;
	float: left;
	border: solid 0px #000000;
}
.toplevelcontent-cell ul {
	list-style-position: outside;
	padding: 2px 10px;
	margin-left: 10px;
}
.content-cell {
	padding: 20px;
	height: 100%;
	vertical-align: top;
}
.content-tbl td {
	vertical-align: top;
}
.content-cell img {
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	border: solid 0px #000000;
}
.content-cell ul {
	list-style-position: outside;
	padding: 2px 10px;
	margin-left: 10px;
}
.main-content {
	padding-right: 5px;
	padding-bottom: 20px;
	border-right: solid 1px #CCCCCC;
}
.content-banners {
	padding-top: 0px;
	border-right: solid 1px #CCCCCC;
}
.content-banners td {
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	padding: 5px;
}
.homepage-content {
	padding-right: 5px;
	padding-bottom: 20px;
}
.homecontent-cell {
	padding: 20px;
	height: 100%;
	vertical-align: top;
}
.homecontent-tbl td {
	vertical-align: top;
}
.homecontent-cell img {
	margin-right: 0px;
	margin-bottom: 10px;
	float: left;
	border: solid 0px #000000;
}
.homecontent-cell ul {
	list-style-position: outside;
	padding: 2px 10px;
	margin-left: 10px;
}
.homepage-banners {
	padding: 5px;
	margin-top: 20px;
}
.homepage-banners td {
	border: solid 1px #CCCCCC;
	padding: 5px;
}
.homepage-banners ul {
	list-style: none;
}
.homepage-banners a {
	font-weight: bold;
	color: #C90E19;
	text-decoration: none;
}
.homepage-bannercell {
	text-align: left;
	vertical-align: top;
	background: #717170;
	color: #FFFFFF;
}
.homepage-bannercell h4	{
	font-size: 13px;
	display: block;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 10px;
}
/* END CONTENT AREA STYLES */

/* BEGIN LEARN MORE LINK STYLES */
.learnmore a {
	font-size: 9px;
	color: #c90e19;
	text-decoration: none;
}
.learnmore a:hover {
	text-decoration: underline;
}
/* END LEARN MORE LINK STYLES */

/* BEGIN RIGHT RAIL STYLES */
.rightrail {
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	margin: 0px;
	vertical-align: top;
}
.rightrail h2 {
	font-size: 14px;
	display: block;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.rightrail h3	{
	font-size: 14px;
	display: block;
	font-weight: bold;
	margin-left: 10px;
}
.rightrail img {
	float: right;
}
.date {
	font-size: 10px;
	color: #333333;
}
/* END RIGHT RAIL STYLES */

#breadcrumb {
	margin-bottom: 10px;
}
#breadcrumb a {
	color: #000000;
}
#breadcrumb .current {
	font-weight: bold;
}
#infobox {
	float: right;
	margin-left: 10px;
	padding-bottom: 5px;
	width: 230px;
	background-color: #efefef;
	border: solid 1px #cccccc;
	font-size: 11px;
}
#infobox img {
	border: solid 1px #000000;
	margin: 0px 10px 10px 10px;
}
#infobox a {
	color: #000000;
}
#infobox ul {
	margin: 0px 20px 0px 0px;
	padding: 10px;
}
#infobox td {
	margin: 0px;
	padding: 5px;
}
.infobox-title {
	background-color: #cccccc;
	padding: 3px;
	font-weight: bold;
	margin-bottom: 10px;
}
.infobox-label {
	color: #000000;
	padding: 2px 4px 0px 0px;
	margin-left: 0px;
	font-weight: bold;
	height: 10px;
}
.infobox-data {
	padding: 2px 10px 0px 0px;
	height: 10px;
}
.infobox-link {
	margin-left: 20px;
}

/* START INFORMATION GRID STYLES */
.info-label {
	color: #666666;
	background-color: #efefef;
	padding: 2px 10px 2px 10px;
	border: solid 1px #efefef;
	font-weight: bold;
	height: 20px;
}
.info-data {
	padding: 2px 2px 2px 10px;
	border: solid 1px #efefef;
	height: 20px;
}
.info-grid {
	border: 1px solid #cccccc;
	margin-bottom: 10px;
}
.info-label-nowrap {
	color: #666666;
	background-color: #efefef;
	padding: 2px 10px 2px 10px;
	border: solid 1px #efefef;
	font-weight: bold;
	white-space: nowrap;
}
.info-data-nowrap {
	padding: 2px 2px 2px 10px;
	border: solid 1px #efefef;
	height: 20px;
	white-space: nowrap;
}
/* END INFORMATION GRID STYLES */

.buttonbar {
	background-color: #cfcfcf;
	border: 1px solid #666666;
	background-image: url(../images/buttonbar_back.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 20px;
}
.buttonbar td {
	padding: 4px;
	text-align: center;
}
.buttonbar input {
	background-color: #efefef;
	margin-right: 10px;
	padding: 0px 4px 0px 4px;
}

/* BEGIN MESSAGE STYLES */
#errormessage {
	color: #c90e19;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #c90e19;
	border-bottom-color: #c90e19;
	background-color: #FFFFe7;
	padding: 4px;
	margin-bottom: 10px;
}
#errormessage p {
	color: #c90e19;
	padding: 2px;
}
#errormessage li {
	padding: 2px;
}
#errormessage ul { 
	color: #c90e19;
	padding: 2px 0px 2px 40px; 
}
#errormessage a {
	color: #c90e19;
}
.errortitle {
	color: #c90e19;
	font-weight: bold;
}
/* END MESSAGE STYLES */


.header-right {
	text-align: right;
	color: #FFFFFF;
	width: 260px;
}
.header-left {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	height: 100px;
	background-position: left center;
}
.homepageheader-left {
	background-repeat: no-repeat;
	height: 30px;
	background-position: left center;
}

/* START LOGIN STYLES */
.login {
	float: right;
	width: 100%;
	background-color: #CCCCCC;
}
.login td {
	color: #000000;
	padding: 3px;
}
.login-title {
	padding-left: 15px;
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
}
.login-label {
	text-align: right;
	white-space: nowrap;
}
.login-button {
	border: solid 1px #c90e19;
	background-color: #cccccc;
}
/* END LOGIN STYLES */

/* START TABLE GRID STYLES */
.table-grid {
	border: 0px;
	margin-bottom: 10px;
}
.table-grid td {	
	padding-right: 10px;
	padding-bottom: 20px;
	vertical-align: top;
}
.tablegrid-title	{
	font-size: 13px;
	display: block;
	font-weight: bold;
	color: #c90e19;
}
.tablegrid-subtitle	{
	font-size: 12px;
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}
.tablegrid-location {
	font-size: 12px;
	font-style: italic;
	display: block;
	font-weight: bold;
}
.tablegrid-title2	{
	font-size: 13px;
	display: inline;
	font-weight: bold;
	color: #c90e19;
}
.tablegrid-subtitle2	{
	font-size: 12px;
	display: inline;
	font-weight: bold;
	margin-bottom: 10px;
}
.table-grid img {
	margin-right: 10px;
	margin-bottom: 20px;
	float: left;
	border: solid 0px #000000;
	vertical-align: top;
}
/* END TABLE GRID STYLES */

/* START DATA GRID (LIST) STYLES */
.datagrid {
	border: solid 1px #cccccc;	
	margin-bottom: 10px;
}
.datagrid th {
	font-size: 11px;
	text-align: left;
	padding: 3px;
	height: 22px;
	background-image: url(../images/buttonbar_back.gif);
	background-repeat: repeat-x;
	background-position: top;
	white-space: nowrap;
}
.datagrid-sortdown {
	background-image: url(../images/sortarrowdown.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
}
.datagrid-sortup {
	background-image: url(../images/sortarrowup.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
}
.datagrid td {
	padding: 3px;
}
.datagrid a {
	color: #000000;
}
.datagrid-evenrow {
	background-color: #ffffff;
}
.datagrid-oddrow {
	background-color: #efefef;
}
.datagrid-comments {
	background-color: #efefef;
	margin: 0px;
}

.checkbox-cell {
	width: 20px;
}
/* END DATA GRID (LIST) STYLES */

/* Start DHTML MENU STYLE */
.showSwitch {
	display: block;	
}
.hideSwitch {
	display: none;
}
/* END DHTML Menu STYLE */

/* START SITEMAP STYLES */
.sitemap {
	padding: 0px;
	margin: 0px;
}
.sitemap a {
	text-decoration: none;
	white-space: nowrap;	
}
.sitemap a:hover {
	text-decoration: underline;
}
/* END SITEMAP STYLES */

/* START PRINTVIEW STYLES */
.printview-buttons {
	padding: 10px;
	vertical-align: top;
}
/* END PRINTVIEW STYLES */