/* BODY */
html, body {
	background-color: #006b9c;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	font-family: "Trebuchet MS", Trebuchet-MS, Trebuchet, Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	}



/* LINKS */
a:link {
	color: #006b9c;
	text-decoration: none;
	}

a:visited {
	color: #006b9c;
	text-decoration: none;
	}

a:hover, a:active {
	color: #FEAC26;
	}


/* FIX SO THAT UL LISTS WON'T LINEBREAK (WHICH IS DONE BY nl2br) */
ul br, ol br {
	display:none;
	}


/* FONTS */
p	{
	display: inline;
	font-size: 11px;
	font-weight: normal;
	line-height: 150%;
	color: #666;
	}

h1	{
	font-family: Verdana, Tahoma, "Lucida Sans Unicode", Arial, Sans-serif;
	color: #006b9c;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 12px;
	}

h2	{
	display: inline;
	font-family: Verdana, Tahoma, "Lucida Sans Unicode", Arial, Sans-serif;
	color: #525252;
	font-size: 13px;
	font-weight: bold;
	}

h3	{
	display: inline;
	font-family: Verdana, Tahoma, "Lucida Sans Unicode", Arial, Sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 140%;
	color: #666;
	}

h4	{
	display: inline;
	font-family: Verdana, Tahoma, "Lucida Sans Unicode", Arial, Sans-serif;
	font-weight: normal;
	font-size: 9px;
	line-height: 140%;
	color: #666;
	}

.memberco {
	font-size: 11px;
	font-weight: bold;
	color: #696969;
	padding-left: 1px;
	padding-bottom:	1px;
	padding-top: 1px;
	}

	
.decotext {
	font-size: 11px;
	font-weight: normal;
	line-height: 150%;
	color: #666;
	border-left: 1px solid #68A2E3;
	padding-left: 12px;
	}

.textbox
{
	font-size: 11px;
	font-weight: normal;
	line-height: 150%;
	color: #666;
	border: 1px solid #68A2E3;
	padding-left: 3px;
	padding-right: 3px;
}

.msgbox
{
	font-size: 11px;
	font-weight: normal;
	line-height: 150%;
	color: #333;
	border: 1px solid #68A2E3;
	padding: 15px;

}

.mailreply
{
	font-size: 11px;
	font-weight: normal;
	line-height: 150%;
	color: #333;
	width: 500px;
	border: 1px solid #68A2E3;
	padding: 15px;
	text-align: center;


}

.centerh2 {
	font-family: Verdana, Tahoma, "Lucida Sans Unicode", Arial, Sans-serif;
	color: #333;
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	text-transform: inherit;
	}


.sidebartitle {
	font-family: Verdana, Tahoma, "Lucida Sans Unicode", Arial, Sans-serif;
	color: #006b9c;
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
	margin-left: 50px;
	}



/* NEWS BAR FONTS */
.newsdate { width: 194px; font-weight: bold; font-size: 11px; line-height: 140%; color: #fff; background-color: #FEAC26; padding-top: 1px; padding-left: 12px; }
.newstitle { font-weight: bold; font-size: 12px; line-height: 140%; color: #666; padding-top: 3px; margin-left: 12px; padding-right: 12px; }
.newstext { font-weight: normal; font-size: 11px; line-height: 140%; color: #666; padding-top: 1px; padding-left: 12px; padding-right: 12px; }

.membertitle { font-family: Verdana, Tahoma, "Lucida Sans Unicode", Arial, Sans-serif; color: #006b9c; font-size: 15px; font-weight: bold; }

.membertext	{ font-size: 11px; font-weight: normal; line-height: 150%; color: #666; padding-left: 1px; }



/* FRAMING */
#maincontent {
	width: 350px;
	padding-left: 75px;
	padding-right: 60px;
	text-align: left;
	padding-top: 40px;
	padding-bottom: 40px;
	}

#sidebar {
	width: 206px;
	float: right;
	text-align: left;
	padding-top: 27px;
	border-left: 1px solid #68A2E3;
	background: repeat-y url('../images/newsbar_bg.jpg');
	}

#cmscontent {
	width: 550px;
	padding-left: 86px;
	padding-right: 88px;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	}

#cmscontent_left {
	width: 550px;
	padding-left: 86px;
	padding-right: 88px;
	text-align: left;
	padding-top: 40px;
	padding-bottom: 40px;
	}