/* This is for all pages*/

body {
	text-align: center;
	background: #ffffff url(images/strip.jpg) repeat scroll left top;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
} 

#wrapper {
  text-align: left;
  width: 710px;
  margin-left: auto;
  margin-right: auto;
}


/* This is for the index page*/

#top {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 710px;
	height: 86px;

}

#menu {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 710px;
	height: 30px;
	background-color: #898B01;
}

#flash_1 {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 710px;
	height: 572px;
	background-color: #F8DA89;
}

#flash_2 {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 710px;
	height: 270px;
	background-color: #006666;
}

.top_links {
	color: #000033;
	font-family: Verdana, Geneva;
	font-size: 10px;
	font-weight: bold;
}             
          
.top_links a {
	color: #006666;
	text-decoration: underline;
}             

.top_links a:hover {
	color: #913133;
	text-decoration: none;
}