/* 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: #ffff40;
}
*/
body {
        font-size: 14px;
        line-height: 18px;
        color: #F3D37C;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url(/images/bg_sides.jpg);
        font-family:arial, verdana, courier;
}


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

/*a img {
	border: none;
}
*/

#header {
	font-size: 14px;
}

#footer {
	font-size: 14px;
}

#content {
	font-size: 14px;
}

.navimage {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #EEE;
}

/* Status Messages */
.alert,
.error {
	clear: both;
	padding: 5px;
	color: #000;
}

.warn {
	clear: both;
	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;
	color: red;
}

/* New Classes */
.float { 
	margin-left: auto;
	margin-right: auto;
	width: 988px;
	text-align: center;
	background:url(/images/bg_main-land2.jpg);
	background-repeat: no-repeat;
}

.navmenumain {
	text-align: center;
	width: 250px;
        font-size: 10px;
        line-height: 16px;
        color: #F3D37C;
}

.content-sublogin {
	width: 400px;
	text-align: left;
	font-size: 14px;
}

.content-update {
	width: 550px;
	text-align: left;
	font-size: 12px;
}

.content-update-details {
	width: 440px;
	text-align: center;
	font-size: 12px;
}

.content-update-unsub {
	width: 225px;
	text-align: center;
	font-size: 12px;
}

a:link {
        color: #efa32c;
        text-decoration: underline;
}
a:visited {
        color: #efa32c;
        text-decoration: underline;
}
a:hover {
        text-decoration: underline overline;
}

.copyright {
	font-size: 14px;
	line-height: 24px;
	font-family:georgia, times new roman, tahoma, arial, verdana, courier;
	color: white;
	text-align: center;
}

.titletext {
	font-size: 24px;
	font-stretch: ultra-expanded;
	font-weight: bold;
	line-height: 28px;
	color:#F3D37C;
	font-family:times new roman, tahoma, arial, verdana, courier;
}

