@charset "UTF-8";
body {
	font: 13px Arial, Helvetica, sans-serif;
	background: #333333;
	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;
}
#container {
	width: 968px;
	background: #FFFFFF;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#headerHome {
	background: #DDDDDD;
	height:246px;
}
#header {
	background: #DDDDDD;
	height:106px;
}
#navbarHome {
	margin:0;
	padding:0;
	background-image:url(../images/homeNavBarBkgdWithHighlightBoxBtm.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:79px;	
}
#navbarHome h1 {
	color:#02549D;
	font-weight:bold;
	font-size:14px;
	margin:20px 180px 0 38px;
}
#navbar {
	margin:0;
	padding:0;
	background-image:url(../images/navbarBkgd.jpg);
	height:29px;
	text-align:center;	
}
#mainContentHome {
	margin:0px;
	padding: 0 38px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#mainContent {
	margin:0px;
	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/navbarShadow.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
#footer {
	font-size:11px;
	line-height:15px;
	color:#666666;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
p {
	font-size:13px;
	line-height: 19px;
}
h1 {
	font-size:13px;
	font-weight:bold;
	line-height:19px;
}
h2 {
	color:#02549D;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	margin-bottom:-15px;
}
.copyright {
	font-size:10px;
	color:#666666;
	margin-top:10px;
}
.redBoldItalics {
	color:#EC1D25;
	font-style:italic;
	font-weight:bold;
}
.quote {
	color:#02549D;
	font-size:14px;
	text-align:center
}

ul.redBullets li { color:#EC1D25; margin-bottom:5px; }
ul.redBullets li span { color:#000000; }

a:link { text-decoration: underline; color:#02549D; }
a:visited { text-decoration: underline; color:#02549D; }
a:hover { text-decoration: none; color:#02549D; }
a:active { text-decoration: none; color:#02549D; }

.bottomNav {font-size:11px; }
a.bottomNav:link { text-decoration: none; color:#02549D; }
a.bottomNav:visited { text-decoration: none; color:#02549D; }
a.bottomNav:hover { text-decoration: underline; color:#02549D; }
a.bottomNav:active { text-decoration: underline; color:#02549D; }

.readMore {font-size:11px; font-style:italic; }
a.readMore:link { text-decoration: underline; color:#EC1D25; }
a.readMore:visited { text-decoration: underline; color:#EC1D25; }
a.readMore:hover { text-decoration: none; color:#EC1D25; }
a.readMore:active { text-decoration: none; color:#EC1D25; }

