/* CSS Document */

/* Page Styles */
body {
margin: 0;
padding: 0;
text-align: center;
min-width: 760px;
background-attachment: scroll;
}
#containerMain {
position: relative;
text-align: left;
width: 760px;
margin-top: -10px;
margin-left: auto;
margin-right: auto;
margin-bottom: auto;
background-color: #FFFFFF;
padding: 0;
}
#containerNW {
position: relative;
text-align: left;
width: 600px;
margin-top: -10px;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 5px;
background-color: #FFFFFF;
padding: 0;
}
#header {
position: relative;
width: 760px;
height: 115px;
border-bottom-color: #d4d4d5;
border-bottom-style: solid;
border-bottom-width:thin;
}
#title {
position: relative;
width: 760px;
height: 20px;
margin-top: 5px;
}
#CSsubtitle {
position: relative;
width: 760px;
height: 20px;
margin-top: 5px;
}
#CSsubtitle2 {
position: relative;
width: 760px;
height: 50px;
margin-top: 5px;
}
#middle {
margin-top: 15px;
}
#NWmiddle {
width: 600px;
margin-top: 15px 0 20px 0;
}
#leftCol {
float: left;
width: 450px;
padding: 0 0 20px 0;
}
#CSleftCol {
float: left;
width: 520px;
padding: 0 0 20px 0;
}
#NWleftCol {
float: left;
width: 534px;
border: 1px solid #8F989D;
}
#rightCol {
float: right;
width: 180px;
padding: 0 0 20px 0;
}
#NWrightCol {
float: right;
width: 20px;
padding: 0 0 20px 0;
}
#footer {
clear: both;
width: 760px;
border-top-color: #d4d4d5;
border-top-style: solid;
border-top-width:thin;
}
#NWfooter {
clear: both;
width: 600px;
padding-top: 5px;
}


/* Text Styles */

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #948B85;
	padding-top: 0px;
}
.bodybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #8F989D;
	text-decoration:none;
}
.navGray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #8E989D;
	text-decoration: none;
}
.navGray:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #8E989D;
	text-decoration: none;
}
.navGray:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #8E989D;
	text-decoration: none;
}
.navGray:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #C3C9CC;
	text-decoration: none;
}
.navGray:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #C3C9CC;
	text-decoration: none;
}
.navGrayNL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #8E989D;
	text-decoration: none;
}
.navLtGray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #C3C9CC;
	text-decoration: none;
}
.navLtGray:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #C3C9CC;
	text-decoration: none;
}
.navLtGray:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #C3C9CC;
	text-decoration: none;
}
.navLtGray:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #C3C9CC;
	text-decoration: none;
}
.navLtGray:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #C3C9CC;
	text-decoration: none;
}
.titleGray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #8E989C;
	font-weight: bold;
}
.titleRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #948B85;
}
.footerCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #8E989D;
	font-weight: bold;
	text-align: right;
	background-position: right;
}
.footerCopylink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #8E989D;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	background-position: right;
}
.footerCopylink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #8E989D;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	background-position: right;
}
.footerCopylink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #948B85;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	background-position: right;
}
.footerCopylink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #948B85;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	background-position: right;
}
.bullet {/* not used */
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #8F989D;
	vertical-align: middle;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	color: #8F989D;
}
.subheadRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	color: #948B85;
	text-decoration:none;
}
.subheadRed:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	color: #948B85;
	text-decoration: none;
}
.subheadRed:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	color: #948B85;
	text-decoration: none;
}
.subheadRed:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	color: #948B85;
	text-decoration: underline;
}
.subheadRed:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	color: #948B85;
	text-decoration: none;
}

