html, body
{
border: 0px dotted #333333;
margin: 0px auto;
padding: 0px;
text-align: center;
background-color: #c5d5e7;
background-image: url(images/bg.jpg);
background-repeat: repeat-x;
background-position: bottom left;
background-attachment:fixed; /* needed for mozilla */
font-family: arial, helvetica, sans-serif; font-size:12px; line-height:16px;
}

#Container
{
border: 0px dotted #333333;
position: relative;
top: 0;
left: 0;
margin: 0px auto;
text-align:left;
width: 880px;  /* Sets width of the site */
background: url(images/bgmain.gif) repeat-y; /* Site shell background */
}
* html body #Container
{
}

#Main
{
border: 0px dotted #333333;
padding: 0px;
margin-bottom: 0px; /* Set this to the height of the footer */

}

#Midcontent
{
border: 0px dotted #333333;
padding: 0px;
margin-left: 15px;
width: 850px;
text-align:left;
background-color:white;
font-family:Georgia, "Times New Roman", Times, serif;font-size:13px; line-height:140%;
background-image: url(images/bggrid.gif);
background-repeat: no-repeat;
background-position: top left;
}

#Banner
{
border: 0px dotted #333333;
padding: 0px;
margin-left: 15px;
width: 850px;
height: 265px;
text-align:center;
background-color: #ffffff;
}

#Navbar
{
padding: 0px;
margin-left: 15px;
height: 26px;
clear: right;
}


#Textarea
{
border: 0px;
padding: 0px;
margin-left: 280px;
margin-top: 0px;
padding-bottom: 50px; 
text-align: left;
width: 500px;
font-family:Georgia, "Times New Roman", Times, serif; font-size:13px; line-height:140%; color:#000000;
}


#Textarea td
{
text-align: left;
font-family:Georgia, "Times New Roman", Times, serif; font-size:13px; line-height:140%; color:#000000;
}


#Quote
{
border:0px;
padding: 0px;
margin-left: 35px;
margin-top: 5px;
margin-bottom: 0px; 
width: 150px;
text-align: left;
font-family: Arial, Helvetica, sans-serif; font-size:12px; line-height:18px; color:#664939;
float: left;
}

#Footer
{
clear: both;
bottom: 0px;
margin-left:15px;
width: 850px;
height: 21px; /* Set footer height */
background-color: #c5d5e7; /* Set footer color */
background:url(images/bgfooter.jpg);  /* Set footer background */
text-align: left;
font-family: Arial, Helvetica, sans-serif; font-size:10px; line-height:12px; color:#c8ceda;
}

#Footer a:link {color:#ffffff; text-decoration:none; font-weight: normal;}
#Footer a:visited {color:#ffffff; text-decoration:none; font-weight: normal;}
#Footer a:hover {color:#fedb1c; text-decoration:underline; font-weight: normal;}

a:link {color:#4786cb; text-decoration:underline; font-weight:bold;}
a:visited {color:#4786cb; text-decoration:underline; font-weight:bold;}
a:hover {color:#3b407f; text-decoration:underline; font-weight:bold;}

.header {color:#3b407f; font-size: 15px;}
.white {color:#ffffff;}

#leftwrapper {
	padding: 0px;
	width: 260px;
	float: left;
}

#QuickSearch {
	border: 1px solid #5d6d8b;
	background-color: #4a6086;
	width: 190px;
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:11px; 
	float: left;
	margin: 30 5 0 10;
	padding: 0 10 0 10;
}

#QuickSearch h1 {
	padding: 4 0 0 0; 
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	margin 0;
}

#QuickSearch p {
	color: #fff;
	padding: 4 0 0 0; 
	margin:0; 
	line-height:14px;
}

#searchForm p {
	padding:0;
	margin:0;
	line-height:16px;
}

.qs-button{
	border-style: solid;
	border-width: 1px;
	display: inline-block;
	outline: none;
	padding: 2px 2px 2px 2px;
	vertical-align: bottom;
}

.qs-button:hover {
	text-decoration:none
}

.qs-button:active {
	text-decoration:none
}

.qs-button-text {
	background-color: transparent;
	border: 0px;
	color:#ffffff;
	cursor: pointer;
	display: block;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 11px;
	margin: 0px;
	padding: 6px;
}

.qs-button-compact-text {
	background-color: transparent;
	border: 0px;
	color:#ffffff;
	cursor: pointer;
	display: block;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 11px;
	margin: 0px;
	padding: 4px;
	width: 110px;
}

.qs-button-white {
	background-color: #dfdfdf;
	background-position: 0 -48px;
	border-color: #5d6d8b;
	color:#5d6d8b;
}

.qs-button-blue {
	border-color: #5d6d8b;
	background-color: #4a6086;
	background-position: 0 -48px;
	color:#fff;
}

.qs-textbox {
	border: 1px solid #5d6d8b;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	height: 22px;
	width: 180px;
	padding: 2px;
	color: #000000;
}

.qs-select {
	border: 1px solid #5d6d8b;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	height: 22px;
	width: 180px;
	padding: 2px;
	color: #000000;
}

