@charset "utf-8";
* {
    margin: 0;
    Padding: 0;
}

body  {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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;
	background-image: url(../Site_images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #12133f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	float: left;
}
.relative {
	position: relative;
}

.thrColFixHdr #container {
	width: 890px;
	margin: 185px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center;
	background: #faf8e1;
	padding: 0px;
} 
.thrColFixHdr #header {
	background-color: #CCCCCC;
} 
.thrColFixHdr #header h1 {
	/* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 162px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
}	
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 12px 12px 12px;
	text-align: center;
	background: #efe9e4;
}
.thrColFixHdr #mainContent {
	margin-top: 1px;
	margin-right: 240px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 40px;
	padding-right: 8px;
	padding-bottom: 100px;
	padding-left: 8px;
	text-align: left;
} 
.thrColFixHdr #mainContentwide {
	margin-top: 1px;
	margin-right: 40px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 40px;
	padding-right: 8px;
	padding-bottom: 100px;
	padding-left: 8px;
	text-align: left;
} 
.thrColFixHdr #footer {
	padding: 6px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#efe9e4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 0;
	text-align: center;
} 
.thrColFixHdr #footer p {
	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-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 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;
}
.clearLeft {
	clear: both;
}

.donateButton {
	padding: 40px 32px 80px 32px;
	border: none;
}


.navigation  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 10px 6px;
	width: 150px;
	text-align: center;
	margin: 0px;
	background-image: url(../Site_images/Sidebar1_back2.jpg);
	background-repeat: repeat;
	border: 1px solid #a88c25;
}

.navigation:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	color: #855e3a;
	text-decoration: none;
	display: block;
	padding: 10px 6px;
	width: 150px;
	margin: 0px;
	background-image: url(../Site_images/nav_hover.jpg);
	background-repeat: repeat-x;
	border: 1px inset #a88c25;
}
.otherbtn {
	border:thin white;
	position: relative;
	width: 450;
	height: 60;
}
.otherbtn:hover {
	border: thin inset #999999;
}
/* hide from ie on mac \*/	
#flashcontent {
		width: 480px;
		height: 680px;
	}
	/* end hide */
	.body {
		width: 480px;
		margin: 20;
		padding: 20;
		background-color: #ffffff;
		color:#333333;
		font-family:sans-serif;
	}	
	.a {	
		color:#333333;
	}
	.p {
		width: 480px;
	}
