@charset "UTF-8";
body  {
	font-family: Arial,sans-serif;
	font-size: 12px;
    color: #333333;
	background: #bbbb82;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.coltonbay #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FAFAF0 url(/nav/right.gif) 0 0 repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */	
	overflow: hidden;
} 
.coltonbay #header { 
	background: #749685; 
} 
.coltonbay #header p {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0px 10px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */      
	    color:#FFFFFF;
        font-size:12px;
        text-decoration:none;
        font-weight:bold;
        font-family:Georgia, Times New Roman;

}
.coltonbay #header a {
	color:#FFFFFF;
	font-weight:bold;
    font-family:Georgia, Times New Roman;
    text-decoration:none;
	}
.coltonbay #header a:link {color:#FFFFFF;}
.coltonbay #header a:visited {color:#FFFFFF;}
.coltonbay #header a:hover {
        color:#FFFFFF;
        }

.coltonbay #MenuSel {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* 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 */
	background: #eae3b8; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 10px 15px 20px;
	border-right:1px solid #333;
	
}
.coltonbay #MenuSel ul {
margin: 0;
padding: 0;
list-style-type: none;
}
.coltonbay #MenuSel li {
margin: 15px;
overflow: hidden;
}
.coltonbay #MenuSel li a {
		padding: 15px 0px 0px;
        color:#333333;
        font-size:14px;
        text-decoration:none;
        font-weight:bold;
        font-family:Georgia, Times New Roman;
        }
.coltonbay #MenuSel li a:link {color:#333333;}
.coltonbay #MenuSel li a:visited {color:#333333;}
.coltonbay #MenuSel li a:hover {
        color:#749685;
        }
		.coltonbay #MenuSel a:link {color:#eae3b8;}
.coltonbay #MenuSel a:visited {color:#eae3b8;}
.coltonbay #MenuSel a:hover {
        color:#eae3b8;
        }

.coltonbay #News {
	width: 200px;
	background: #eae3b8;
	padding: 0px;
	margin: 0px;
	}
	.coltonbay #News ul {
list-style: none;
margin: 10px;
padding: 0;
}
	.coltonbay #News li a {
		padding: 5px 0px 0px;
        color:#000;
        font-size:12px;
        text-decoration:none;
        font-weight:bold;
        font-family:Georgia, Times New Roman;
        }
.coltonbay #News li a:link {color:#000;}
.coltonbay #News li a:visited {color:#000;}
.coltonbay #News li a:hover {
        color:#749685;
        }
.coltonbay #Report {
	width: 540px;
	background: #3e5fba;
	padding: 0px;
	margin: 0px;
	color:#FFFFFF;
	margin-left: auto;
	margin-right: auto;
	}
	.coltonbay #Report p {
	padding:10px 10px 10px 10px;
	}
.coltonbay #mainContent { 
	margin: 10px 0 0 190px; /* 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. */
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.coltonbay #mainContent a {
		padding: 20px 0px 0px;
        color:#333333;
        text-decoration:none;
        font-weight:bold;
        font-family:Georgia, Times New Roman;
        }
.coltonbay #mainContent a:link {color:#333333;}
.coltonbay #mainContent a:visited {color:#333333;}
.coltonbay #mainContent a:hover {
        color:#749685;
        }
.licol {
    float: left;
    width: 95px;
}
.licol li {
    margin:0px 0 0 0;
    padding:0 10px 0 0;
    line-height:15px;
}
.coltonbay #lcol {
    float: left;
    width: 360px;
	padding-right: 10px;
}
.coltonbay #rcol {
    float: left;
    width: 200px;
	margin-top: 0px;
}
.coltonbay #multicol1 ul {
    width: 580px;
    list-style-type:none;
}
.coltonbay #multicol1 li {
    width:90px;
    margin:5px 0 0 0;
    padding:0 5px 0 0;
    line-height:15px;
    float:left;
} 
.coltonbay #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#749685; 
} 
.coltonbay #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
		color:#FFFFFF;
        font-size:12px;
        text-decoration:none;
        font-weight:bold;
        font-family:Georgia, Times New Roman;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
    font-size: 1px;
    line-height: 0px;
}