@charset "utf-8";
body {
	background: #000;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.page_layout #container {
	width: 1016px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 4px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.page_layout #index_images {
	height: 392px;
	margin: 0;
	margin-top: 2px;
	margin-bottom: 2px;
}
.page_layout #header {
	background: #000; 
	height: 83px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.page_layout #mainContent {
	font-size: 14px;
	padding: 0 5px;
	margin: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000;
}
.page_layout #mainContent a:link {
	color:#00FFFF;
}
.page_layout #menubar {
	height: 35px;
	margin: 0;
	margin-top: 10px;
/*	border-top: 2px solid #F00;
	border-bottom: 2px solid #F00;*/
	background:#000;
}
h1 {
	font-size: 20px;
	text-decoration:underline;
	color:#FF0000;
	background-color: #000;
	padding: 5px;
}
h2 {
	font-size: 16px;
}
.welcome_header {
	font-size: 18px;
	margin-top: 15px;
}
.page_layout #footer {
	background: #000;
	color: #FF0000;
	text-align: center;
	font-size: 10px;
	margin-top: 2px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.photo img {
	border: 1px solid #000;
	background-color: #000;
	padding: 1px;
}
.figure {
	width: 204px;
	margin-left: auto;
	margin-right: auto;
}
.figure p {
	font: 1em/normal Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	padding: 2px; 
	margin: 0 0 0 0;
}
ul {
	list-style-image: url(../images/ul_image.gif);
	line-height: 2em;
}

hr {
	color: #F00;
	background-color: #F00;
	height: 1px;
	border: 0;
}
img.floatLeft {
	float: left;
	margin: 10px;
}
img.floatRight {
	float: right;
	margin: 10px;
}
