@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	background-color: #bfb28f;
}
#container  {
	width: 975px;  
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header  {
	background-image: url(images/templateimages/banner.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 173px;
	width: 975px;
} 
#login {
	float: right;
	width: 100%;
	padding: 0px;
}
#login a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#login a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}
#login p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFF;
	float: right;
}
#LLhead {
	float: right;
	width: 100%;
	padding: 0px;
}
#LLhead a  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #C9AD86;
	text-decoration: none;
	font-weight: 200;
}
#LLhead a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: 200;
	color: #C9AD86;
	text-decoration: underline;
}
#LLhead p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #C9AD86;
	float: right;
	margin-top: 5px;
	margin-bottom: 3px;
}
#LLheadsearch {
	float: right;
	width: 100%;
}
#LLheadsearch p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFF;
	float: right;
	margin: 3px;
}
#menu {
	padding-top: 140px;
}
#menuhome {
	padding-top: 140px;}

#colorbar {
	background-color: #b59388;
	height: 10px;
}
#sidebar  {
	float: right; /* since this element is floated, a width must be given */
	width: 250px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#sidebar p {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-align: center;
}
#sidebar h2 {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
#sidebar h1 {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #666666;
}
#sidebar  a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #060;
	text-decoration: underline;
}
#mainContent  {
	margin-right: 300px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 20px;
	padding-bottom: 15;
	padding-left: 20px;
	padding-top: 15px;
} 
#sidebarbox {
	background-color: #e2ddca;
	padding-top: 2px;
	border: thin groove #060;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-left: 2px;
}
#footer  {
	padding: 0 10px 0 20px;
	background-color: #E2DDCA;
} 
#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: #264215;
	font-size: small;
	font-weight: bolder;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer  a {
	color: #264215;
	font-size: small;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}.indentfooter {
	margin-left: 132px;
}
.quicklinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	padding-bottom: 5px;
}

