html
{
/*	height: 100%; */
}

body
{
	background: #ccddee;
	margin: 0px;
	padding: 10px 0px;
	border: 0px;
/*	height: 100%; */
}

.wrapper
{
	position:relative;
	left:5%;
	width:90%;
	min-width:950px;
	padding:0px;
	background:#ffffff;
}

.banner
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.banner img#leftimage
{
	float: left;
	display: block;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 70px;
	border: none;
}

.banner #rightimage
{
	float: right;
	display: inline;
	position: relative;
	top: 0px;
	right: 0px;
	width: 300px;
	height: 70px;
}

.banner ul
{ 
	clear: left;
	margin: 0; 
	padding: 0; 
	background: none; 
	float: left;
	list-style-type: none;
} 
 
.banner ul li
{ 
	display: inline; 
	padding: 0; 
	margin: 0; 
}

.banner ul li a
{
	color: #069;
	background: #fff; 
	padding: 4px 10px 4px 10px; 
	float: left; 
	text-decoration: none; 
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	border: 0px #aaa solid;
	margin: 0;
	text-align: center;
}

.banner .highlight a:link,
.banner .highlight a:visited,
.banner .highlight a:active
{
        color: #fff;
        background: #069;
}

.banner ul li a:link, 
.banner ul li a:visited,
.banner ul li a:active
{ 
}

.banner ul li a:hover
{ 
	color: #fff; 
	background: #f60; 
	text-decoration: underline;
}

.bodycontainer
{
	position: relative;
 	clear: left;
	top: 0px;
	left: 0px;
	padding-top: 2em;
	padding-left: 5%;
	padding-right: 5%;
}

.form-container
{
	float: left;
/*	width: 57%; */
	width: 28em;
	display: block;
}

.error-container
{
	float: left;
	padding-left: 5px;
}

.project-container
{
	position: relative;
 	clear: left;
	top: 0px;
	left: 0px;
	padding-top: 0em;
	padding-bottom: 1em;
}

.container
{
	position: relative;
 	clear: left;
	top: 0px;
	left: 0px;
	padding-left:5%;
	padding-right:5%;
}

.unpadded-container
{
	position: relative;
 	clear: left;
	top: 0px;
	left: 0px;
	border-style: solid;
	border-width: 1px;
}

.right
{
	float: right;
	display: inline;
	position: relative;
	top: 0px;
	right: 0px;
	padding-left: 5px;
}

.date {
	float: left;
	width: 8em;
	padding-top: 0.1em;
}


.title {
	margin-left: 8em;
}

.details {
	margin-left: 2em;
}

.project {
	float: left;
	width: 8em;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	color: #069;
}

.project-details {
	margin-left: 8em;
}

.form-header {
	float: left;
	width: 10em;
	padding-bottom: 1em;
}

.form-item {
	margin-left: 10em;
	padding-bottom: 1em;
}

.footer
{
	position: relative;
	clear: both;
	top: 0px;
	left: 0px;
	text-align: center;
	overflow: hidden;
	color: #ccc;
	padding-top: 1.5em;
}