body {
	background: url('bg.png') bottom left repeat-x fixed;
	font-family: tahoma, trebuchet ms, arial, sans-serif;
}

html,body {
	text-align: center;
	color: #000000;
}

.main {
	background: url('mainbg.png') top left repeat-y;
	width: 800px;
	text-align: left;
	margin: 0 auto;
	padding: 0px;
	display: block;
}

.body {

	display: block;

}

.login {
	
	border: none;
	display: inline;
	margin: 0px;
	padding: 0px;

}

.profile {
	font-size: 12px;
	line-height: 16px;
	width: 100%;
}

.tablehead {
	font-weight: bold;
	font-size: 16px;
}

.row1 {
	background: #D8D8D8;
}

.row2 {
	
}

.banner {
	height: 117px;
	margin-bottom: -5px;
	background: #FFFFFF url("banner.png") top left no-repeat;
}

.nav a:hover {
	color: #000000;
	text-decoration: none;
}

.nav a:visited {
	color: #000000;
	text-decoration: none;
}

.nav a {
	top: 10px;
	padding-left: 10px;
	font-size: 10pt;
	color: #000000;
	}

.nav {
	text-align: center;
	font-size: 12px;
	color: #616161;
	text-decoration: none;

}

.navbar {
	padding-top: 10px;
	background: url('navbg.png') top left repeat-x;
	height: 56px;
}
	
.content {
	width: 620px;
	font-size: 13px;
	text-align: justify;
	color: #000000;
	padding-left: 12px;
	padding-bottom: 20px;
	overflow: hidden;
	}

.online {
	display: block;
	font-size: 12px;
	text-align: justify;
	vertical-align: top;
	color: #FFFFFF;
	width: 151px;
	float: right;
	padding-bottom: 20px;
	}

input,textarea,select {

}

textarea {
	background: url(input.png) no-repeat;
	color: #000000;
}


input[type="text"],input[type="password"] {
	background: #FFFFFF url(input.png) no-repeat;
	color: #000000;
}

input[type="submit"] {

}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 0px;
	}

a {
	color: #0588BC;
	text-decoration: none;
	}

a:hover {
	color: #0074A5;
	text-decoration: underline;
	}

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

.footer {
	background: #000000;
	border: 0px;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	color: #FFFFFF;
	clear: both;
	padding: 3px;
	}

.footer a {
	border: 0px;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	color: #FFFFFF;
	padding: 3px;
	}

.footer a:hover {
	color:#CCCCCC;
}

div.div1 {
	margin: 0em 0 0 0;
	padding: .5em;
	}

.quotelink {

	font-weight: bold;

}

.quotehead {

	text-align: right;

}

.quotebrowsefoot {

	background: #C0C0C0;
	text-align: center;

}

.quotetable {

	font-size: 12px;
	line-height: 16px;
	width: 100%;

}

.quotetable tr td {

	padding: 5px;

}

.infobox {

	margin-left: 10px;
	margin-bottom: 10px;
	padding: 3px;
	width: 585px;
	display: block;
	border: 1px solid #000000;
	background-color: #AFE2F7;

}

.chatapplet {

	width: 100%;
	height: 500px;

}

.navtable {

	width: 100%;
	margin-left: -3px;
	margin-top: -1px;

}

.navbuttoncell {

	text-align: left;

}

.logincell {

	text-align: right;

}

.loginform {

	display: inline;

}

.logoutlink {

	text-decoration: underline;

}

.usericon {

	padding: 3px;

}

.newssubject {

	font-weight: bold;
	font-size: 14px;

}

.newsfooter {

	float: right;

}

.downarrow {

	color: #FF0000;
	
}

.uparrow {

	color: #00AA00;

}

.error {

	color: #FF0000;

}

.success {

	margin-left: 10px;
	margin-bottom: 10px;
	padding: 3px;
	width: 585px;
	display: block;
	border: 1px solid #000000;
	background-color: #AFE2F7;

}

.bold {
	font-weight: bold;
}

/* below this line - dropdown lists, menus - copy to others! */

ul.nav,
.nav ul{
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
}

ul.nav{
	display: table;
}
ul.nav li {
	display: inline;
	padding: 2px 6px;
}
ul.nav>li>ul>li {
	padding: 0px 0px;
}
ul.nav>li{
	display: table-cell;
	/*position: relative;*/
	padding: 2px 6px;
}

ul.nav li ul{
/*Make the sub list items invisible*/
	display: none;
	position: absolute;
	max-width: 40ex;
	margin-left: -6px;
	margin-top: 2px;
	text-align: left;
}

ul.nav li:hover ul{
/*When hovered, make them appear*/
	display : block;
}

.nav ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 2px 10px;
}

/*** Menu colors (customizable) ***/

ul.nav a:active{
	
}

.nav ul,
.nav ul li a:hover{
	background: #FFFFFF;
	color: #000000;
}

.nav ul li a{
	color: #000000;

}

.nav ul li a:hover{
	color: white;
	background: #335EA8;
}

.nav ul li a:active{
	color: white;
	background: #335EA8
}

ul.nav,
.nav ul{
	/*border: 1px solid #D8D8D8;*/
}

.nav ul{

	border: 1px solid #A7A6AA;
}

.nav a{
	text-decoration: none;
}

.loginbox {

	float: right;
	margin-top: -20px;

}

.navbar {
	
	margin-top: 3px;
	vertical-align: middle;

}

ul.nav li ul {

	display: none;

}

.newspost {

	padding: 3px;

}

.staffpost {

	background: #CDE3EC;
	border: 1px solid #BDD2DA;

}