body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 9pt;
	background-color: #FFFFFF;
	padding: 0px;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
}
blockquote {
	margin-top: 0px; 
	margin-bottom: 0px;
	margin-right: 0px;
	color: #333333;
}
ol {
	margin-top: 0px;
	margin-bottom: 0px; 
	color: #333333;
}

#mainTable {
	border: 1px solid #000000;
	/*/*/line-height: 1.5em; /* */
}

.topbar {
	background-color: #368D3E;
	background-image: url(Graphics/topbar.gif);
	background-repeat: repeat-x;
}

#maincontent {
	border-left: 2px dotted #333;
	vertical-align: top;
	padding: 15px;
 }
#header {
	background-color: #333333;
	color: #CCCCCC;
	background-image: url(Graphics/Topstrip.gif);
	background-repeat: repeat-x;
 }

 #footer {
	background-color: #333333;
	color: #CCCCCC;
	background-image: url(Graphics/Topstrip.gif);
	background-repeat: repeat-x;
 }
 
 #sidebar {
	width: 180px;
	font-size: 9pt;
	vertical-align: top;
	background-color: #e3e6e8;
	padding: 15px;
 }
 
 #forum {
	font-family: "Trebuchet MS", Arial, sans-serif;
	width: 180px;
	font-size: 9pt;
	vertical-align: top;
	background-color: #e3e6e8;
	padding: 15px;
 }

h1 {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 2px;
}

h2 {
	font-size: 14px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
} 

#forum ul {
	margin:  0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	}
	
#forum	ul li .red {
	position: relative;
	margin: 0px;
	background: #da0000;
	color: #ffffff
	}
	
#forum li ul {
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
#forum ul li a {
	display: block;
	text-decoration: none;
	color: #6f7e8c;
	background: #e3e6e8 url(Graphics/1px_border.gif) repeat-x bottom;
	padding: 0px 5px;
	border: 1px solid #6f7e8c;
	border-bottom: 0;
	margin-top: 2px;
	margin-bottom: 2px;
	}
#forum ul li a:hover { color: #000; background: #368D3E; } /* Hover Styles */
		
#forum li ul li a {
	padding: 0px 5px;
	background-image: url(Graphics/1px_border.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #cfd4d7;
	margin-top: 2px;
	margin-bottom: 0px;
	color: #4d5c6a;
} 
	
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

#forum li:hover ul, #forum li.over ul { display: block; } 

ul {
	margin:  0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	
	}
	
ul li {
	position: relative;
	margin: 0px;
	}
	
ul li .red {
	position: relative;
	margin: 0px;
	background: #da0000;
	color: #ffffff
	}
	
li ul {
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
	
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #6f7e8c;
	background: #e3e6e8 url(Graphics/1px_border.gif) repeat-x bottom;
	padding: 5px;
	border: 1px solid #6f7e8c;
	border-bottom: 0;
	margin-top: 2px;
	margin-bottom: 2px;
	}
ul li a:hover { color: #000; background: #368D3E; } /* Hover Styles */
		
li ul li a {
	padding: 2px 5px;
	background-image: url(Graphics/1px_border.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #cfd4d7;
	margin-top: 2px;
	margin-bottom: 0px;
	color: #4d5c6a;
} 
		
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block; } 