/* 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: 750px; 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;
}
#preview{
		margin:0 auto;
		text-align: left;
		width: 750px;
		margin-top:0px;
}		
#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;
}

/* top horizontal nav */
#navcontainer
{
float:inherit;

	padding:0 0 1.75em 0; 
	margin:0;
	list-style:none;
	line-height:1em;
text-align:center;
z-index:3;
position:relative;
background:url(images/gblnavbkrd.gif) repeat-x scroll center top;
color:#FFFFFF;
font:bold 1em Arial}

#navcontainer UL
{
width:985px;
margin:0 auto;
position:relative
list-style: none;
padding: 0;
border: none;
}

#navcontainer LI
{
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#navcontainer A
{
/*color: #444; */
display: block;
width: auto;
text-decoration: none;
margin: 0;
padding: 2px 10px;
/*border-left: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;  */
color:#FFFFFF;

}

#navcontainer A:hover, #navcontainer A:active { 
color: #4169E1; 
background:#FFFFFF;
}

#navcontainer A.active:link, #navcontainer A.active:visited
{
position: relative;
z-index: 102;
color: #4169E1; 
background:#FFFFFF;
}

#subnav
{
position: relative;
top: -1px;
z-index: 101;
margin: 0;
padding: 0px 0 3px 0;
background: #BBBBBB;
border-top: 1px solid #fff;
border-bottom: 1px solid #aaa;
}

#subnav UL
{
list-style: none;
margin: 1px 0 0px 13px;
padding: 0px;
border-right: 1px solid #fff;
border-left: 1px solid #aaa;
}

#subnav LI
{
position: relative;
z-index: 102;
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#subnav A
{
color: #fff;
display: block;
width: auto;
text-decoration: none;
margin: 0;
padding: 2px 12px 2px 10px;
}

#subnav A:hover, #subnav A:active { color: #444; }
#subnav A.active:link, #subnav A.active:visited { color: #444; }
#subnav BR, #navcontainer BR { clear: both; }

/*end horizontal menu */
.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 */

