/* Very basic stylesheet to show you the layout sections */
/* Customise to your site */
body {
	background: #FFF;
	font-family: "Trebuchet MS", Arial, Verdana sans-serif;
	color: #0072BC;
	text-align: center;
}

div {
	margin: .2em;
	padding: .5em;
}

a img {
	border: none;
}

a{
color:#0072BC;
}
#header,
#footer {

}
h1, h2, h3{
 color:#000;
}
#content {
	color: #0072BC;
}

.navimage {
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 5px;
	margin:auto;
	border: none;
}

/* Status Messages */
.alert,
.warn,
.error {
	clear: both;
	padding: 5px;
	color: #0072BC;
}
#alertmsg {
	width:50%;
	margin: auto;
}
.alert {
	background: #DDF0BD;
}
.alert strong,
.alert label {
	color: green;
}
#warn {
	border: 1px solid #FF8000;
}
.warn {
}
.warn strong,
.warn label {
	color: red;
}
#error {
	border: 1px solid #F3D5D5;
}
.error {

}
.error strong,
.error label {
	color: red;
}
.error input,
.error textarea {
	background: #FFF;
}

.required {
	font-weight: bold;
	color: red;
}

#subscribeForm{
margin: auto;
}

fieldset{
	width:50%;
	margin:auto;
}

ul, ul li{
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}