/*
// Author:  Guru Consulting Services, Inc.
// Homepage:  http://www.phpforumscript.com
// (c) Copyright 2008.  All Rights Reserved.
*/


body {
	/* margin:10px 10px 0px 10px; */
	padding:0px;
	font-family: arial;
	font-size:10pt;
	}
	
table {
	font-family: arial;
	font-size:10pt;
}

h1{
	font-family:arial;font-size:16pt;
}

h1.subject {
	font-family:arial;font-size:10pt;
	margin-bottom:-1pt;
}

h2{
	font-family:arial;font-size:12pt;
}
	
#leftcontent {
	position: absolute;
	left:10px;
	top:120px;
	width:200px; height:98%;
	background:#fff;
	border-right:2px dotted #666;
}

#rightcontent {
	position: absolute;
	right:10px;
	top:10px;
	width:170px; height:98%;
	background:#fff;
	border-left:2px dotted #666;
	padding-left:4px;
}

#centercontent {
	top:10px;
	padding:10px;
	height:98%;
	background:#fff;
	margin-left: 199px;
	margin-right:169px;
}

#footer{
   margin:auto;
}

table.nav_table{
	border-collapse:collapse;
	padding:5px;
}

.forumNav a {
	color:#d4dca9;
	font-family:Arial, Helvetica;
	font-size:12px;
}


ul.menuActive
{
   list-style:none;
   margin:0px;
   padding:0px 5px 0px 8px;
}
ul.menuActive ul
{
   list-style:none;
   margin:0px;
   padding:0px 0px 0px 8px;
} 

ul.menu
{
   list-style:none;
   margin:0px;
   padding:0px 5px 0px 8px;
}
ul.menu ul
{
   display:none;
   list-style:none;
   margin:0px;
   padding:0px 0px 0px 8px;
} 

ul.menu li:hover > ul
{
   display:block;
}
