@charset "utf-8";
body  {
	background-color: #d3c9c0;
}
.twoColLiqLtHdr #container {
	background-color: #d3c9c0;
} 
.twoColLiqLtHdr #header {
	background-color: #D3C9C0;
	text-align: center;
	position: relative;
	bottom: 10px;
} 
#imagebucks {
	text-align: center;
}
#sidebar {
	float: left;
	position: relative;
	margin-right: 5%;
	margin-bottom: 2%;
}

/* Tips for sidebar1:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColLiqLtHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.twoColLiqLtHdr #sidebar1 {
	background-color: #000000;
	float: left;
}

/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.twoColLiqLtHdr #mainContent {
	margin-bottom: 5%;
	margin-right: 3%;
	font-family:  "Monotype Corsiva", "Lucida Grande", "times new roman";
	font-size: 15pt;
	margin-left: 190px;
} 
.twoColLiqLtHdr #footer {
	height: auto;
	clear: both;
	background-color: #E8E8E8;
	text-align: center;
} 
.twoColLiqLtHdr #footer p {
	font-family: "Monotype Corsiva", "Lucida Grande", "times new roman";
	font-size: 16pt;
	text-align: center;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.news {
	background-color: #D3C9C0;
}

.icons {
	padding-left: 3%;
	padding-bottom: 2%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
.iconholder     {
	background-color: #d3c9c0;
	padding-left: 10%;
}
p {
	font-family: "Monotype Corsiva", "Lucida Grande", "times new roman";
}
#imageholder {
	height: auto;
	width: auto;
	padding-top: 1%;

}
#imageholderindex {
	text-align: center;
}

#imageright {
	float: left;
	overflow: visible;
	font-family: "Monotype Corsiva", "Lucida Grande", "times new roman";
	font-size: 18pt;
	margin-bottom: 1%;
	text-align: center;
	width: 300px;
	padding-left: 2%;
}
#image {
	border: thin solid #000000;
}

#imageleft {
	float: left;
	font-family: "Monotype Corsiva", "Lucida Grande", "times new roman";
	font-size: 18pt;
	text-align: center;
	margin-bottom: 1%;
	padding-right: 2%;
	padding-left: 3%;
}
h2 {
	font-family: "Monotype Corsiva", "Lucida Grande", "times new roman";
	font-size: 24pt;
	text-decoration: underline;
}
#aulink {
	font-family: "Monotype Corsiva", "Lucida Grande", "times new roman",;
	float: left;
	width: auto;
	border-right-width: thick;
	border-right-style: double;
	border-right-color: #666666;
	height: auto;
	border-left-width: thick;
	border-left-style: double;
	border-left-color: #666666;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	background-color: #E8E2DD;
}
#aulinkl {
	float: left;
	border-right-width: thick;
	border-right-style: double;
	border-right-color: #666666;
}
#aulinkr {
	border-left-width: thick;
	border-left-style: double;
	border-left-color: #666666;
	float: left;
	height: auto;
	text-align: center;
}

#links {
	overflow: visible;
	height: 24pt;
	position: relative;
	width: 772px;
	font-family: "Monotype Corsiva", "Edwardian Script ITC", "Lucida Grande", "times new roman";
	font-size: 18pt;
	text-align: center;
	padding-left: 185px;
}
#il {
	margin-right: 5px;
	border: thin solid #000000;
	float: left;
}
#ir {
	border: thin solid #000000;
	float: right;
	margin-top: 10px;
	margin-left: 5px;
}
#newsflash {
	position: relative;
	margin-left: 190px;
}
#rescue2 {
	padding-left: 130px;
	width: 500px;
	position: relative;
}
 	
#Matt {
	font-family: "Monotype Corsiva", "Edwardian Script ITC", Impact;
	font-size: 16pt;
	text-align: center;
	margin-top: -35px;
	padding-bottom: 5px;
}
