@charset "UTF-8";
body {
	font: 100% Lucida Grande, LucidaGrande, Lucida, Arial, Helvetica, sans serif;
	background: #F9E5AA;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
 #container {
	width: 970px;
	margin: auto auto;
	text-align: left;
} 
 #header {
	padding-top: 10px;


}
#navbar {
	height: auto;
}
#navbar a {
	padding: 5px 5px 5px 5px;
	display: block;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: ridge;
	border-left-style: ridge;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #CFCFCF;
}
#navbar a:hover {
	background-color: #CCCCCC;
	border-width: 1px;
	border-top-style: inset;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-left-style: inset;
	}

 #mainContent {
	vertical-align: top;
	
}
 #footer {
	padding: 20px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */

}
 #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 */
}
.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: 8px 8px 8px 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 8px 8px 8px 100px;
}
h1 {
	font-size: 1.7em;
	color: #999999;
	font-weight: normal;
}
h2 {
	font-size: 1.25em;
	color: #999999;
	font-weight: normal;
}
a {
	font-size: 12px;
	color: #999999;
	}
a link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
}

a:link {
	text-decoration: none;
}
.small-text {
	font-size: .70em;
	color: #666666;
}
.caption {
	font-size: .875em;
	font-style: normal;
	color: #666666;
}
.note {
	font-size: .65em;
	color: #666666;
}
.name {
	font-size: 1.5em;
	color: #999999;
}
.small-title {
	font-size:.75em;
	color: #999999;
}
.text {	font-size: small;
	color: #666666;
}

