﻿div {border:0px; padding:0px; margin:0px;}
p {text-align:left;font-family:'trebuchet ms';font-size:13px;padding-top:10px;padding-left:10px;}
ul {text-align:left;font-family:'trebuchet ms';font-size:13px;padding-left:10px;}
a {color:white;text-decoration:none;}

body 
{
	background-color:#ffffff;
	border:0px;
	padding:0px;
	margin:0px;
}

.header 
{
	padding-top:25px;
	width:780px;
	height:95px;
	overflow:hidden;
	position:relative;
	left:0px;
	top:0px;
}

.main
{
	width:606px;
	position:relative;
	top:-1px;
	left:1px;
	overflow:hidden;
	float:right;
}

.menu
{
	width:222px;
	min-height:468px;
	border:0px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	background:url('../images/menu_background.jpg') no-repeat;
}

.folder
{
	background:url('../images/deselectedfolder.jpg') no-repeat;
	width:100%;
	min-height:25px;
	border:0px;
	text-align:left;
	font-family:'trebuchet ms';
	font-weight:bold;
	font-size:12px;
	filter:alpha(opacity=95);
	-moz-opacity:.95;
}

.selectedFolder
{
	background:url('../images/selectedfolder.jpg') no-repeat;
	width:100%;
	min-height:25px;
	border:0px;
	text-align:left;
	font-family:'trebuchet ms';
	font-weight:bold;
	font-size:12px;
	filter:alpha(opacity=95);
	-moz-opacity:.95;
}

.menuSubItem
{
	background-color:#d7c79c;
	background-image:url('../images/menu_border.jpg');
	background-position:bottom center;
	background-repeat:no-repeat;
	display:none;
	height:0px;
	font-weight:normal;
	font-family:'trebuchet ms';
	font-size:12px;
	padding-left:40px;
	padding-top:3px;
	filter:alpha(opacity=95);
	-moz-opacity:.95;
}
.menuSubItemLink
{
	font-size:14px;
	color:Black;
}

.containeritem
{
  display:none;
}

.news
{
  background:#050403;
  width:100%;
  height:468px;
  filter:alpha(opacity=90);
	-moz-opacity:.90;
  color:#ffffff;
  font-family:arial;
  font-size:10pt;

}

.Bold
{
  font-weight:bold;
}
