@charset "UTF-8";
/* CSS Document */

body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;	
	background:#454545;
}

.small {
	font-size:0.9em;
}

a {
	color:#000;
	font-weight:bold;
}

a:hover {
	color:#003366;
}

#page-container {
	width:100%;
	text-align:center;
	margin:0px auto;
}

#content-container {
	width:775px;
	text-align:left;
	margin:20px auto;
}

#nav {
	float:left;
	width:775px;
	background:#000;
}

#nav a {
	float:left;
	display:block;
	text-decoration:none;
	text-align:left;
	padding:7px 20px;
	font-size:13px;
	font-weight:bold;
	color:#fff;
}

#nav a:hover {
	background:#003366;
}

#main-content {
	float:left;
	position:relative;
	top:10px;
	width:743px;
	padding:15px;
	padding-bottom:25px;
	border:solid 1px #000;
	border-bottom:0px;
	background:#fff;
}

#main-left {
	float:left;
	width:450px;
	text-align:justify;
	padding:0px 20px 0px 5px;
	border-right:solid 1px #ccc;
}

#main-right {
	float:right;
	position:relative;
	top:10px;
	width:250px;
}

#main-right h1 {
	font-size:1.2em;
	font-weight:bold;
	margin:5px 0px;
}

.long-text {
	width:175px;
	border:solid 1px #666;
	background:#e9e9e9;
}

.short-text {
	width:40px;
	border:solid 1px #666;
	background:#e9e9e9;
}

textarea {
	width:100%;
	height:75px;
	font-family:inherit;
	font-size:0.97em;
	border:solid 1px #666;
	background:#e9e9e9;
	margin-bottom:5px;
}

.submit {
	width:auto;
	height:auto;
	border:double 3px #666;
	background:#d9d9d9;
} 

.error {
	color:#990000;
}

#logo-banner {
	float:left;
	text-align:center;
	background:#fff;
	padding: 10px 0px;
	width:773px;
	border: solid 1px #000;
	border-top:0px;
	padding-bottom:20px;
}

#footer {
	float:left;
	width:775px;
	padding:10px 0px;
	text-align:center;
	background:#454545;
	font-size:10px;
	color:#fff;
}

#footer a {
	color:#fff;
	font-weight:normal;
}

#footer a:hover {
	color:#e9e9e9;
}