body {
	background:#D4DDEE;
	margin:0;
	font-family:verdana, arial, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#444444;
}
a {
	color:#476BA5;
}
#header {
	background:#85A1C9 url(images/topbar.png) no-repeat top center;
	height:151px;
	
}
img {
	border:0;
}
.width {
	width:910px;
	margin:0 auto;
	position:relative;
	height:100%;
}
#logo, #rics {
	margin-top:15px;
}
#rics {
	float:right;
}
#contactdetails {
	float:right;
	color:white;
	text-align:right;
	margin-right:20px;
	margin-top:15px;
}
#contactdetails a {
	color:white;
	text-decoration:none;
}
#menuul {
	margin:0;
	padding:0;
	list-style-type:none;
	position:absolute;
	bottom:0;
	left:0;
}
#menuul li {
	float:left;
}
#menuul li a {
	display:block;
	padding:3px 10px;
	background:#08204E;
	margin-right:1px;
	color:white;
	text-decoration:none;
}
#menuul li.hilight a, #menuul li a:hover {
	background:#7C5900;
}
#white {
	background:white;
	min-height:100px;
	padding:20px 0px;
}
#left, #right {
	float:left;
	width:49%;
}
#left {
	background:url(images/dotted.png) right top repeat-y;
}
#left .atpadding {
	padding:0 40px 0 40px;
}
#right .atpadding {
	padding:0 40px 0 40px;
}
#image {
	padding:0 30px;
}
h1, h2 {
	font-size:14px;
	color:#7C5900
}
h2 {
	color:#08204E;
}
#footer {
	background:#476BA5;
	color:white;
	padding: 20px 0 30px 0;
}
#footer a {
	color:white;
}
#footright {
	float:right;
	text-align:right;
}
.form {
	text-align:right;
}
label, .form h1 {
	float:left;
	clear:both;
}
.form input, .form select, .form textarea {
	width:190px;

	margin-top:4px;
}
.form select {
	width:196px;
}
.form #submit {
	width:auto;
	padding:3px 10px;
	background:#08204E;
	color:white;
}
.form textarea {
	height:150px;
}