/* Very basic stylesheet to show you the layout sections */
/* Customise to your site */
body {
	background-color: #FFFFFF;
}

div {
	margin: 0.2em;
}

a img {
	border: none;
}

#header,
#footer {
	font: Arial, Helvetica, sans-serif;
	color: #FFFFFF
}

#content {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.navimage {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid #FFFFFF;
}
.Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
}
.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2A081C;
}
body,td,th {
	color: #2A081C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #CCCCCC;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #832861;
}
.style6 {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}
.style8 {color: #CCCCCC; font-size: smaller; }
.style5 {
	font-family: Arial, Helvetica, sans-serif
}

/* Status Messages */
.alert,
.warn,
.error {
	clear: both;
	color: #832861;
}
#alertmsg {
	border: 1px solid #832861;
}
.alert {
	background-color: #2A081C;
}
.alert strong,
.alert label {
	color: #FFFFFF;
}
#warn {
	border: 1px solid #CC0066;
}
.warn {
	background-color: #2A081C;
}
.warn strong,
.warn label {
	color: #CC0066;
}
#error {
	border: 1px solid #2A081C;
}
.error {
	background-color: #2A081C;
}
.error strong,
.error label {
	color: red;
}
.error input,
.error textarea {
	background: #FFF;
}

.required {
	font-weight: bold;
}