	body {
		background-color: #FFF;
		margin: 0px;
		padding: 0px;
		font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		font-size: small;
		color: #2D67B2;
	}
	
	body.membersonline {
		background-color: #2D67B2;
		color: #fff;
		overflow: hidden;
		width: 149px;
	}
	
	a {
		color: #41B864;	
	}
	
	th a {
		color: #2D67B2;	
	}
	
	a img {
		border: none;
	}
	
	img.contentpicleft {
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
		border: solid 1px #B3C8E3;
	}
	
	img.contentpicright {
		float: right;
		margin-left: 10px;
		margin-bottom: 10px;
		border: solid 1px #B3C8E3;
	}
	
	h1 {
		clear: both;
		text-align: center;
		color: #0E1130;
		margin-bottom: 0px;
		padding-bottom: 0px;
		font-size: xx-large;
	}
	
	h2 {
		clear: both;
		color: #2D67B2;
		margin-top: 5px;
		padding-top: 0px;
		font-size: large;
		font-weight: normal;
	}
	
	#header h2, #headerfortabs h2 {
		text-align: center;
	}
	
	h2.newsheadline {
		text-align: left;
		margin: 0px;
		padding: 0px;
	}
	
	h2 a {
		color: #2D67B2;
	}
	
	caption {
		clear: both;
		color: #2D67B2;
		margin-bottom: 5px;
		padding-top: 10px;
		font-size: large;
		font-weight: normal;
	}
	
	.nullform {
		width: 100%;
		margin: 0px;
		padding: 0px;
		background-color: #fff;
		border: none;
		overflow: hidden;
	}
	
	form {
		width: 460px;
		margin: 20px auto 20px auto;
		padding: 0px 10px 10px 10px;
		background-color: #E0E8F4;
		border: solid 2px #B3C8E3;
		overflow: auto;
	}
	
	.photoform {
		width: 520px;
		margin: 20px auto 20px auto;
		padding: 0px 10px 10px 10px;
		background-color: #E0E8F4;
		border: solid 2px #B3C8E3;
		overflow: hidden;
	}

	
	fieldset {
		border: none;
		margin: 0px;
		padding: 0px;
	}
	
	legend {
		font-size: medium;
		font-weight: bold;
		margin: 0px 0px 10px 0px;
		padding: 0px;
		color: #2D67B2;
	}
	
	p {
		text-align: justify;
		clear: both;
		margin-top: 0px;
		padding-top: 0px;
	}
	
	ul.plainlist {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
	}
	
	li.gallerythumb {
		float: left;
		margin: 12px 12px 2px 12px;
	}
	
	li.gallerythumb img {
		border: solid 1px #ccc;
		padding: 3px;
	}
	
	#container1 {
		width: 954px;
		margin: 0px auto 20px auto;
		border: solid 2px #2D67B2;
		border-top: none;
		background-image: url(/images/template/top_bg.jpg);
		background-repeat: no-repeat;
		overflow: auto;
	
	}
	
	#container {
		width: 954px;
		background-image: url(/images/template/container_bg.jpg);
		background-repeat: repeat-y;
		overflow: auto;
	
	}
	
	#left {
		float: left;
		width: 210px;
		margin-right: 2px;
		overflow: auto;
		background-image: url(/images/template/left_bg.jpg);
		background-repeat: no-repeat;
		overflow: auto;
	}
	
	#leftinner {
		/*background-image: url(/images/template/left_ie7_fix.jpg;*/
	}
	
	#left ul {
		margin: 0px;
		padding: 0px;
	}
	
	#right {
		float: left;
		width: 742px;
		overflow: auto;
	}
	
	#rightinner {
		margin:30px;
	}
	
	#header {
		clear: both;
		height: 120px;
	}
	
	#headerfortabs {
		clear: both;
		height: 92px;
	}
	
	#tabs {
		list-style-type: none;
		margin: 21px 0px 0px 10px;
		padding: 0px;
	}
		
	#tabs li {
		float: left;
		margin: 0px;
		padding: 3px 5px 3px 5px;
		background-color: #E0E8F4;
		border: solid 1px #B3C8E3; 
	}
	
	#tabs li.selected {
		background-color: #fff;
	}
		
	#tabs li a {
		text-decoration: none;
		color: #2D67B2;
	}	
	
	#footer {
		width: 954px;
		clear: both;
		background-image: url(/images/template/footer_bg.jpg);
		overflow: auto;
		color: #0E1130;
		margin: 0px;
		padding: 0px;
	}
	
	#footer p {
		text-align: center;
		margin-top: 10px;
	}
	
	#addressinfo {
		border-top:solid 1px #2D67B2;
		padding: 20px;
		text-align: center;
	}
	
	#mainmenu {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		font-size: medium;
		font-weight: bold;
		position: relative;
		top:-5px;
	}
	
	#submenu {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		font-size: small;
		font-weight: bold;
	}
	
	
	#mainmenu li {
		margin: 0px;
		padding: 5px;
		border-top:solid 1px #2D67B2;
	}
	
	#submenu li {
		padding: 2px 0px 2px 20px;
		border-top: none;
	}
	
	#mainmenu li.selecteditem {
		background-color: #B3C8E3;
	}
	
	#mainmenu li.selecteditem a {
	}
	
	#mainmenu a {
		margin-left: 20px;
		text-decoration: none;
	}
	
	#submenu a {
		margin-left: 20px;
		text-decoration: none;
	}
	
	#mainmenu a {
		color: #2D67B2;
	}
	
	#mainmenu a:hover {
		color: #0E1130;
	}
	
	#membermenucontainer {
		width: 938px;
		height: 30px;
		margin: 0px auto 0px auto;
		padding: 0px 10px 0px 10px;
		color: #fff;
		font-size: small;
		font-weight: normal;
		border-top: none;
		background-color: #2D67B2;
		position: relative;
		z-index: 101;
	}
	
	#memberleft {
		width: 205px;
		height: 26px;
		padding-top: 4px;
		float: left;
	}
	
	#chatcontroller {
		width: 475px;
		float: right;
		padding-top: 4px;
		float: left;
		height: 26px;
		font-size: small;
	}
	
	#membermiddle {
		width: 150px;
		height: 26px;
		padding-top: 4px;
		float: left;
		text-align: center;
	}
	
	#memberright {
		width: 99px;
		height: 26px;
		padding-top: 4px;
		float: left;
		text-align: center;
		overflow: hidden;
	}
	
	#memberright a {
		text-decoration: none;
	}
	
	#alertscontainer {
		width: 145px;
		position: fixed;
		top: 28px;
		margin-left: -108px;
		background-color: #2D67B2;
		border: solid 1px #2D67B2;
		overflow: auto;
		font-size: small;
	}
	
	#alertscontainer p, #membersonlinecontainer li {
		text-align:left;	
	}
	
	#membersonlinecontainer {
		width: 149px;
		position: fixed;
		top: 28px;
		margin-left: -132px;
		background-color: #2D67B2;
		border: solid 1px #2D67B2;
		overflow: auto;
		font-size: small;
	}
	
	#membermenucontainer a {
		color: #FFFFFF;	
	}
	
	#adminmenucontainer {
		margin: 10px;
		padding: 5px;
		background-color: #fff;
		font-size: small;
		font-weight: normal;
		border: solid 1px #B3C8E3;
	}
	
	#adminmenucontainer p {
		margin-top: 0px;
	}
	
	#adminmenucontainer a {
		/*color: #FF0000;	*/
	}
	
	.mainmessage {
		font-size: large;
		margin: 0px;
		padding: 0px;
	}

	h1.mainmessage {
		text-align: left;
		color: #2D67B2;
		font-weight: normal;
		font-size: large;
	}
	
	.darktext {
		color: #0E1130;
	}
	
	.divider {
		clear: both;
		border-top: solid 1px #B3C8E3;
		margin: 10px 0px 10px 0px;
	}
	
	.contentdivider {
		clear: both;
		border-top: solid 1px #B3C8E3;
		margin: 15px 0px 10px 0px;
	}
	
	.membermenu, .adminmenu {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
	}
		
	.membermenu li, .adminmenu li {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		border: none;
	}	
	
	.datatable, .datatable2 {
		background-color: #fff;
		width: 100%;
		clear: both;
	}
	
	.datatable2 tr th {
		border: none;
		background-color: #ddd;
		padding: 3px;
		text-align: right;
		width: 25%;
	}
	
	.datatable tr th {
		border: none;
		background-color: #ddd;
		padding: 3px;
		font-size: x-small;
		font-family:Arial, Helvetica, sans-serif;
	}

	.datatable tr td, .datatable2 tr td {
		border: none;
		background-color: #fff;
		padding: 3px;
	}
	
	.datatable tr.alt td {
		border: none;
		background-color: #eee;
		padding: 3px;
	}
	
	.datatable tr.heading td {
		border: none;
		background-color: #ccc;
		font-weight: bold;
		padding: 3px;
	}
	
	.datatable tr.subheading td {
		font-weight: bold;
	}
	
	.datatable2	th {
		border: none;
		background-color: #ddd;
		padding: 3px;
		text-align: right;
	}
	
	.calendatatable {
		background-color: #fff;
		width: 100%;
		clear: both;
		border: solid 1px #B3C8E3;
	}
	.calendatatable tr td {
		border: solid 1px #B3C8E3;
	}
	
	.dateboxgray {
		color: gray;
		vertical-align:text-top;
	}
	.dateboxgray a {
		color: gray;
	}
	
	.formitem {
		clear: both;
	}
	.formsubmit {
		float: left;
		margin-left: 160px;
	}
	
	.formlabel {
		width: 150px;
		margin-right: 10px;
		text-align: right;
		float: left;
		margin-bottom: 10px;
	}
	
	.forminput {
		width: 300px;
		float: left;
		margin-bottom: 10px;
	}
	
	.forminputwide {
		clear: both;
		margin-bottom: 10px;
	}
	
	.forminput input, .forminput textarea, .forminputwide input, .forminputwide textarea {
		width: 99%;
	}
	
	.formcheckbox {
		width: 25px;
		float: left;
		margin-bottom: 10px;
	}
	
	.datahighlight {
		clear: both;
		color: #FF0000;
	}
	
	.dataok {
		color: #41B864;
	}

	.errormsg {
		clear: both;
		color: #FF0000;
		margin: 10px auto 10px auto;
		padding: 10px;
		background-color: #E0E8F4;
		border: solid 2px #FF0000;
	}
	
	.successmsg {
		clear: both;
		margin: 10px auto 10px auto;
		padding: 10px;
		background-color: #E0E8F4;
		border: solid 2px #B3C8E3;
	}
	
	.statusok {
		background-color: #A4EEBC;
	}
	
	.statusnotok {
		background-color: #E7A9B9;
	}
	
	.disabledtext {
		color: #999;
	}	
	
	.halfleft {
		width: 49%;
		float: left;
	}
	
	.halfright {
		width: 49%;
		float: right;
	}
	
	.important {
	}
	
	.show {
		display: inline;
	}
			
	.hidden {
		display: none;
	}
	
	#weather {
		clear: both;
	}		
	.weatherday {
		width: 27%;
		margin-left: 5%;
		margin-bottom: 15px;
		float: left;
	}	
	
div.navbartop {
	margin-bottom: 20px;
	margin-bottom: 10px;
	clear: both;
	overflow: auto;
	height: 85px;
}

div.navbarfoot {
	margin-top: 20px;
	clear: both;
	overflow: auto;
	height: 85px;
}

ul.pagenav {
	list-style-type: none;
	clear: left;
	margin: 0px 0px 10px 0px;
	padding: 0px; 
}

li.navbutton {
	float: left;
	padding-right: 5px; 
	margin-right: 5px;
}

.navbuttondisabled {
	background-color: #FFFFFF;
	color: #CCCCCC;
	font-weight: bold;
	font-size: smaller;
	padding: 2px 5px 2px 5px; 
	margin: 1px;
	border: solid 1px #1C344F;
	height: 20px;
}

#AdminLog {
	background-color: #FFFFFF;
	width: 680px;
	height: 550px;
	overflow:scroll;
	padding-left: 10px;
}

.thispagelink{
	color: #333366;
	font-weight: bold;
	font-size: smaller;
	padding: 2px 5px 2px 5px; 
	margin: 1px;
	border: solid 1px #1C344F;
	height: 20px;
}

a.navbutton:link, a.navbutton:active, a.navbutton:visited {
	background-color: #FFFFFF;
	color: #333366;
	font-weight: bold;
	font-size: smaller;
	padding: 2px 5px 2px 5px; 
	margin: 1px;
	border: solid 1px #1C344F;
	height: 20px;
}
a.navbutton:hover {
	background-color: #333366;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px 5px 2px 5px; 
	margin: 1px;
	border: solid 1px #1C344F;
	border-top: none;
	height: 20px;
}

#chatcontainer {
	width: 954px;
	margin: auto;
	height: 46px;
	display: block;
	background-color: #E0E8F4;
	border: solid 2px #2D67B2;
}

.chatcontrol {
	overflow: hidden;
	background-color:#B3C8E3;
	height:20px;
}

#chat1, #chat2, #chat3, #chat4 {
	border: solid 1px red;
	position: absolute;
	overflow: hidden;
	width: 234px;
	height: 300px;
	border: none;
	background-color: #fff;
	z-index: 100;	
	border: solid 1px #1C344F;
	top:30px;
	left: 50%;
}

#chat1 {
	margin-left: -478px;
}
#chat2 {
	margin-left: -243px;
}
#chat3 {
	margin-left: -8px;
}
#chat4 {
	margin-left: 227px;
}

#chatframe1, #chatframe2, #chatframe3, #chatframe4 {
	height: 300px;
	overflow: hidden;
}

#chatstatus1,#chatstatus2,#chatstatus3,#chatstatus4 {
	width: 20px;
	height:20px;
	float:left;
	border:solid 1px #ccc;
	display: inline;
}

.chatbuttons {
	float:left;
	margin-top:2px;
	margin-right:4px;
	background-color: #990000;
}

.basictable {
	width: 100%;
	color: #2D67B2;
	font-family: arial,sans-serif;
	border: solid 1px #2D67B2;
	margin-bottom: 20px;
	margin-top: 20px;
}

.basictable2 {
	color: #2D67B2;
	font-family: arial,sans-serif;
	border: solid 1px #2D67B2;
	margin-bottom: 20px;'
}

.basictable3 {
	color: #2D67B2;
	font-family: arial,sans-serif;
	border: solid 1px #2D67B2;
	margin-bottom: 20px;
}

.underlined {
	border-bottom: solid 2px #2D67B2;
}

.lightbg {
	background-color: #B3C8E3;
}

.vlightbg {
	background-color: #E0E6F2;
}

.loadingbox {
	text-align: center;
	background-color: #E0E8F4;
	border: solid 2px #B3C8E3;
	width: 460px; margin-left: auto;
	margin-right: auto;
	padding: 0px 10px 10px 10px;
	display: none;
}

.keyunpaid {
	margin-left:20px;
	width:20px;
	height:20px;
	background-color: #E7A9B9;
	float:left;
}

.keypaid {
	width:20px;
	height:20px;
	background-color: #A4EEBC;
	float:left;
}

.keycomplete {
	margin-left:20px;
	width:20px;
	height:20px;
	background-color: #ccc;
	float:left;
}

.statusunpaid {
	background-color: #E7A9B9;
}

.statuspaid {
	background-color: #A4EEBC;
}

.statuscomplete {
	background-color: #ccc;
}

.hiddentext {
	color: #999;
}
.links {
	list-style: none;
}
.links a{
	font-weight: bold;
}
.linkdescription {
	list-style:none;
	margin: 10px;
}


/*#chatframe1, #chatframe2, #chatframe3, #chatframe4 {
	position: fixed;
	overflow: hidden;
	width: 200px;
	height: 300px;
	border: none;
	background-color: #fff;
	z-index: 100;	
	border: solid 1px #1C344F;
}

#chatframe1 {
	top:19px;
	margin-left: -350px;
}
#chatframe2 {
	top:0px;
	margin-left: -428px;
}
#chatframe3 {
	top:300px;
	margin-left: -628px;
}
#chatframe4 {
	top:300px;
	margin-left: -428px;
}*/



