#right a:link {
	color: #3C5A6F;
	text-decoration: underline;
}
#right a:visited {
	text-decoration: none;
}
#right a:hover {
	text-decoration: none;
	background-color: #3C5A6F;
	color: #FFFFFF;
}
#right a:active {
	text-decoration: none;
}
#left {
	background-color: #5E0000;
	float: left;
	width: 160px;
}
#right {
	width: 600px;
	float: right;
	background-color: #FFFFFF;
	padding: 20px 20px 10px;
}
#right h1 {
	color: #3C5A6F;
}

#left  #buttons {
	height: 59px;
}
#left ul {
	list-style-type: none;
	font-size: 110%;
}

#left  a.imagelink{
	background-repeat: no-repeat;
	background-position: left top;
	height: 39px;
	width: 122px;
	float: left;
	margin: 10px 18px;
}
#left  a.imagelink:hover{
	background-position: bottom;
}
#container {
}
#middle {
	background-color: #5E0000;
}
#left #left_navigation a {
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	display: block;
	height: 2em;
	line-height: 2em;
	padding: 5px 10px;
}
#left #left_navigation a:hover {
	background-color: #460000;
	color: #FFFFFF;
}
#left_navigation {
	margin: 20px 0;
}
td {
	padding: 5px;
	vertical-align: top;
}
#right li {
	margin-left: 40px;
	margin-bottom: 10px;
}
.error_field{
	border:2px solid #FF0000;
}
