@import url("base.css");
body {
    margin: 0;
    padding: 0;
    background: #fff;
    color: #333;
    font-family: "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
}
#wrapper {
    width: 760px;
    margin: 0 auto;
    text-align: center;
}
#header {
	width: 575px;
    
}
#topnav {
	float: left;
	margin: 0;
}
#topnav ul{
	padding: 0;
	margin: 0;
}
#topnav li {
	list-style: none;
	font-weight: bold;
	
}
#topnav li a {
	padding: 0 1em;
	height: 3em;
	line-height: 3em;
	float: left;
	display: block;
	color: #333;
	text-decoration: none;
	text-align: center;
	width: 8em;
}
#topnav li a:hover {
	background-color: #ddd;
}
#left {
	float: left;
	width: 160px;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
}
#right {
	float: right;
	text-align: left;
	width: 550px;
	padding: 0px 5px 5px 20px;
}
#footer {
	clear: both;
	font-size: 0.8em;
	padding-top: 20px;
	text-align: left;
}
a {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
}
.input-normal {
	border: 1px solid #aaa;
}
.input-validation-error {
	border: 1px solid #aaa;
	background-color: #ffeeee;
}
#logoimage {
    padding: 55px 0 0 0;
    overflow: hidden;
    background-image: url("/images/logo2.png");
    background-repeat: no-repeat;   
    height: 0px !important;
    height /**/:55px;
}
.title {
	margin-top: 0;
}
