body  {
	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: center;
}
#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 30px auto 0px auto;
	text-align: left;
	background-image: url(images/background2.jpg);
} 
#container_home {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 30px auto 0px auto;
	text-align: left;
} 
#container_search {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 30px auto 0px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/background3.jpg);
} 
#nav {
	height: 40px;
	background-image: url(images/nav_bar.gif);
	text-align: center;
} 
#head {
	background-image: url(images/Head.jpg);
	height: 161px;
} 
#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	padding-left: 15px;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 251px;
	padding-top: 15px;
}
#sidebar_box {
	float: left; /* since this element is floated, a width must be given */
	width: 116px;
	padding: 0px 10px 20px 25px;
	background-image: url(images/medal_box.jpg);
	padding-left: 114px;
}
#sidebar1_home {
	float: left; /* since this element is floated, a width must be given */
	width: 290px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 30px; /* padding keeps the content of the div away from the edges */
}
#sidebar2_home {
	float: right; /* since this element is floated, a width must be given */
	width: 128px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 15px 15px 15px; /* padding keeps the content of the div away from the edges */
}
#sidebar2 {
	float: right; /* padding keeps the content of the div away from the edges */
}
#mainSearch {
	margin: 0px 30px 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding: 10px 0 20px 0;
} 
#mainContent {
	margin: 30px 290px 20px 50px;
} 
#mainContent2 {
	background-color: #000;
	} 
#mainHome1 {
	width: 164px;
	float: left;
	height: 300px;
	padding: 28px 20px 20px 37px;
} 
#mainHome2 {
	width: 360px;
	float: left;
	padding: 10px 20px 20px 20px;
	font-size: 16px;
	color: #999;
} 
#mainHome3 {
	width: 236px;
	float: left;
	padding: 20px 20px 0px 20px;
} 
#mainHome4 {
	width: 50px;
	float: left;
	padding: 0px 0px 0px 0px;
} 
#mainHome5 {
	width: 175px;
	float: left;
	padding: 0px 0px 0px 10px;
} 
#mainHome6 {
	width: 235px;
	float: left;
	background-image: url(images/dots.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	height: 10px;
} 	
#mainHome7 {
	width: 190px;
	float: left;
	background-image: url(images/dots.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	height: 10px;
} 	
#dots {
	width: 578px;
	float: left;
	background-image: url(images/dots.jpg);
	background-repeat: no-repeat;
	height: 10px;
	color: #FFF;
} 	

#mainHome {
} 
#home1 {
	width: 250px;
	float: right;
	background-image: url(images/h_brown.gif);
	background-repeat: no-repeat;
	padding-top: 20px;
} 
#home2 {
	width: 250px;
	margin: 0px 0px 0px 0px;
	float: left;
	background-image: url(images/h_black.gif);
	background-repeat: no-repeat;
	padding-top: 20px;
} 
#foot1 {
	width: 250px;
	float: left;
	padding: 0px 20px 0px 0px;
	border-right-color: #FFF;
	border-right-style: dotted;
	border-right-width: thin;
	} 
#foot2 {
	width: 260px;
	float: left;
	padding: 0px 20px 0px 45px;
	border-right-color: #FFF;
	border-right-style: dotted;
	border-right-width: thin;
	} 
#foot3 {
	width: 130px;
	float: left;
	padding: 0px 25px 0px 45px;
	} 
#foot4 {
	width: 150px;
	float: left;
	padding: 0px 50px 0px 0px;
	} 
#footer {
	background-repeat: repeat-x;
	padding: 20px 30px 30px 50px;
	background-image: url(images/footer.gif);
	background-position: bottom;
} 
#footer p {
	margin: 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;
}
.head3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #A58C3A;
	line-height: 20px;
}
.head2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #A28735;
	line-height: 20px;
}
.head1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: normal;
	font-weight: bolder;
	color: #89732C;
}
.left_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #000000;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #3366FF;
}
.footer2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #3366FF;
}
.table_pad {
	margin: 20px 20px 20px 20px;
}
.photo_left {
	margin-right: 20px;
	margin-bottom: 10px;
}
.photo_right {
	margin-left: 10px;
	margin-bottom: 5px;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
}
.body2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #333;
}
.body3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #333;
}
.body_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: bolder;
	color: #330000;
}
.body_intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #000;
}
.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #666666;
}
.subhead1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #333366;
	margin-bottom: 8px;
}
.subhead2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: bolder;
	color: #9A8332;
	background-image: url(images/black_subhead.gif);
	padding: 10px 10px 10px 10px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #333300;
}
.sidebar_box2 {
}
.home2 {
}
.home1 {
}
.button{
	text-align:center;
	height:19px;
	display:block;
	line-height:1.625em;
	background-color: #B19539;
}
.button a{ background:url(images/marker.gif) center left no-repeat; padding:0 0 0 8px; text-decoration:none; color:#ffffff !important; display:inline-block;}
.button a:hover{ text-decoration:underline;}
.width-1{ width:78px;}
.width-2{ width:95px;}
.width-3{ width:57px;}
.br{ display:block;}
.button-top{ margin-top:10px;}
.button-top1{
	margin-top:14px;
}
.button-top2{
	margin-top:10px;
}
