/*--------------------------------------------------------------------------------------------------------
				HTML General classes
--------------------------------------------------------------------------------------------------------*/

body {
	font-family: Veranda, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2b1e71;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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 */
	background-image: url(../images/bg.gif);
	background-repeat:repeat-x;
	background-color:fdfdfe;	
}
h1 {
	font-size:20px;
	color:#154064;
	font-weight:bold;
}
h2 {
	font-size:16px;
	color:#168db0;
	margin-bottom:2px;
	font-weight:bold;
}
h3 {
	font-size:13px;
	color:#154064;
	margin-bottom:10px;
	font-weight:bold;
}
a {
	color:#168db0;
	font-weight:bold;
	text-decoration:none;
}
.header {
	font-size:20px;
	color:#168db0;
	margin-bottom:2px;
	font-weight:bold;
}
.header2 {
	font-size:17px;
	color:#F7C430;
	margin-bottom:2px;
	font-weight:bold;
}
.header3 {
	font-size:16px;
	color:#FFFFFF;
	margin-bottom:2px;
	font-weight:bold;
}
.header4 {
	font-size:12px;
	color:#FFFFFF;

}
img{
	border:none;
}

/*--------------------------------------------------------------------------------------------------------
				Document/Formatting classes
--------------------------------------------------------------------------------------------------------*/
#black-border{
	border:#000000; border-width:10px;
}
.oneColFixCtrHdr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	background-color:#FFFFFF;
}
.oneColFixCtrHdr #headerContainer {
	width:981px;
	margin-left:10px;
}
#illustration{
	margin-left:38px;
	margin-top:25px;
	text-align:left;
}
#homebody{
	margin-left:26px;
	margin-top:25px;
	text-align:left;
}
#interiorbody{
	margin-left:120px;
	margin-top:25px;
	width:715px;
	text-align:left;
	padding-left:70px;
}

/*--------------------------------------------------------------------------------------------------------
				Footer classes
--------------------------------------------------------------------------------------------------------*/
#mainFooterNav {
	color:#2B1E71;
	padding-top:7px;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
.footerlinks {
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	text-align:right;
	color:#2B1E71;	
}

#webo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	color:#168db0;
	padding-top:7px;
	width:100%;
	text-align:center;
	margin-bottom:10px;
}
