html 
	{
     overflow: -moz-scrollbars-vertical;
	}
	
body {
	margin:0;
	padding:0px;
	background-color:#ffffff;
	background-image:url(../images/bg_g.gif);
	background-position: top;
	background-repeat:repeat-x;
	font-family: Arial, "Times New Roman", Times, serif;
	color:#464646;
	font-size:12px;
	line-height:18px;
	text-align:center;
	}

/* LAYOUT */

#header {
	background:url(../images/bg_quote.jpg) repeat-x top; background-color:#95b0bf; width:950px; height:80px; font-family:Georgia, 'Times New Roman', Times, serif; font-size:16px; color:#e6e6e6; font-weight:500; display:block; text-align:center;
	}
	
#header p {
	margin:0px;
	padding:0px;
}
	
#nav {
	text-align:center; width:950px; background-color:#ffffff; margin-top:3px; height:40px; display:block; background-image:url(../images/nav_bg.gif);
}

#globalNav { height:23px; text-align:right; width:948px; color:#0061aa; }


#container { 
	width: 955px;  /* 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; /* this overrides the text-align: center on the body element. */
	margin-top:0px;
} 

#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	line-height:18px;
	font-size:11px;
	padding:8px 15px 8px 15px;
	margin-right:10px;
	
}


#mainContent { 
	float:left;
	width: 930px;
	background-image:url(../images/bg_main.gif);
	background-repeat:repeat-y;
	/*margin: 0 330px 0 0 ;  the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
} 

.dateLine{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#004a80;	
	}

#contentArea { 
	margin-top:0px;	
} 

#textArea {
	padding:4px 20px 0 25px;
	width:560px;
	}
	
#headerFlash {
	height:257px;
	background-color:#006576;
	}
	
#emailBar {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#006576;
	background-image:url(../images/gbar_bg.gif); 
	background-position:left;  
	width:955px; 
	height:40px;
	text-align:center;
	font-weight:500;
	background-repeat:no-repeat; 
	margin-top:3px;
	}
	
#breadcrumbs {
	font-size:11px; color:#96a0a6;
}

	
.hidden { display:none; }
.show {display:block; }
	
	
#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#96a0a6;
	background-image:url(../images/bar_bg_b.gif); 
	background-position:left;  
	width:955px; 
	height:50px;
	text-align:center;
	font-weight:500;
	background-repeat:no-repeat; 
}
	

	
.prop {
    float:right;
    width:1px;
  }

.minHeight {
    height:390px;
  }


/* TEXT */
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	margin-bottom:4px;
	margin-top:0;
	color:#423625;
	line-height:24px;
	font-weight:300;
	}


h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	margin-bottom:4px;
	margin-top:0;
	color:#655744;
	text-transform:capitalize;
	font-weight:300;
	}
	

	
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-size:14px;
	margin-top:5px;
	margin-bottom:4px;
	color:#655744;
	}
	
h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-size:12px;
	margin-top:5px;
	margin-bottom:4px;
	color:#655744;
	}


	
/* LISTS */

ul, li {
	margin-top:0px;
	padding-top:0px;
	}
	
ul {
	list-style: disc;
	}
	
/* MISC */
p.indent {
	padding:0 8px 0 8px;
	}
	
p.lt_date {
	margin-bottom: 0px;
	color:#978975;
	font-weight:600;
	}
	
p {
	margin-top:0;
	}
	
.indent {
	padding-left:8px;
	}
	
/* LINKS */
a{
	color: #e37c43;
	text-decoration:none;
}

a:visited{
	color: #e37c43;
	text-decoration:none;
}

a:hover {
	color: #e37c43;
	text-decoration:underline;
}

#popLinks a{
	color: #e37c43;
	font-weight:400;
	font-size:13px;
	text-decoration:none;
}

#popLinks a:visited{
	color: #e37c43;
	font-weight:400;
	font-size:13px;
	text-decoration:none;
}

#popLinks a:hover {
	color: #e37c43;
	font-weight:400;
	font-size:13px;
	text-decoration:underline;
}

#footer a{
	color: #96a0a6;
	text-decoration:none;
	text-transform:uppercase;
	font-size:10px;
}

#footer a:visited{
	color: #96a0a6;
	text-decoration:none;
	text-transform:uppercase;
	font-size:10px;
}

#footer a:hover {
	color:#96a0a6;
	text-decoration:underline;
	text-transform:uppercase;
	font-size:10px;
}

#globalNav a{
	color: #006576;
	text-decoration:none;
	text-transform:uppercase;
	font-size:10px;
	font-weight:500;
}

#globalNav a:visited{
	color: #006576;
	text-decoration:none;
	text-transform:uppercase;
	font-size:10px;
	font-weight:500;
}

#globalNav a:hover {
	color:#006576;
	text-decoration:underline;
	text-transform:uppercase;
	font-size:10px;
	font-weight:500;
}

#breadcrumbs a{
	color: #96a0a6;
	text-decoration:none;
}

#breadcrumbs a:visited{
	color: #96a0a6;
	text-decoration:none;
}

#breadcrumbs a:hover {
	color: #96a0a6;
	text-decoration:underline;
}

#subNav a{
	color: #e37c43;
	text-decoration:none;
	font-size:12px;
	font-weight:600;
	display:block;
	height:30px;
	border-bottom:1px solid #bfcfd9;
	width:222px;
	line-height:30px;
	background-image:url(../images/sidenav_arrow.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:18px;
}

#subNav a:visited{
	color: #e37c43;
	text-decoration:none;
	font-size:12px;
	font-weight:600;
	display:block;
	height:30px;
	border-bottom:1px solid #bfcfd9;
	width:222px;
	line-height:30px;
	background-image:url(../images/sidenav_arrow.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:18px;
}

#subNav a:hover {
	color: #e37c43;
	text-decoration:none;
	font-size:12px;
	font-weight:600;
	display:block;
	height:30px;
	border-bottom:1px solid #bfcfd9;
	width:222px;
	line-height:30px;
	background-image:url(../images/sidenav_arrow.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:18px;
}





.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;
	
}


