@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #878787;
	background-image: url(../images/bg-tile.jpg);
	background-repeat: repeat-x;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
p {
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding: 0px;
}
.bodyCopySM {
	font-size: 10px;
}
.bodyCopy {
	font-size: 12px;
}
a, a:link, a:visited {
	color: #790000;
	text-decoration: none;
} 
a:hover {
	color: #333333;
	text-decoration: underline;
}
h1 {
	margin: 0px;
	font-size: 16px;
	color: #000000;
	line-height: 20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h2 {
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 16px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h3 {
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #790000;
	line-height: 16px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h4 {
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #024995;
	line-height: 16px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h5 {
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 16px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h6 {
	font-size: 12px;
	font-weight: bold;
	color: #024995;
	line-height: 16px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #024995;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
ol {
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.ol-2 {
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
ul {
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
hr {
	height: 1px;
	width: 100%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #a7a7a7;
}
.thrColFixHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
} 
.thrColFixHdr #header {
	height: 50px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 900px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 100px;
}
.thrColFixHdr #header h1 {
	margin: 0px;
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #464646;
	font-size: 18px;
	}

.thrColFixHdr #navigation {
	height: 40px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 1000px;
	background-image: url(../images/inner-nav-bg.jpg);
	background-repeat: no-repeat;
	padding-top: 21px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#navigation a, #navigation a:link, #navigation a:visited {
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
} 
#navigation a:hover {	
	margin: 0px;
	padding: 0px; 
	color: #66CCFF;
	text-decoration: underline;
}

.thrColFixHdr #sidebar1 {
	float: left;
	width: 235px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* padding keeps the content of the div away from the edges */
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}
.thrColFixHdr #sidebar2 {
	float: right;
	width: 204px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-top: 0px;
	padding-right: 26px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}
.thrColFixHdr #mainContent {
	float: left;
	width: 490px;
	margin: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
} 

.thrColFixHdr #mainContent-2col {
	float: right;
	width: 720px;
	margin: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
} 

.thrColFixHdr #mainContent-login {
	width: 500px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
#contentLeft {
	float: left;
	width: 240px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
#contentRight {
	float: right;
	width: 240px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
#calloutbox {
	float: left;
	background-color: #FFFFFF;
	padding: 0px;
	width: 228px;
	border: 1px solid #dadada;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#calloutbox-r {
	float: right;
	background-color: #FFFFFF;
	padding: 0px;
	width: 228px;
	border: 1px solid #dadada;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#calloutboxInt {
	background-color: #ececec;
	width: 213px;
	height: 420px;
	margin: 7px;
}
.calloutboxIntPad {
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.thrColFixHdr #footer {
	background-image: url(../images/footer-bg.jpg);
	height: 54px;
	padding: 0px;
	margin: 0px;
	text-align: center;
} 
.thrColFixHdr #footer p {
	color: #FFFFFF;
	font-size: 11px;
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	line-height: 50px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clr {
	clear: both;
	padding: 0px;
	margin: 0px;
}
a.learnmore, a.learnmore:link, a.learnmore:visited {
	float: right;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}
a.learnmore:hover {
	color: #000000;
	text-decoration: underline;
}
a.readmore, a.readmore:link, a.readmore:visited {
	float: right;
	font-size: 9px;
	color: #790000;
	text-decoration: none;
}
a.readmore:hover {
	color: #000000;
	text-decoration: underline;
}
a.totop, a.totop:link, a.totop:visited {
	font-size: 9px;
	color: #790000;
	text-decoration: none;
}
a.totop:hover {
	color: #000000;
	text-decoration: underline;
}
.redbox {
	background-color: #790000;
	padding: 5px;
	text-align: center
}
.greybox {
	background-color: #ededed;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.bluebox {
	background-color: #e3edf0;
	padding: 5px;
}
.beigebox {
	background-color: #f6f5e5;
	padding: 5px;
}
.blueText {color: #024995}

