body
{
	background-color: black;
	font-family: Arial;
	font-size: small;
	color: white;
	width:100%;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	padding-top:0px;
	overflow-y: auto;
	overflow-x: hidden;

}

.quote
{
   background-color:#333333;
	 padding:5px; 
	 margin:5px;
}

.navLink
{
 font-family: Arial Black;
 font-size: 20px;
}

.navLink td:hover
{
  background-color:#515151;
	color:white;
	cursor:pointer;
}

.navLink td
{
  width:146px;
}

.navLink td:hover a
{
	color:#FF9900;
}

.navLink a
{
  text-decoration: none;
	color:#383838;
}

.navLink a:visited
{
  text-decoration: none;
	color:#383838;
}

.update
{
	
	
	background-color:#444444;
	width:50px;
	height:15px;
	text-align:center;
	vertical-align:middle;
	border:1px white solid;
	position:fixed;
	left:2px;
	bottom:2px;
	display:none;
	
}
.content
{
	width:1094px;
	height:auto;
	color:White;
	background-color:#515151;
	margin:2px auto;
  padding:0px;
	position:relative;
  font-family: Arial;
	font-size: small;
}
.bannerBar
{
   background-color:#FF9900; /**/
   height:91px;
   width:1024px;
   text-align:center;
   border-top:0px solid black;
   border-bottom:2px solid black;
	 padding:0px;
}
.adbar
{
   background-color:#97c478;
   height:30px;
   width:1024px;
   text-align:center;
   border-top:2px solid black;

}
.navbar
{
	background-color:#A8A8A6;/**/
	height:40px;
	width:1024px;
	padding:0px;
	color:Black;
  font-family: Arial;
	font-size: medium;
  text-align:center;
  
}
.navbar td
{
	border-top: 0px solid black;
  border-bottom: 1px solid black;
}
.bannerBar td
{
  border-top: 0px solid black;
	border-bottom: 1px solid black;
}

.board
{
	margin:10px;
  margin-top:0px;
  margin-bottom:0px;
  padding:0px;
	width:750px;
  float:left;
  font-family: Arial;
	font-size: small;
	overflow-y:auto;
	overflow-x:hidden;
  border:2px solid #A8A8A6;
}
.header
{
	background-color: #97c478;
  border-bottom: 2px solid black;
	color:Black;
	margin:0px;
	font-size: medium;
  font-family: Arial;
}
.odd
{
	background-color: #444444;
	vertical-align:top;
	color:White;
	margin:1px;
	font-size: small;
  font-family: Arial;
  overflow-x:auto;
}
.even
{
	background-color:#515151;
	color:White;
	vertical-align:top;
	margin:1px;
	font-family: Arial;
	font-size: small;
  overflow-x:auto;
}
.odd img
{
	max-width:700px;
  
}
.even img
{
	max-width:700px;
  overflow-x:auto;
}
.sidebar
{
	width: 246px;
  margin-left:40px;
  margin-right:0px;
  margin-top:0px;
  margin-bottom:0px;
  padding:0px;
	height:auto;
	overflow:auto;
	text-align:left;
  font-family: Arial;
	font-size: small;
}
.loginpanel
{
	text-align:left;
	width:450px;
	z-index:1;
  font-family: Arial;
	font-size: small;
}

.user
{
	text-align:left;
  font-family: Arial;
	font-size: small;
}

.posterInfo
{
	width:104px;
	height:100%;
	text-align:center;
	display:block;
	float:left;
	
}
A:visited
{
	color: #ffffff;
}
A
{
   color:white;
   
}
A:hover
{
	color:Lime;
}
.messageBody
{
	vertical-align:top;
	/*min-height:200px;*/
	width:600px;
}
.sig
{
background-color:#333333;
background-image:url(/sigStripe.png);
background-repeat:repeat;
width:550px;
bottom:3px;
padding:5px;
}
.emailText
{
	width:90px;
}
.passText
{
	width:90px;
}
img
{
  max-width:750px;
}
.leftTop
{
   background-image:url(/lefttop.gif);
   width:35px;
   background-repeat:no-repeat;
   vertical-align:top;
}
.rightTop
{
   background-image:url(/righttop.gif);
   width:35px;
   background-repeat:no-repeat;
   vertical-align:top;
}
.center
{
   background-image:url(/centerFade.gif);
   background-repeat:repeat-y;
   vertical-align:top;
   min-height:200px;
}
.leftBottom
{
   background-image:url(/leftbottom.gif);
   max-width:35px;
   min-width:35px;
   background-repeat:no-repeat;
   vertical-align:top;
}
.rightBottom
{
  background-image:url(/rightbottom.gif);
  max-width:35px;
  min-width:35px;
  background-repeat:no-repeat;
  vertical-align:top;
}