html 
	{
     overflow: -moz-scrollbars-vertical;
	}
	
body {
	margin:0;
	padding:0px;
	background-color:#8496a0;
	background-image:url(../images/bg.jpg);
	background-position: top;
	background-repeat:repeat-x;
	font-family: Trebuchet MS, Georgia, "Times New Roman", Times, serif;
	color:#3c4044;
	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:#2e537c;
}


#container { 
	width: 950px;  /* 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;
	background-color:#d6dddd;
} 

#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 280px; /* 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;
	background-color:#d6dddd;
	background-image:url(../images/bg_sidebar.jpg);
	background-repeat:repeat-x;
	background-position:top;
	padding:8px 30px 0 30px;
	
}


#mainContent { 
	float:left;
	width: 610px;
	background:url(../images/bg_main.jpg) repeat-x;
	background-color:#dae1e1;
	/*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. */
} 

#contentArea { 
	margin-top:0px;	
} 

#textArea {
	background-image:url(../images/bg_interior.gif);
	background-position: top;
	background-repeat:repeat-x;
	padding:8px 50px 0 40px;
	}
	
#headerFlash {
	height:280px;
	}
	


	
.hidden { display:none; }
.show {display:block; }
	
	
#footer {
	background-color:#2e537c;
	width:951px;
	text-align:center;
	color:#ffffff;
	margin-top:0px;
	padding:8px 0 8px 0;
	color: #ffffff;
	text-transform:uppercase;
	font-size:10px;
}
	

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

.minHeight {
    height:390px;
  }


/* TEXT */
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	margin-bottom:2px;
	margin-top:0;
	color:#224061;
	}


h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	margin-bottom:2px;
	margin-top:0;
	color:#34567c;
	}
	

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


	
/* 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:#666666;
	}
	
.indent {
	padding-left:8px;
	}
	
/* LINKS */
a{
	color: #214061;
	text-decoration:underline;
}

a:visited{
	color: #214061;
	text-decoration:underline;
}

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

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

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

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


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


