.SideMenu {
	background-color: #FFCC99;
	font-size: 9pt;
	line-height: 20px;
	font-weight: bold;
	padding: 10px 10px 0 10px;
}
td 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
/*	background-color: #FEE3CE; */
	background-image: url(images/Background.jpg);
	background-repeat: repeat;
	margin: 20px 0px;
}
#mainWrapper
{
	min-width:900px; 
	max-width: 95%; 
	border: 1px solid #ff6600; 
	margin: 0 auto; 
	background: #FFCC99;
}
#leftMenuWrapper
{
	width: 300px; 
	position: absolute;
	height: 600px
}
#contentWrapper
{
	background: #ffffff; 
	border-left: 1px solid #FF6600; 
	margin-left:300px; 
	min-height: 700px;
	height:auto !important; /* IE6 Fix */
	height:700px; /* IE6 Fix */
	min-width: 599px; 
}
.indent 
{
	margin-left: 1.1em;
	margin-top: 0.3em;
	margin-bottom: 0.8em;
	/*min-width: 25em;*/
	font-size: 0.94em;
	line-height: 15px;
}
.TreeViewClass 
{
	font-size: 6pt;
}
.HeaderCell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	font-style: normal;
	/*text-align: center;*/
	padding: 5px;
	padding-left: 17px;
	background: url(images/hzlineshadow.gif) repeat-x bottom left;
	font-variant: small-caps;
	height: 40px;
}
.ContentCell {
	padding: 10px;
}
.InlineBox {
	background-color: #FFF4EA;
	padding: 10px;
	border: 1px solid #FF6600;
}
.Center {
	text-align: center;
}
.SpacedList {
}
a {
	color: #990033;
	text-decoration: none;
}
a:hover {
	color: #FF0033;
	text-decoration: none;
}

@media PRINT
{
	.LeftNav 
	{
		display: none;
	}
}

.expander
{
	position: relative;
	top: 6px;
	left: -2px;
}

.spacer
{
	visibility: hidden;
}

.AuthorLink
{
	margin: 0;
	padding: 0;
	clear: both;
}

.DocumentLink
{
	font-size: 1.2em;
	font-weight: bold;
}

.ArticleTitle
{
	margin: 0;
	padding: 0;
	clear: both;
	border-bottom: 1px dotted #FFCC99;
}

.ArticleSubtitle
{
	margin: 0;
	padding: 3px 0 0 0;
	display: block;
}

.ArticleSynposis
{
	margin-bottom: 15px;
	padding: 3px 0 0 0;
	display: block;
}

.menuPanel
{
	padding-left: 1em;
}

.logo
{
	border: none;
	text-decoration: none;
	padding-bottom: 15px;
}

.copyright
{
	text-align: center; 
	font-size: 9pt;
}

.copyright2
{
	text-align: center; 
	font-size: 10pt;
}

.footerText
{
	background:#ffcccc; 
	height: 35px; 
	padding: 10px 0; 
	border-top: 1px solid #FF6600;
}