body {
	text-align: center;
	min-width: 860px;
	background: #ccc url('images/background.png') repeat-x;
	font-family: verdana;
	font-size: 11px;
}

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}


#wrapper {
	width: 860px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
	margin-top: 20px;
	border: 1px solid #bfbfbf;
}

#header {
	height: 200px;
}

#nav {
	background: #0066b3;
	padding: 10px 10px 10px 40px;
	font-weight: bold;
}

#content {
	padding: 20px 0px 0px 0px;
}

#footer {
	padding-top: 10px;
}

#footerContent {
	margin-top: 10px;
	padding: 25px;
	background: #e2e2e2;
	font-size: 10px;
	color: #26405a;
}

#footer a:link, #footer a:active, #footer a:visited {
	color: #a9422e;
	text-decoration: none;
}

#footer a:hover	{
	color: #a9422e;
	text-decoration: underline;
}

h2 {
	font-size: 14px;
	color: #00487d;
	font-family: arial;
}

p {
	line-height: 16pt;
}

.contentHolder {
	
}

.contentHeading {
	padding: 15px 30px 10px 30px;
	
	
}

.contentBody {
	padding: 10px 30px 5px 30px;
}

.floatImage {
	float: right;
	line-height: 0;
	margin-left: 45px;
	margin-bottom: 15px;
	border: 3px solid #bfbfbf;
	
}

ul {
	line-height: 16pt;
	list-style-type: none;
}

li {
	padding-left: 30px;
	background: url('images/bullet_go.gif') no-repeat 0 50%;
}

a:link, a:active, a:visited {
	color: #B32400;
	text-decoration: none;
}

a:hover	{
	text-decoration: underline;
}

#nav a:link,#nav a:active, #nav a:visited {
	color: #fff;
	text-decoration: none;
}

#nav a:hover	{
	color: #fff;
	text-decoration: underline;
}

fieldset {
	padding: 25px;
	background: #e2e2e2;
	border: 1px solid #bfbfbf;
}

label {
	float: left;
	width: 120px;
}

.input {
	border: 1px solid #bfbfbf;
	width: 180px;
	height: 20px;
	background: #fff;
}

textarea {
	border: 1px solid #bfbfbf;
	background: #fff;
}

#submit {
	width: 100px;
	margin-left: 120px;
	border: 1px solid #bfbfbf;
	background: #fff;
}

#messageDiv {
	background: #e2e2e2;
	border: 1px solid #bfbfbf;
	margin-bottom: 15px;
	width: 547px;
}

#messageContentBad, #messageContentGood {
	padding: 10px 10px 10px 55px;
}

#messageContentBad {
	background: url('images/error.gif') no-repeat 10px 50%;
}

#messageContentGood {
	background: url('images/tick.gif') no-repeat 10px 50%;
}

.error {
	color: red;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}