@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px; 
	/* margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px 0px 0px 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	/* background-position:right; */
	/* background:url(../images/forum_bg4.jpg); */
	background-image:url(../images/background_2000.gif);
	background-position:center;
	    /*background-repeat:repeat-y;*/
    background-attachment:fixed; (add this line)

}
.forum #container { 
	width:800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background:#FFFFFF;

}
.forum #header{
	width:800px;
	height:241px;
	margin:0px 0px 5px 0px;
	padding:0;
}
.forum #mainContent{
	width:800px;
	margin:0;
	padding:0;
}	
.forum #left_sidebar{
	float:left;
	width:160px;
	/*height:146px;*/
	/*background-color:#a7b1bc;*/
	background-color:#FFF;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#FFF;
}
/*.forum #left_sidebar ul{
	list-style:none;
	padding:0px 0px 0px 0px;
	margin:0;
	background-color:#FFF;
}
.forum #left_sidebar li{
	width:180px;
	height:22px;
	list-style:none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 3px 0px;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	line-height:1.25em;
}
.forum #left_sidebar li a:link, .forum #left_sidebar li a:visited{
	color:#FFF;
	text-decoration:none;
}
.forum #left_sidebar li a:hover{
	color:#FFF;
	text-decoration:underline;
}*/
.forum #left_sidebar p{
	font-size:9px;
	font-family:Verdana, Geneva, sans-serif;
	line-height:1.25em;
	color:#FFF;
	padding:0px 0px 0px 3px;
	margin:20px 0px 0px 0px;
}
.forum #left_sidebar p a:link, .forum #left_sidebar p a:visited{
	color:#FFF;
	text-decoration:none;
}
.forum #left_sidebar p a:hover{
	color:#FFF;
	text-decoration:underline;
}
/*.forum #btn1 a{
display:block;
width:180px;
height:22px;
text-decoration:none;
color:#FFFFFF;
background-image:url(../images/home_btn.gif);
background-position:bottom;
background-repeat:no-repeat;
}
.forum #btn1 a:hover{
display:block;
width:180px;
height:22px;
text-decoration:none;
color:#FFFFFF;
background-image:url(../images/home_btn.gif);
background-position:top;
background-repeat:no-repeat;
}
.forum #btn3 a{
display:block;
width:180px;
height:22px;
text-decoration:none;
color:#FFFFFF;
background-image:url(../images/exhibit_btn.gif);
background-position:bottom;
background-repeat:no-repeat;
}
.forum #btn3 a:hover{
display:block;
width:180px;
height:22px;
text-decoration:none;
color:#FFFFFF;
background-image:url(../images/exhibit_btn.gif);
background-position:top;
background-repeat:no-repeat;
}
.forum #btn4 a{
display:block;
width:180px;
height:22px;
text-decoration:none;
color:#FFFFFF;
background-image:url(../images/plan_btn.gif);
background-position:bottom;
background-repeat:no-repeat;
}
.forum #btn4 a:hover{
display:block;
width:180px;
height:22px;
text-decoration:none;
color:#FFFFFF;
background-image:url(../images/plan_btn.gif);
background-position:top;
background-repeat:no-repeat;
}
.forum #btn5 a{
display:block;
width:180px;
height:22px;
text-decoration:none;
color:#FFFFFF;
background-image:url(../images/contact_btn.gif);
background-position:bottom;
background-repeat:no-repeat;
}
.forum #btn5 a:hover{
display:block;
width:180px;
height:22px;
text-decoration:none;
color:#FFFFFF;
background-image:url(../images/contact_btn.gif);
background-position:top;
background-repeat:no-repeat;
}
.forum #btn2 a{
display:block;
width:180px;
height:22px;
text-decoration:none;
color:#FFFFFF;
background-image:url(../images/event_btn.gif);
background-position:bottom;
background-repeat:no-repeat;
}
.forum #btn2 a:hover{
display:block;
width:180px;
height:22px;
text-decoration:none;
color:#FFFFFF;
background-image:url(../images/event_btn.gif);
background-position:top;
background-repeat:no-repeat;
}
.forum #btn6 a{
display:block;
width:180px;
height:22px;
text-decoration:none;
color:#FFFFFF;
background-image:url(../images/download_btn.gif);
background-position:bottom;
background-repeat:no-repeat;
}
.forum #btn6 a:hover{
display:block;
width:180px;
height:22px;
text-decoration:none;
color:#FFFFFF;
background-image:url(../images/download_btn.gif);
background-position:top;
background-repeat:no-repeat;
}*/
.forum #main{
	float:left;
	width:475px;
	background-color:#FFF;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 10px;
}
.forum #right_sidebar{
	float:right;
	/*width:150px;*/
	background-color:#FFF;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.forum #main h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight:normal;
	color:#207ea9;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.forum #main p{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  padding:8px 0px 0px 0px;
  margin:0;
  color:#666;	
}
.forum #main p a:link, .forum #main p a:visited{
  color:#666;
  text-decoration:none;	
}
.forum #main p a:hover{
  color:#666;
  text-decoration:underline;	
}
.forum #h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	/*background-color:#0b52a4;*/
	color:#207ea9;
	padding:3px 0px 3px 0px;
	margin:0;
	/*font-weight:bold;*/
}
.forum #main li{
	font-family:Arial, Geneva, sans-serif;
	font-size:12px;
	line-height:1.25em;
}
.forum #main li{
	font-family:Arial, Geneva, sans-serif;
	font-size:12px;
}
.forum #footer{
	clear:both;
	width:800px;
	height:29px;
	/*background-image:url(../images/footer.jpg);*/
	background-color:#3789B1;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.forum #footer p{
  font-family:Arial, Helvetica, sans-serif;
  font-size:10px;
  padding:10px 0px 0px 0px;
  margin:0px 0px 0px 169px;
  color:#FFF;	
}
.forum #footer p a:link, .forum #footer p a:visited{
  color:#FFF;
  text-decoration:none;	
}
.forum #footer p a:hover{
  color:#FFF;
  text-decoration:underline;	
}