/* CSS Document */

html, body {
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003;
	margin: 0; padding:0;
}
h1 {
	color: #336;
	font-size: 18px;
	margin: 0; padding: 0;
}
h2 {
	color: #5a87bb;
	font-size: 16px;
	margin: 0; padding: 0;
}
.small {
	font-family:  Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.medium {
	font-family:  Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.big {
	font-family:  Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #3e4164;
}
.bigger {
	font-family:  Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #202133;
}
.xbig {
	font-family:  Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #8b8e99;

}
.expanded {
	font-family:  Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
	color: #666666;

}
.justified {
	font-family:  Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;

}
.heading {
/*	color: #E5670E; */
	color: #0000C0;
	font-size: 14px;
	font-weight: bold;
}
.heading2 {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}
.heading3 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}
.heading4 {
	color: #000000;
	font-size: 12px;
}
.heading5 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.subheading {
	color: #5a87bb;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
.clear {
	clear: both;
}
IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto 
}	
/* logo section in upper left */
#logo {
	position: relative;
	float: left;
	display: block;
	width: 327px;
	height: 70px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
}
/* end logo */
/* topNav is the sectionin the upper right corner with links to main pages */
#topNav {
	position: relative;
	color: #E5670E;
	font-size: 11px;
	top: -1px;

}
#topNav a {
	color: #e5813a;
	font-size: 11px;
	font-weight: bold;
}
#topNav a:hover {
	color: #f93;	
}
/* end topNav */
/* content is the container for all of the content, and the subseqent id areas hold specific content */
#content {
	position: relative;
	width: 736px; height: 420px;
/*	margin: 0 0 0 0; */
	margin: 0 0 0 50px;	
}
#banner {
	position: relative;
	display: block;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	width: 730px; height: 150px;
	margin: 0 4px 4px 4px;
	_top:-18px;
}
#rtImage {
	position: relative;
	float: right;
	display: block;
	width: 117px;
	margin: 0 2px;
	_top:-18px;
}
#overview {
	position: relative;
	display: block;
	background-color: #d5d6d5;
	width: 602px;
	margin: 2px;
	padding: 4px;
	font-size: 12px;	
	_top:-18px;
}
#mainCopy {
	position: relative;
	background-color: #eee;
	width: 602px;
	margin: 6px 2px 2px 2px;
	padding: 4px;
	font-size: 12px;	
	_top:-18px;
}
/* end content */
/* the contentHome sections */
#contentHomeRT {
	display: block;
	float: right;
	overflow: hidden;
	background-color: #eee;
	margin: 2px;
	font-size: 12px;
}
#contentHomeRT p {
	padding: 4px;
	width: 190px; height: 300px;
}
#contentHomeMD {
	display: block;
	float: right;
	overflow: hidden;
	background-color: #eee;
	margin: 2px;
	font-size: 12px;
}
#contentHomeMD p {
	padding: 4px;
	width: 290px; height: 150px;
}
#contentHomeLT {
	display: block;
	float: left;
	overflow: hidden;
	background-color: #eee;
	margin: 2px;
	font-size: 12px;
}
#contentHomeLT p {
	padding: 4px;
	width: 290px; height: 150px;
}
.sectionTab {
/*	background-image: url(images/ts.jpg);
	background-repeat: no-repeat;
	width: 175px; */
	width: 280px;	
	line-height: 30px;
	padding: 0 13px 2px 0;
	font-weight: bold;
	color: #fff;
	text-align: justify;
}
/* end contentHome sections */
/* footer */
#footer {
	position: relative;
	width: 602px;
	font-size: 10px;
	color: #336;
	margin-top:8px;
}
#footer a {
	color: #336;
	text-decoration: none;
	font-size: 10px;
}
#footer a:hover {
	color: #5a87bb;
	text-decoration: underline;
	font-size: 10px;
}

/* end footer */
