#everything {
	text-align: center;
	margin: 0 auto;
	font-family: 'Arial', Myriad, Arial, Helvetica, Sans-Serif;
	}

#centertext {
	background-color: #ffffff;
	text-align: left;
	margin: 0 auto;
	font-family: 'Arial', Myriad, Arial, Helvetica, Sans-Serif;
	font-size:10px;
	}

a.menu {
	font-size: 12px;
	font-family: 'Arial', Myriad, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	display: inline;
	padding: 4px;
	width: 137px;
	text-align: left;
	}

a.menu:link {
	color: #003D7D;
	background-color: #FDB913;
	background-repeat:repeat;
	text-shadow: none;
	}
	
a.menu:visited {
	color: #003D7D;
	background-color: #FDB913;
	background-repeat:repeat;
	text-shadow: none;
	}
	
a.menu:active {
	color: #8CC63F;
	background-color: #FFE7AA;
	background-repeat:repeat;
	text-shadow: none;
	}
	
a.menu:hover {
	color: #5087C6;
	background-color: #FFE7AA;
	background-repeat:repeat;
	text-shadow: none;
	}

a.menubold {
	font-size: 12px;
	font-family: 'Arial', Myriad, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	display: inline;
	font-weight: bold;
	padding: 4px;
	width: 137px;
	text-align: left;
	}

a.menubold:link {
	color: #003D7D;
	background-color: #FDB913;
	background-repeat:repeat;
	text-shadow: none;
	font-weight: bold;
	}
	
a.menubold:visited {
	color: #003D7D;
	background-color: #FDB913;
	background-repeat:repeat;
	text-shadow: none;
	font-weight: bold;
	}
	
a.menubold:active {
	color: #8CC63F;
	background-color: #FFE7AA;
	background-repeat:repeat;
	text-shadow: none;
	font-weight: bold;
	}
	
a.menubold:hover {
	color: #5087C6;
	background-color: #FFE7AA;
	background-repeat:repeat;
	text-shadow: none;
	font-weight: bold;
	}

h2 {
	background-color: #FFE7AA;
	font-size: 14px;
	}

small {
  	color: #8CC63F;
}

#header {
	
}

#header h1 {
	margin-bottom: 0px;
	padding-bottom:0px;
	
	font-size:0px;
	color:white;
	
	width:356px;
	height:120px;
	
	background:white url( ../images/header.jpg ) no-repeat top left;

}

#header h2 {

	margin-top: 0px;
	padding-top: 0px;

	font-weight:normal;
}

.required {
	border:solid 2px red;
	background:#ffc;
}

.alert {
	color:blue;
}

.bgtext {
  color: black;
  float:right;
}

/* Form */

.form {
	width:580px;
	border: solid 2px #999;
	padding: 10px;
	background: #003D7D;
	list-style:none;
}

.form label {
	display:block;
	font-size: 9pt;
}


.input,
 input {
	margin-top:3px;
	margin-bottom:5px;
	background: white;
	font-family: "Franklin Gothic Medium", verdana, sans-serif;
}

.button {

	font-family: "Franklin Gothic Medium", verdana, sans-serif;
	border: solid 1px #999;
	background:#eee;
	font-size:12pt;
}

/* Targeted elements */

#chatpane 
{
	height:300px;
	/*width:80%*/
	width:425px;
	float:left;
	
	color:Black;
	overflow:auto;
	border:solid 3px #eef;
	background:white;
	padding:4px;
	margin-bottom:4px;
	margin-right:10px;
}

#chatbuffer
{
 	width:390px;
}

#userpane
{
	height:298px;
	width:117px;
	/*float:left;*/
	/*left: 200px;*/
	
	color:Black;
	
	overflow:auto;
	
	border:solid 3px #eef;
	background:white;
	padding:5px;
	margin-bottom:4px;
}

#userlist
{
	width:100px;
}

#chatpane ul,
#userpane ul 
{
	margin:0px;
	padding:0px;
	list-style:none;
}

#chatpane ul li,
#userpane ul li 
{
	font-size:8pt;
}

#footer {
	
	border-top: solid 2px #ccc;
	margin-top:20px;
	padding:5px;
	text-align:center;
}

.servermsg 
{
	color:Red;
}

.actionmsg
{
	color:Blue;
}

.mytext 
{
	width:100%;
	margin-bottom:10px;	
}

.clear 
{
	clear:left;
}