﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.header {
	background-image:url('../images/title.jpg');
	width:779px;
}

.mainContent {
	width:779px;
}

.title {
	font-size:xx-large;
	color:navy;
}

.colLeft {
	background-image:url('../images/edge_left.jpg');
	background-repeat:repeat-y;
	width:5px;
}

.colRight {
	background-image:url('../images/edge_right.jpg');
	background-repeat:repeat-y;
	width:5px;
}

.image {
	border-style: solid;
	border-color: white;
	border-width: 10px;
}

.footer {
	background-color: #555555;
	color: #ffffff;
	align: center;
	font-size: 9px;

}

ul#navlist
{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#navlist li
{
	display: inline;
	list-style-type: none;
}

#navlist a { 
	padding: 3px 10px; 
}

#navlist a:link, #navlist a:visited
{
	color: #fff;
	background-color: #036;
	text-decoration: none;
}

#navlist a:hover
{
	color: #fff;
	background-color: #369;
	text-decoration: none;
}

