/*
===========================================================
Standard CSS that applies to all Base Design 01 Web sites.
===========================================================
*/

#HeaderLeft {
	background-image: url(../images/header-background.gif);
	background-repeat:no-repeat;
	background-color: #0D4496;
}
#HeaderRight {
	background-color: #1A1160;
	border-left: 1px solid #FFFFFF;
}

/* Styles for the HTML body */
body {
	margin: 4px;
	background-repeat: repeat-x;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #999999;
	font-size: 19px;
	font-weight: normal;
	color: #B8011F;
}

/* Default heading styles */
h2, .h2 { font-size: 16px; color: #0054A6; }
h3, .h3 { font-size: 14px; color: #006E5A; }
h4, .h4 { font-size: 14px; color: #656565; }

/* Style for the <table> that contains the optional left column navigation and the page body */
#PageBodyTable {
	border-top: 2px solid #FF0000;
	margin-top: 1px;
	background-color: #FFFFFF;
}

/* Styles for the <td> that contains the page body */
#PageBody {
	padding: 12px 0px 12px 8px; /* top right bottom left */
	border-top: 1px solid #FFFFFF;
	width: 752px;
}

/* The font for the page index text */
.PageIndex {
	font-weight: bold;
	color: #666666;
	padding-bottom: 0;
	margin-bottom: 0;
}

/* Styles for the page footer */
#Footer td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	border-top: 1px solid #999999;
	padding-top: 6px;
}
/* Change the color for links in the footer */
#Footer a {
	color: #343696;
}