
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
    
	background: #004D97;
    
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #1C4F95;
	line-height: 17px;
	font-weight: bold;
    padding: 0px;
    margin: 0px;
    padding-bottom: 15px;
}
#container {
	background: #FFFFFF;
	background-image: url(../images/bgdTop.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
}
#header {
	margin: auto;
	height: 34px;
	width: 728px;
	background-image: url(../images/bgdHeader.png);
	background-repeat: no-repeat;
	padding: 115px 232px 0 0;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}
.nav a:link {color: #FFF; text-decoration: none; padding: 0 16px 0 16px;}
.nav a:visited {color: #FFF; text-decoration: none; padding: 0 16px 0 16px;}
.nav a:hover {color: #FFC838; text-decoration: none; padding: 0 16px 0 16px;}
.nav a:active {color: #FFF; text-decoration: none; padding: 0 16px 0 16px;}

#mainContent {
	margin: auto;
	width: 880px;
	padding: 30px 40px 40px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	text-align: left;
}
#contentHome {
	/*padding: 0 20px;  remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	background-image: url(../images/bgdHome.jpg);
	background-repeat: no-repeat;
	width: 960px;
	height: 450px;
	margin: auto;
}
#footer {
	text-align: center;
	margin: auto 0;
	padding: 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#004D97;
}
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}
.footerAddress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}
.footerAddress a:link{color: #FFF; text-decoration: underline;}
.footerAddress a:visited{color: #FFF; text-decoration: underline;}
.footerAddress a:hover{color: #FFC838; text-decoration: underline;}
.footerAddress a:active{color: #FFF; text-decoration: underline;}

.footerTextItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-style: italic;
}
.rtls {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
    text-align: center;
}
.rtls a:link{color: #FFF; text-decoration: underline;}
.rtls a:visited{color: #FFF; text-decoration: underline;}
.rtls a:hover{color: #FFC838; text-decoration: underline;}
.rtls a:active{color: #FFF; text-decoration: underline;}

.homeText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 17px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 17px;
}
.text a:link{color: #004D97; text-decoration: underline;}
.text a:visited{color: #004D97; text-decoration: underline;}
.text a:hover{color: #666; text-decoration: underline;}
.text a:active{color: #004D97; text-decoration: underline;}

.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	line-height: 17px;
	font-weight: bold;
}
.pageTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #1C4F95;
	line-height: 17px;
	font-weight: bold;
}
.textItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 17px;
	font-style: italic;
}
.textBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 17px;
	font-weight: bold;
}
.textBoldItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 17px;
	font-weight: bold;
	font-style: italic;
}
.footerLegal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	font-style: italic;
    text-align: right;
}
