@charset "UTF-8";
body  {
	font: 14px Arial, Helvetica, sans-serif;
	background: #2d5071 url(../images/bg.gif) repeat-x;
	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;
}
.twoColFixRt #container { 
	width: 1007px;
	background: #FFFFFF url(../images/bgcontent.gif) repeat-y;
	margin: 0 auto 0 auto; 
	position: relative;
	text-align: left;
}

#topban {
	padding: 30px 0 0 0;
	background: #38648d;
	}
	
#contact {
	color: #000;
	font-size:11px;
	position: absolute; 
	top: 50px; 
	right: 42px;
}

#contact a {
	color: #000;
	text-decoration: none;
  
}

#contact a:hover {
	color: #fff;
	text-decoration: none;
  
}

.twoColFixRt #sidebar1 {
	position: absolute;
	left: 721px;
	top: 242px;
	width: 244px;
	padding: 16px 12px 16px 12px;
	border: #e7e7e7 1px solid;
}
.twoColFixRt #mainContent { 
	width: 655px;
	margin: 8px 18px 18px 18px;
	padding: 5px 20px 5px 20px;
	border: #e7e7e7 1px solid;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1 {
	font-size: 22px;
	color: #2d5071;
	margin: 15px 0 -0.4em 0;
	}
	
.subhead {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color:#333
}

p {
	font-face: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	}

#greybox {
	background-image: url(../images/bggrey1.gif);
	background-repeat: no-repeat;
	line-height: 24px;
	padding: 15px 20px 10px 20px;
	}
	
#greybox p {
	font-size: 13px;
	margin: 0 0 4px 0;
	padding: 0 8px 4px 0;
	line-height: 1.6em;
	}
	
.bigblue {
	color: #37628a;
	font-size: 18px;
	font-weight: bold;
	}
	
.mediumblue {
	color: #37628a;
	font-size: 15px;
	line-height: 19px;
	}
	
.headingRight {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size: 24px;
	padding: 0 0 0 20px;
}

#formgrey {
	background-image:url(../images/bggrey2.gif);
	background-repeat:no-repeat;
	padding: 15px;
	font-size: 12px;
	margin: 10px 0 0 10px;
}

a {
	color: #2d5071;
	text-decoration: none;
	}
	
a:hover {
	color: #2d5071;
	text-decoration: underline;
	}
	
#quotes {
	font-size: 12px;
	line-height: 18px;
	padding: 10px 20px 0 30px;
}

#footer {
	position:relative;
}

#copyright {
	font-size: 12px;
	float:right;
	padding: 0 30px 0 0;
}
#bottomnav {
	font-size: 12px;
	padding: 0 0 0 35px;
}

#icon {
	position: absolute;
	top: -4px;
	left: 728px;
 }

