html 
	{
     overflow: -moz-scrollbars-vertical;
	}
	
body {
	margin:0;
	padding:0px;
	background-color:#2b718b;
	background-image:url(../images/bg_fade.jpg);
	background-position: top;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	line-height:18px;
	text-align:center;
	}

/* LAYOUT */

	
#header p {
	margin:0px;
	padding:0px;
}
	
#nav {
	width:900px; background-color:#6aa7bf; height:37px;
}


#container { 
	width: 900px;  /* 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:#ffffff;
	background-image:url(../images/mainbg.gif);
	background-repeat:repeat-y;
} 

#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 184px; /* 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:#e6e8e8;
	padding:8px 8px 0 8px;
	
}

#sidebarBrunch {
	float: right; /* since this element is floated, a width must be given */
	width: 184px; /* 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:#e6e8e8;
	padding:8px 8px 0 8px;
	
	text-align: center;
	
}

#sidebarBrunch h2 {
	margin-top: 50px;
}

#sidebarBrunch img {
	border:2px solid #ccc;
}


#mainContent { 
	float:left;
	width: 680px;
	background:url(../images/bg_main.jpg) repeat-x;
	background-color:#ffffff;
} 

#contentArea { 
	margin-top:0px;	
} 

#textArea {
	background-color:#FFFFFF;
	padding:8px 50px 0 40px;
	}
	
#headerFlash {
	height:340px;
	}
	


	
.hidden { display:none; }
.show {display:block; }
	
	
#footer {
	background-color:#e6e8e8;
	width:900px;
	text-align:center;
	color:#999999;
	margin-top:0px;
	padding:8px 0 8px 0;
	font-size:10px;
	border-top:8px solid #323838;
}
	

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

.minHeight {
    height:390px;
  }


/* TEXT */
h1 {
	font-family: Helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-size:19px;
	margin-bottom:2px;
	margin-top:0;
	text-transform:uppercase;
	color:#025788;
	}


h2 {
	font-family: Helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-bottom:2px;
	margin-top:0;
	text-transform:uppercase;
	color:#4483a8;
	}
	

	
h3 {
	font-family: Helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-bottom:2px;
	margin-top:0;
	text-transform:uppercase;
	color:#999999;
	}
	
h4 {
	font-family: Helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-bottom:2px;
	margin-top:0;
	text-transform:uppercase;
	color:#999999;
	}


	
/* LISTS */

ul, li {
	margin-top:0px;
	padding-top:0px;
	}
	
ul {
	list-style: disc;
	}
	
/* MISC */
p{
	margin-top:0;
	}

p.indent {
	padding:0 8px 0 8px;
	}
	
p.lt_date {
	margin-bottom: 0px;
	color:#666666;
	}
	
.indent {
	padding-left:8px;
	}
	
/* LINKS */
a{
	color: #026f93;
	text-decoration:underline;
}

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

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

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

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

#footer a:hover {
	color:#666666;
	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;
	
}


