/* Very basic stylesheet to show you the layout sections */
/* Customise to your site */
body {
	font-size: 62.5%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #410E01;
}
/*
div {
	margin: .2em;
	padding: .5em;
}
*/
a img {
	border: none;
}
/*
#header,
#footer {
	background: #FBCD88;
	border: 1px solid #F09126;
}
*/
#content {
	/*border: 1px solid #999;*/
	padding: 40px;
	background:#FFF;
}

.navimage {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #EEE;
}
a:link {
	color: #E32402;
	text-decoration: none;
}
a:visited {
	color: #A71A01;
	text-decoration: none;
}
a:active {
	color: #E32402;
}
a:hover {
	color: #D87614;
	text-decoration: underline;
}
/* Status Messages */
.alert,
.warn,
.error {
	clear: both;
	padding: 5px;
	color: #000;
}
#alertmsg {
	border: 1px solid #A5D768;
}
.alert {
	background: #DDF0BD;
}
.alert strong,
.alert label {
	color: green;
}
#warn {
	border: 1px solid #FF8000;
}
.warn {
	background: #FFF6E5;
}
.warn strong,
.warn label {
	color: #FF8000;
}
#error {
	border: 1px solid #F3D5D5;
}
.error {
	background: #FFF1F1;
}
.error strong,
.error label {
	color: red;
}
.error input,
.error textarea {
	background: #FFF;
}

.required {
	font-weight: bold;
}