﻿/* CSS layout */
#masthead {
	width: 720px;
	height: 115px;
	background-color: #003366;
}
#top_nav {
	background-color: #663300;
	text-align:center;
	
}
#page_content {
	margin: 10px;
	height: auto;
	min-height: 600px;
}
#footer {
background-color: #663300;

	font-weight: bold;
	text-align: center;
}
#container
{
	width: 720px; /* the auto margins (in conjunction with a width) center the page */;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */;
	background-color: #003366;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
}
body {
	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: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #5C5C5C;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}
#spacer {
	width: 720px;
	height: 20px;
	background-color: #003366;
	max-height:5px;
}
.flash-right {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
.image-left {
	margin: 10px 10px 10px 0px;
	float: left;
	clip: rect(auto, auto, auto, auto);
}

.image-right {
	margin: 10px 0px 10px 10px;
	float: right;
	clip: rect(auto, auto, auto, auto);
}

.galleryTable {
	empty-cells: hide;
	caption-side: top;
	vertical-align: middle;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.galleryTableColumn {
	width: 150px;
	vertical-align: middle;
	text-align: center;
}
.img-linkcurser {
cursor:pointer;
}
