@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(/images/layout/bodyBG.jpg);
	background-color: #001C35;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#gutterLft {
	width: 28px;
	background-image: url(/images/layout/logoLeft.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#content {
	width: 970px;
}
#endcap {
	background-image: url(/images/layout/logoRight.jpg);
	background-repeat: no-repeat;
	height: 43px;
	text-align: right;
	color: #FFF;
	background-position: 0px;
}
#endcap a {
	color: #FFF;
	text-decoration: none;
}
#endcap a:hover {
	color: #FFF;
	text-decoration: underline;
}
#viewport {
	height: 273px;
	width: 970px;
}
#workarea {
	background-image: url(/images/layout/workareaBG.jpg);
	background-repeat: repeat-x;
	color: #333;
	font-weight: normal;
	line-height: 1.5em;
	background-color: #FFF;
	background-position: bottom;
}
#workarea h1 {
	color: #CA0D32;
	font-size: 20px;
	font-weight: bold;
	margin-top: 25px;
}
#workarea h2 {
	color: #CA0D32;
	font-size: 16px;
	font-weight: bold;
}
#subnav {
	background-image: url(/images/layout/subnavBG.jpg);
	background-repeat: repeat-x;
	background-color: #D10D2B;
	background-position: bottom;
	color: #FFF;
}
#subnav h1 {
	color: #FFF;
	font-size: large;
	font-weight: normal;
	letter-spacing: .1em;
	margin: 0px;
	padding: 0px;
}
#subnav a {
	color: #FFF;
	text-decoration: none;
}
#subnav a:hover {
	color: #FFF;
	text-decoration: underline;
}
#footer {
	background-image: url(/images/layout/interiorFooter.jpg);
	background-repeat: no-repeat;
	height: 96px;
}
#footerTxt {
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 20px;
	font-size: small;
}
#footerTxt a {
	font-size: small;
	color: #FFF;
	text-decoration: none;
}
#footerTxt a:hover {
	color: #FFF;
	text-decoration: underline;
}
#gutterRgt {
	width: 26px;
	background-image: url(/images/layout/interiorFooterRgt.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
tblBorder {
	border: 1px solid #333333;
}
