@charset "UTF-8";
body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: url(images/body_bg.png) repeat fixed left top;
	margin: 0;
	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: #000000;
}
.galison #container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	background-image: url(images/bkgrnd.png);
	background-repeat:repeat-y;
}
.galison #header {
	padding: 0;
	margin: 0;
	border-bottom:1px solid #000;
	height: 150px;
}
.galison #header h1 {
	margin: 0;
	padding: 10px 0;
}
.galison #sidebar1 {
	float: left;
	width: 130px;
	padding: 10px;
	color: #CCCCCC;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 12px;
	text-align: right;
	line-height: 1.5em;
	text-shadow:2px 2px 2px black;
}
.galison #sidebar2 {
	float: right;
	width: 130px;
	color: #CCCCCC;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 12px;
	text-align: left;
	padding: 10px;
	line-height: 1.5em;
	text-shadow:2px 2px 2px black;
}
.galison #mainContent {
	margin: 0 160px;
	padding: 0 10px;
	color: #000000;
}
.galison #footer {
	padding: 10px 150px;
	background:url(images/footer.png);
	background-position:top;
	background-repeat:no-repeat;
	color: #63918D;
}
.galison #footer p {
	margin: 0;
	padding: 5px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 12px;
}
.fltrt {
	float: right;
	margin-left: 8px;
	border: 1px solid black;
}
.fltlft {
	float: left;
	margin-right: 8px;
	border:1px solid black;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#header img {
	padding:0;
	margin:0;
}
#footer p {
	padding:0;
	margin:0;
}
ul {
	list-style: none;
	margin-left: 20px;
	padding-left: 1em;
	text-indent: -1em;
}
li {
	list-style-image: none;
	list-style-type: none;
	line-height:1.5em;
	letter-spacing: normal;
}
#mainContent p {
	text-align:justify;
	letter-spacing: normal;
}
#nav ul {
	padding:0;
	margin:0 0 50px 0;
	width: 130px;
	border-top:1px dotted gray;
}
#nav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	display: block;
	padding: 2px;
	margin: 0;
	text-align: right;
	text-indent: 5px;
	text-decoration:none;
	height: 20px;
}
#nav a:LINK {
	color:#FFFFFF;
	border-bottom:1px dotted gray;
}
#nav a:VISITED {
	color: #FFFFFF;
	border-bottom:1px dotted gray;
}
#nav a:ACTIVE {
	color: #FFFFFF;
	border-bottom:1px dotted gray;
}
#nav a:HOVER {
	color:#94C1BC;
	border-bottom:1px dotted gray;
}
.row {
	display: block;
	line-height: 2em;
	text-align: right;
	margin-right: 25px;
}
.center {
	text-align:center;
}
.right {
	text-align: right;
	position: relative;
	left: 75px;
}
.formfield {
	margin: 0;
	display: inline;
	padding: 0px 10px 0px 0px;
}
#sidebar1 a {
	color: #94C1BC;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted;
}
#sidebar2 img {
	margin-bottom: 10px;
}
#flash {
	padding: 0 10px;
	text-align:center;
}
#mainContent a {
	color: #63918D;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted;
}
.caption {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 12px;
	margin: 10px;
}
h1 {
	font-size: 18px;
	color: #63918D;
	text-align: center;
	border-bottom: 2px dotted black;
	padding-bottom: 10px;
}
#traffic .header {
	text-align: center;
	font-weight: bold;
	color: #63918D;
}
#traffic {
	border: 1px solid #63918d;
	padding: 0px;
	margin: 0 auto;
}
#traffic td {
	padding: 2px;
}
#traffic .tdc {
	text-align: center;
}
