@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background: #ffffff;
	margin: 0px;
}

#bgcontainer{
	margin: 0 auto;
	width: 820px;
	height: auto;
	background-image: url('../images/bg-stripe.png');
	background-repeat: repeat-y;
}

#bgfooter{
	width: 820px;
	height: 20px;
	background-image: url('../images/bg-bottom.png');
	background-repeat: no-repeat;
	clear: both;
}

#maincontainer{
	margin: 0 auto;
	width: 780px;
	height: auto;
}

#topcontainer{
	margin: 0 auto;
	width: 780px;
	min-height: 140px;
	height: 140px;
	border-bottom: 1px solid #cccccc;
}
#logo{
	float: left;
}

#topcontainer h1 {
	float: right;
	font-size: 18px;
	font-weight: bold;
	color: #006325;
	margin: 0px;
	padding: 0px;
	padding-right: 20px;
	padding-top: 30px;
}

#bottomcontainer{
	background-image: url('../images/watercolour.jpg');
	background-repeat: no-repeat;
	 height: 300px;
	 width: 780px;	
}


#login{
	border: 1px solid #cccccc;
	background: #ffffff;
	width : 300px;
	height: 110px;
	position: relative;
	top: 90px;	
}

#login a, #leftside a:visited, #leftside a:active{
	color: #999999;
	text-decoration: none;
	font-size: 12px;
}

#login a:hover{
	color: #006225;
	text-decoration: underline;
	font-size: 12px;
}


.heading{
	font-size: 12px;
	font-weight: bold;
	color: #006325;	
	padding: 8px;	
}

table.login {
	font : 12px/24px Arial, Helvetica, sans-serif;
	border-collapse : collapse;
	color : #333333;
}

table.login th {
	padding : 0 0.5em;
	text-align : left;
}

table.login td {
	padding : 0 0.5em;
}




#navigation{
	float: right;
	position: relative;
	top: 50px;
}

.nav{
	margin: 5px;
}

.errorText{
	font-size: 10px;
	font-weight: bold;
	color: #006325;
}