/*///////////////////////////////////////////////
	Forms
///////////////////////////////////////////////*/
form.reg {
	width: 450px;
	clear: none;
	padding: 10px 0;
}
label, .label {
	/*background: url(images/message_background.png) repeat-x 0 -100px;*/
	display: block;
	margin: 10px 0;
	padding: 5px;
	color: #333333;
}

label span, .label span {
	width: 150px;
	float:left;
	margin-top: 3px;
	color: #333;
	font-size: 8pt;
}
label input, label textarea, label select, label select option {
	font-size:8pt;
	color: #333;
}
input#submit, input.submit {
	padding: 3px 6px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
}


fieldset, div.fieldset {
	border: 1px solid #ccc;
	padding: 10px 15px;
	width: 450px;
	margin: 10px 0;
	background-color: white;
}

fieldset legend, div.fieldset div.legend {
	color: #666;
}
fieldset legend {
	background-color: white;
}
div.fieldset div.legend {
	font-weight:bold;
}
fieldset p, div.fieldset p {
	color: #1A8364;
}
.hiddenfieldset {
	display: none;
	background-color:transparent;
}

/*fieldset#general_information {
	display: block;
}*/

select {
	width: 168px;
}

#general_information input.back {
	display: none;
}

textarea {
	width: 300px;
	height: 100px;
}

.hide {
	display:none;
}
.show {
}
/*input.back {
	float: left;
}

input.forward {
	float: right;
}*/
div.clearer {
clear: left;
line-height: 0;
height: 0;
}

/*///////////////////////////////////////////////
	Messages
///////////////////////////////////////////////*/

p.message_notice, p.message_critical, p.message_warning {
	width: 300px;
	background: white url(images/message_background.png) repeat-x top left;
	border: 1px solid #FEF1F4;
	padding: 10px;
	margin: 15px;
	color: #0E4736;
}

/*///////////////////////////////////////////////
	Buttons
///////////////////////////////////////////////*/

a.button_sml,a.button_sml:link,a.button_sml:visited {
	padding: 3px 5px;
	margin: 5px;
	border: 1px solid #ED486C;
	line-height: 300%;
	background: url(images/message_background.png) repeat-x;
	text-decoration: none;
}
a.button_sml:hover {
	background: white;
	text-decoration: none;
}

a.add, a.edit, a.delete, a.back {
	background: url(images/aedb.png) no-repeat;
	padding: 2px 0 2px 24px;
	margin: 0 5px;
	width: 20px;
	line-height: 30px;
}

a.add, a.add:link, a.add:visited {
	background-position: 0px 0px;
}

a.add:hover {
	background-position: 0px -20px;
}

a.edit, a.edit:link, a.edit:visited {
	background-position: 0px -80px;
}

a.edit:hover {
	background-position: 0px -100px;
}

a.delete, a.delete:link, a.delete:visited {
	background-position: 0px -40px;
}

a.delete:hover {
	background-position: 0px -60px;
}

a.back, a.back:link, a.back:visited {
	background-position: 0px -120px;
}

a.back:hover {
	background-position: 0px -140px;
}

/*///////////////////////////////////////////////
	Sect
///////////////////////////////////////////////*/
div.sect {
	margin: 10px;
	margin-left: 0;
	padding: 10px 0px 0px 0;
	border-top: 1px solid #ACAEB0;
}

div.sect h2 {
	margin-bottom: 5px;
	font-weight: normal;
	text-decoration: none;
	font-size: 14pt;
	padding: 0;
	margin: 0;
}

div.sect h3 {
	font-weight: normal;
	font-size: 10pt;
	padding: 0;
}

daiv.sect h2 a{
	text-decoration: none;
}

div.sect a.morelink {
	font-size: 8pt;
}

div.sect a,div.sect a:link,div.sect a:visited {
	text-decoration: none;
}

div.sect a:hover {
	text-decoration: underline;
}

div.sect h4 {
	color: black;
	font-style: italic;
}

div.sect strong {
	color: #ED486C;
}

/*///////////////////////////////////////////////
	DEFAULT
////////////////////////////////////////////////*/
body {
	background-color: #3F0951;
	margin-top: 0px;
	margin-bottom: 0px;
/*	background-image: url(images/back70.gif); */
	background-repeat: no-repeat;
	background-position: center top;
}
a.loginbutton, a.blueloginbutton {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 6px;
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	color: #FFFFFF;
	text-align: center;
}
a.loginbutton {
	background-color: #0A4531;
}
a.blueloginbutton {
	background-color: #4073BF;
}
body, table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
#nav {
	background-color: #0A4531;
}
#nav a {
	color: #FFFFFF;
	background-color: #666666;
	display: block;
	padding: 6px 3px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#nav a:hover {
	background-color: #333333;
}
#nav a.home {
	background-color: #3B84BD;
}
#nav a.home:hover {
	background-color: #285880;
}
h1,h2,h3,h4,.h1,.h2,.h3,.h4 {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
}
h1, .h1 {
	font-size:24pt;
}
h2, .h2 {
	font-size:18pt;
}
h3, .h3 {
	font-size:14pt;
}
h4, .h4 {
	font-size:13pt;
}
#altcontent img.outline, #content img.outline {
	border: 1px solid #FFFFFF;
}
img.outline {
/*	border: 1px solid #8B1415; */
}
.sign {
	font-size: 11px;
}
.greyone {
	color: #AAAAAA;
}
a {
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
#content {
	background-color: #971A39;
/*	background-image: url(images/footerwhite.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #FFFFFF; */
}
#content td, #altcontent td {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#content td {
	font-size: 13px;
}
.justify {
	text-align: justify;
	display: block;
}
#why tr td {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #ABEFDB;
}
#why tr.first td {
	border-top: none;
}
#why td.n0 {
	padding: 4px;
	padding-right: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
}
#why td.n1 {
	border-top-color: #340709;
}
#why td img {
	border-bottom: 4px solid #500B0C;
	border-right: 4px solid #500B0C;
	border-left: 4px solid #500B0C;
}
.red {
	color: #FFFFFF;
}
a.whitelink, a.whitelink:hover {
	color: #FFFFFF;
	display: block;
	font-weight: normal;
}
#header {
	padding-right: 4px;
	padding-bottom: 4px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#footer a {
	color: #FFFFFF;
	text-decoration:underline;
}
ul.n0 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}
ul.n0 li {
	padding-bottom: 5px;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.scroll {
	width: 80%;
	/*height: 400px;
	overflow: auto;*/
	display: block;
}
.viafont {
	font-family: Arial, Helvetica, sans-serif;
}
.nuvo {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
}
#altcontent, #content {

	background-image: url(images/footer70.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #1A8364;
}
#altcontent .red, #content .red {
	color: #FFFFFF;
}
/*#content a {
	font-weight: bold;
	color: #0066FF;
	text-decoration: underline;
}
#content a.whitelink, #content a.whitelink:hover {
	color: #1D1D1D;
	display: block;
	font-weight: normal;
	text-decoration: none;
}
div.scroll .n0 {
	width: 97%;
}*/
.button {
	padding: 2px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #115642;
	display: block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #36D5A6;
	margin-top: 3px;
	margin-bottom: 3px;
}
#island {
	background-color: #148961;
}
#footer {
	background-color: #2C0639;
}
#footer table {
	background-color: #052C1D;
}
body, #footer {
	background-color: #C9528A;
}
#footer a {
	color: #FFFFFF;
}
div.depink strong {
	color: #FFFFFF;
}
.memberimage {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}

