body {
	background-color: #4ab1bc;
	text-align: center;
}
.evenRow {background-color: #F4E8D2;}
td, th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container {
	background-image: url(../images/bg.jpg);
	background-color: #f8f4e9;
	text-align: center;
	margin: 10px auto;
	width: 776px;
}
#header {
	background-image:  url(../images/header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 776px;
	height: 141px;
}
#content {
	overflow: auto;
	width: 776px;
}
#footer {
	background-image:  url(../images/footer.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 776px;
	height: 138px;
}
#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
#copyright a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
#copyright a:hover {
	color: #FFFFFF;
}
#copyright a:visited {
	color: #FFFFFF;
}
.left_col {
	background-image:  url(../images/left_bg.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	width: 215px;
}
.right_col {
	background-image:  url(../images/right_bg.jpg);
	background-position: top right;
	background-repeat: repeat-y;
}
.links {
	list-style-type: none;
	position: relative;
	left: -10px;
}
.links li {
	margin-bottom: 15px;
}
.title {
	font-size: 16px;
	color: brown;
}
.nav {
	font-size: 10px;
	color: #330000;
}
.inputDesc {
	font-size:9px;
	color:#666666;
}
a:link {color: #330000;}
a:visited {color: #330000;}
.image { border: 1px solid #000000; }