/* Main Styles */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	margin: 0px;
	background-image:url(images/back-grad.jpg);
	background-repeat:repeat;
	color:#ffffff;
	text-align: center; /* to correct the centering IE bug*/
}
h1 {
	margin:0px;
	font-size:17px;
	font-weight:bold;
	color: #FFF;
}
h2, h3, h4, h5, h6 {
	font-size:17px;
	font-weight:bold;
	color:#ffde00;
	margin-top:22px;
	margin-bottom:22px;
}
a:link, a:visited {
	text-decoration:underline;
	color:#ffffff;
}
 a:hover, {
 text-decoration:underline;
 color:#ffde00;
}
li {
	line-height: 17px;
}
/* CONTAINERS */

#container {
	width:765px;
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* to realign your text */
}
#topContainer {
	width: 765px;
	float:left;
	height:164px;
	background-image:url(images/top-back-grad.jpg);
	background-repeat:repeat-x;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
#mainContainer {
	width: 765px;
	float:left;
	background-image:url(images/main-back.jpg);
	background-repeat:repeat-x;
	background-color: #003f78;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
.logo {
	width: 295px;
	float:left;
}
.topImage {
	width: 354px;
	float:right;
}
.strip {
	width:765px;
	height:35px;
	float:left;
}
.nav {
	width:247px;
	float:left;
}
.telBlock {
	width:518px;
	height:35px;
	background-image:url(images/strip-back.jpg);
	background-repeat:repeat-x;
	float:left;
}
.tel {
	padding-left: 70px;
	font-size:14px;
	color:#596067;
	padding-top:10px;
	float:left;
}
a.email:link, a.email:visited {
	text-decoration:underline;
	color:#596067;
	font-size:14px;
}
a.email:hover {
	text-decoration:underline;
	color:#262a2f;
	font-size:14px;
}
.leftBlock {
	width:466px;
	float:left;
	padding: 30px 40px 30px 40px;
	color: #FFF;
	text-align: left;
}
.rightBlock {
	width:218px;
	float:left;
	text-align: left;
}
.yellowHeading {
	font-size:17px;
	font-weight:bold;
	color:#ffde00;
	margin-top:22px;
	margin-bottom:22px;
}
.footerBlock {
	width:745px;
	float:left;
	background-color: #356590;
	padding:10px;
	padding-top:15px;
	background-image:url(images/top-footer.jpg);
	background-repeat:repeat-x;
	background-position:top;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
.activeLink {
	text-decoration:underline;
	color:#ffde00;
}
.formbutton {
	cursor:pointer;
	border:outset 1px #ccc;
	padding: 2px;
	font-family: Arial;
	font-weight:800;
	font-size:11px
}
.tBdarkHead {
	padding: 5px 5px 5px 3px;
	color: #ffffff;
	font-weight:bold;
}

