@charset "utf-8";
body  {
	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;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
}
#container  {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #585b5a;
} 
#header  {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	border: 1px solid #FFF;
} 
#logo {
	height: 175px;
	width: 174px;
	float: left;
	background-color: #9ea5a2;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	margin: 0px;
	padding: 0px;
}
#logo img {
	padding-top: 10px;
	padding-left: 10px;
}
#logo p {
	font-size: 11px;
	padding-left: 13px;
	padding-right: 11px;
	text-align: justify;
	margin-top: 9px;
	margin-bottom: 0px;
	color: #585B5A;
}

#banner {
	margin: 0px;
	height: auto;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navbar {
	line-height: 26px;
	width: 602px;
	border: 1px solid #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 176px;
	background-color: #0b75a6;
	font-family: Arial, Helvetica, sans-serif;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 14px;
}
#navbar li {
	display: inline;
	list-style-type: none;
}

#navbar a {
	color: #FFF;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}

#navbar a:hover {
	color: #000;
	background-color: #FFF;
	display: inline-block;
}

#sidebar1  {
	width: 176px;
	float: left;
	margin-top: 1px;
}
#sidebar1 p {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
}

#mainContent  {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 176px;
	background-color: #EBEBEB;
	padding-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
} 
h1 {
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #585B5A;
	font-size: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 13px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 0px;
}
#mainContent p {
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}


#footer  {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#9ea5a2;
	border: 1px solid #FFF;
	text-align: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
#footer p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color: #FFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	letter-spacing: 1px;
	line-height: 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;
}
a {
	color: #585b5a;
	text-decoration: underline;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
.avail {
	background-color: #FFF;
	border: 2px solid #0B75A6;
}
.fm-req {
	padding-top: 5px;
}
