/* =Base Styles
---------------------------------------------------------------- */
body {
	padding: 0px;
	/* background: #9DA9C5 url("images/backgrounds/body.jpg") repeat-x left top;
	margin: 10px; */
	background: #FFFFFF;
	margin: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
label {
	cursor: hand;
	cursor: pointer;
}
a:link {
	text-decoration: underline;
	/* color: #051A49; */
	color: #000000;
}
a:visited {
	text-decoration: underline;
	/* color: #051A49; */
	color: #000000;
}
a:hover {
	text-decoration: none;
	/* color: #051A49; */
	color: #000000;
}
a:active {
	text-decoration: underline;
	/* color: #051A49; */
	color: #000000;
}
ul {
	list-style: disc;
}

/* =Misc. Styles
---------------------------------------------------------------- */
.clear {
	clear: both;
	float: none;
	height: 1px;
	margin: 0px;
	padding: 0px;
	line-height: 1px;
}
.hideObject {
	display: none;
}
.menu {
	display: none;
}

/* =Layout Div Styles
---------------------------------------------------------------- */
#page {
	margin: 0px auto;
	/* background: url("images/backgrounds/page.jpg") repeat-y left top;
	width: 780px; */
	background: none;
	width: 100%;
}
#dropShadow {
	padding-right: 4px;
	padding-left: 4px;
	/* background: url("images/backgrounds/dropShadow.jpg") no-repeat left top; */
	background: none;
}
#pageBorder {
	padding: 5px;
	/* border: 1px solid #4C5B5B; */
	border: none;
}
#logo {
	/* width: 276px;
	float: left; */
	width: 100%;
	float: none;
	height: 82px;
}
#tagLine {
	/* width: 424px;
	height: 82px;
	float: right;
	clear: right; */
	display: none;
}
#mainNav {
	/* height: 32px;
	position: relative;
	width: 760px;
	clear: both; */
	display: none;
}

/* =Homepage Styles
---------------------------------------------------------------- */
#hmpgContent {
	padding: 2px 6px 2px 2px;
	margin-top: 4px;
	margin-bottom: 4px;
	/* border: 1px solid #ACBABA;
	background: #FFFFFF; */
	border: none;
	background: none;
}
#hmpgContent #leftColumn {
	/* float: left;
	width: 178px;
	background: #0B2F83;
	padding-top: 6px;
	padding-right: 6px;
	padding-left: 6px; */
	display: none;
}
/* #hmpgContent #leftColumn .container {
	background: #D9DEEA;
	padding: 10px;
	margin: 0px 0px 6px 0px;
	font-size: 10px;
	line-height: 13px;
}
#hmpgContent #leftColumn .loginLinks {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#hmpgContent #leftColumn .loginLinks li {
	list-style: none;
	margin-top: 5px;
	margin-bottom: 5px;
} */
#hmpgContent #mainColumn {
	/* width: 379px;
	float: left; */
	width: 100%;
	float: none;
	margin-right: 7px;
	margin-left: 7px;
	margin-top: 8px;
}
#hmpgContent #mainColumn #date {
	padding: 0px;
	/* margin-top: -3px;
	text-align: center; */
	margin-top: 0px;
	text-align: left;
}
#hmpgContent #mainColumn .story {
	border-top: 1px solid #DBDBDB;
	padding-top: 20px;
	/* margin: 20px 5px 0px 5px; */
	margin: 20px 0px 0px 0px;
}
#hmpgContent #rightColumn {
	/* float: right;
	width: 167px;
	margin-top: 8px; */
	display: none;
}
/* #hmpgContent #rightColumn .container {
	border: 1px solid #ACBABA;
	padding: 2px;
	margin-bottom: 6px;
}
#hmpgContent #rightColumn .container a {
	color: #A32140;
}
#hmpgContent #rightColumn .container ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#hmpgContent #rightColumn .container li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#hmpgContent #rightColumn .container li a {
	background: url(images/bulletSquare.gif) no-repeat 2px 5px;
	padding-left: 8px;
	line-height: 19px;
	color: #143788;
} */
#hmpgPhoto {
	display: none;
}
#welcomeText {
	display: none;
}

/* =Interior Styles
---------------------------------------------------------------- */
#content {
	padding: 2px 6px 2px 2px;
	margin-top: 4px;
	margin-bottom: 4px;
	/* border: 1px solid #ACBABA;
	background: #FFFFFF; */
	border: none;
	background: none;
}
#content #leftColumn {
	/* float: left;
	width: 178px;
	background: #0B2F83;
	padding-top: 6px;
	padding-right: 6px;
	padding-left: 6px; */
	display: none;
}
/* #content #leftColumn .container {
	background: #D9DEEA;
	padding: 1px;
	margin: 0px 0px 6px 0px;
	line-height: 19px;
}
#content #leftColumn .container a{
	color: #A32140;
}
#content #leftColumn .containerBorder {
	border: solid 1px #ACBABA;
	padding: 2px;
}
#content #leftColumn .containerHeader {
	background: #143788;
	height: 26px;
}
#content #leftColumn .container ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#content #leftColumn .container li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#content #leftColumn .container li a {
	background: url(images/bulletSquare.gif) no-repeat 2px 5px;
	padding-left: 8px;
	line-height: 19px;
	color: #143788;
} */
#content #mainColumn {
	/* width: 496px;
	float: left;
	margin-left: 34px; */
	width: 100%;
	float: none;
	margin-left: 0px;
}
#topOfPage {
	/* text-align: center;
	margin-top: 28px;
	margin-bottom: 32px;
	color: #A32140; */
	display: none;
}
#topOfPage a {
	/* color: #A32140;
	font-weight: bold; */
	display: none;
}

/* =Footer Styles
---------------------------------------------------------------- */
#footer {
	/* background: url("images/backgrounds/footer.jpg") repeat-x left top;
	clear: both;
	height: 33px; */
	display: none;
}
#secNav {
	/* float: left;
	height: 33px;
	display: none; */
	display: none;
}
#footerLogos {
	/* float: right;
	height: 33px;
	width: 336px; */
	display: none;
}

/* =Font Styles
---------------------------------------------------------------- */
.header {
	color: #051A49;
	font: bold 16px Arial, Helvetica, sans-serif;
}
.headerAlt {
	color: #A32140;
	font: bold 16px Arial, Helvetica, sans-serif;
}
/* .headerSmall {
	color: #051A49;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.headerSmallAlt {
	color: #A32140;
	font: bold 12px Arial, Helvetica, sans-serif;
} */
body, td, th {
	font: 10px/17px Verdana, Arial, Helvetica, sans-serif;
	/* color: #051A49; */
	color: #000000;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #051A49;
}
h1.alt {
	color: #A32140;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #051A49;
}

/* =Matrix Styles
---------------------------------------------------------------- */
.mtxBorder {
	border-bottom: 1px solid #CED8F4;
	margin-top: 10px;
	margin-bottom: 10px;
}
.mtxHeader {
	padding: 4px;
	color: #FFFFFF;
	background: #143788 url(images/backgrounds/mtxHeader.jpg) repeat-x left top;
}
.mtxHeaderBorderLeft {
	padding: 4px;
	color: #FFFFFF;
	background: #143788 url(images/backgrounds/mtxHeader.jpg) repeat-x left top;
}
.mtxHeader a, .mtxHeaderBorderLeft a, .mtxHeader a:visited, .mtxHeaderBorderLeft a:visited, .mtxHeader a:hover, .mtxHeaderBorderLeft a:hover {
	color: #FFFFFF;
}
.mtxRow {
	padding: 4px;
	border-top: 1px solid #CED8F4;
}
.mtxRowBorderLeft {
	padding: 4px;
	border-top: 1px solid #CED8F4;
}
.mtxRowAlt {
	padding: 4px;
	border-top: 1px solid #CED8F4;
	background: url(images/backgrounds/mtxRowAlt.jpg) repeat-x left top;
}
.mtxRowAltBorderLeft {
	padding: 4px;
	border-top: 1px solid #CED8F4;
	background: url(images/backgrounds/mtxRowAlt.jpg) repeat-x left top;
}
.mtxBorderMore {
	padding-left: 5px;
	border-left: 1px solid #CED8F4;
	width: 35px;
	text-align: right;
}
.mtxBorder td a.bulletItem {
	padding-left: 20px;
	display: block;
	width: 90%;
	background: url(images/bulletPlus.gif) no-repeat 5px 4px;
}
.showMoreInfo {
	padding: 4px;
	border-top: 1px solid #CED8F4;
}

/* =Bullet List Styles
---------------------------------------------------------------- */
.bulletListMtx {
	margin-top: 10px;
	margin-bottom: 10px;
}
.bulletListMtxTd {
	padding: 4px;
	border-bottom: 1px solid #CED8F4;
}
.bulletPlusListMtxTd {
	padding: 4px;
	border-bottom: 1px solid #CED8F4;
}
.bulletPlusListMtxTd a, .bulletPlusListMtxTd a:visited, .bulletPlusListMtxTd a:hover, .bulletPlusListMtxTd a:visited:hover {
	padding-left: 20px;
	display: block;
	width: 90%;
	background: url(images/bulletPlus.gif) no-repeat 5px 4px;
}
.bulletListMtxTdNone {
	border-bottom: 1px solid #CED8F4;
	padding: 4px;
}
