﻿/* CSS layout */
body {
	margin: auto 30px auto 30px;
	background-color: #E7E9E2;
}
#pageinfo {
	background-color: white;
	border: thin;
}
#masthead {
	min-width: 600px;
	text-align: center;
}
#logo {
	float: left;
	width: 150px;
}
#header {
	float: right;
}
#container {
	clear: both;
	min-width: 600px;
}
#left_col {
	float: left;
	width: 175px;
}
#right_col {
	float: right;
	width: 200px;
	text-align: center;
}
#page_content {
	margin-left: 180px;
	margin-right: 205px;
}
#footer {
	clear:both;
	
}
.glossymenu {
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	width: 170px;
	border: 1px solid #9A9A9A;
	border-bottom-width: 0;
}
.glossymenu li a {
	background: white url(images/glossyback.gif) repeat-x left;
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 10px;
	text-decoration: none;
}
* html .glossymenu li a {
	/*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}
.glossymenu li a:visited, .glossymenu li a:active {
	color: white;
}
.glossymenu li a:hover {
	background-image: url('images/glossyback2.gif');
}
#imageinfo {
float:left;
	text-align: center;
}
#headercenter {
	text-align: center;
	font-size: xx-large;
}
#ftrimginfo {
text-align:center;
	
}
#ftrmidcontent {
	float: right;
}

