﻿/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

/* [ GLOBALS ] */

a {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

a strong {
	color: #990000;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	/* Center Website IE */
	text-align: left;
	background: none;
}

p {
	margin: 0px 0px 10px 0px;
}

/* [ Wrappers ] */

#wrapper {
	background: none;
	width: 100%;
}

/* [ Hide Elements ] */

#header,
#mainNavigation,
#headerHomeLink,
#searchBar,
#leftColumn,
#rightColumn,
#footerNav,
#webmaster,
#footer p,
#dateTime,
.noPrint
{
	display: none;
}


/* [ Main Body Area ] */

#mainBodyContainer {
	width: 100%;
	position: relative;
}

#mainBodyContainer h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	color: #990000;
}

#mainBodyContainer h2 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

#mainBodyContainer h3 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	text-align: center;
}

#mainBodyContainer h4 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

#mainBodyContainer ul {
	margin: 0px 0px 10px 20px;
}

#mainBodyContainer ol {
	margin: 0px 0px 10px 30px;
}

#mainBodyContainer li {
	margin: 0px 0px 8px 0px;
}

/* [ Footer ] */

#footer {
	background: none;
	width: 100%;
	padding: 40px 0px;
	clear: both;
	border: none;
}

/* [ Highlight Table ] */

#highlightTable {
	border: 2px solid #CCCCCC;
	background: #EAEAEA;
	margin: 0 auto;
}

#highlightTable td {
	padding: 10px;
	vertical-align: top;
}

#highlightTable td a {
	font-weight: normal;
	padding: 5px;
	float: left;
	width: 220px;
}

#highlightTable td a:hover {
	color: #000000;
	background: #CCCCCC;
}

/* [ Content Table ] */

#contentTable {
	margin: 0 auto;
}

#contentTable td {
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #CCCCCC;
}

/* [ Class Library ] */

span.new {
	font-weight: bold;
	color: #990000;
	margin: 0px 0px 5px 0px;
}

.odd {
	background: #f5f5f5;
}

.even {
	background: #fff;
}

.error, .requiredField {
	font-weight: bold;
	color: #900;
}

.success {
	font-weight: bold;
	color: #060;
}

.readMore {
	padding: 3px 10px;
	background: #FFFFFF;
	border: 2px dotted #CCCCCC;
	margin: 0px 0px 20px 0px;
	clear: both;
}

.justify {
	text-align: justify;
}

.lastNav {
	margin: 0 auto !important;
	border: none !important;
}

.border {
	border: 1px solid #000000;
}

ul.delimitedList li {
	border-bottom: 1px solid #ccc;
}

.imgLeft {
	float: left;
	margin: 0px 10px 10px 0px;
}

.imgRight {
	float: right;
	margin: 0px 0px 10px 10px;
}

.blockLink {
	display: block;
	position: relative;
}

.clear {
	clear: both;
}

.backnext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

span.photoCaption {
	text-align: right !important;
	color: #666;
	padding: 10px 0px;
	font-style: italic;
}

.sideColumnContent {
	padding: 10px;
}

.icon {
	margin: 0px 5px -3px 0px;
}

.formTable {
	border: none;
	margin: 20px 0px;
}

.formTable th {
	background: #eee;
	border-right: 1px solid #CCCCCC;
	font-size: 12px;
	text-align: left;
}

.formTable th, .formTable td {
	padding: 6px;
	border-bottom: 1px solid #CCCCCC;
}

.formTableHeading {
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	text-align: left;
	color: #000;
	background: #FFF !important;
	border-bottom: 1px solid #333!important;
	border-right: none !important;
	padding: 6px 6px 6px 0px !important;
}

.messageContainer {
	background: #FFFFCC;
	border: 1px dashed #990000;
	padding: 5px 10px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
}

/* [ Home Page Highlight ] */

#homeHighlight {
	float: left;
}

#homeHighlightLeft {
	float: left;
	width: 160px;
}

#homeHighlightLeft h1 {
	float: left;
}

#homeHighlightRight {
	float: right;
	margin: 0px 0px 10px 15px;
	width: 327px;
}

#homeHighlightRight p {
	font-size: 11px;
	text-align: right;
	color: #666;
	text-align: right !important;
	font-style: italic;
	margin: 0px 0px 0px 0px !important;
	padding: 3px;
	width: 321px;
}

.highlightImage {
	float: right;
	margin: 0px 0px 10px 15px;
	width: 300px;
}

.highlightImage p {
	font-size: 11px;
	text-align: right;
	color: #666;
	text-align: right;
	font-style: italic;
	margin: 0px 0px 0px 0px !important;
	padding: 3px;
	width: 293px;
}

/* [ Content Table Classes ] */

.contentTable {
	margin: 0 auto;
}

.contentTable td {
	padding: 10px;
}

.contentTableWithBorders {
	margin: 0px auto 10px auto;
}

.contentTableWithBorders td {
	padding: 10px;
	border-bottom: 1px solid #ccc;
	text-align: left;
}

.contentTableWithBorders th {
	padding: 10px;
	border-bottom: 1px solid #ccc;
	background: #f5f5f5;
	text-align: left;
}

.altTable1 {
	margin: 0px 0px 20px 0px;
}

.altTable1 th {
	padding: 5px 5px;
}

.altTable1 td {
	padding: 3px 5px;
}

.altTable1 th {
	background: #999;
	font-weight: bold;
	border-bottom: 1px solid #666;
}

/* [ Table Totals Row ] */

tr.sortbottom td {
	border-top: 1px solid #666;
}


