.UIContentContainer
{
	vertical-align: top;
	text-align: left;
	padding: 20px;
	font-size: 0.7em;
	line-height: 1.4em;
	color: #3d3d3d;
    width:100%;
}

body
{
	margin:0px;
	font-size: 1.0em;
	font-family: Trebuchet MS, Verdana, Arial;
}

#site
{
	width: 932px;
}

#leftside
{
	background: url('fade_left.gif') top right repeat-y;
	border-right: 1px solid #ffffff;
}
#rightside
{
	background: url('fade_right.gif') top left repeat-y;
	border-left: 1px solid #ffffff;
}

#menu
{
	background-color: #cdcdcd;
	color: #7f7f7f;
	font-size: 0.9em;
	height:100%;
	border-top: solid 1px #ffffff;
}

.UIMenuItemLeft
{
	width: 14px; height: 22px;
	border-bottom: solid 1px #c0c1c1;
}
.UIMenuItemContent
{
	width: 200px; height: 22px;
	border-bottom: solid 1px #ffffff;
	text-align:left;
}
.UIMenuItemRight
{
	width: 1px; height: 22px;
	border-bottom: solid 1px #3d3d3d;
}
.UIMenuItemContent a { color: #7f7f7f; text-decoration: none; }
.UIMenuItem .UIMenuItemContent a, .UIMenuItemSelected .UIMenuItemContent a { color: #ffffff; }

.UIMenuItem .UIMenuItemLeft
{
	background-color: #3d3d3d; 
}
.UIMenuItem .UIMenuItemContent
{
	background-color: #7f7f7f; color: #ffffff; padding-left: 4px; 
}
.UIMenuItem .UIMenuItemRight 	
{
	background-color: #3d3d3d;
}

.UISubMenuItem .UIMenuItemLeft
{
	background-color: #626262;
}
.UISubMenuItem .UIMenuItemContent
{
	background-color: #cdcdcd; padding-left: 8px; 
}
.UISubMenuItem .UIMenuItemRight 	
{
	background-color: #626262;
}

.UIMenuItemSelected .UIMenuItemLeft
{
	background-color: #bf1512;
}
.UIMenuItemSelected .UIMenuItemContent
{
	background-color: #7f7f7f; color: #ffffff; padding-left: 4px;
}
.UIMenuItemSelected .UIMenuItemRight 	
{
	background-color: #3d3d3d;
}

.UISubMenuItemSelected .UIMenuItemLeft
{
	background-color: #bf1512;
}
.UISubMenuItemSelected .UIMenuItemContent
{
	background-color: #cdcdcd; color: #bf1512; padding-left: 8px;
}
.UISubMenuItemSelected .UIMenuItemContent a { color: #bf1512; }
.UISubMenuItemSelected .UIMenuItemRight 	
{
	background-color: #626262;
}

#content
{
	vertical-align: top;
	text-align: left;
	padding: 20px;
	font-size: 0.7em;
	line-height: 1.4em;
	color: #3d3d3d;
}

#content table
{
	font-size: 1.0em;
}

.CTitle
{
    font-size:1.2em;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #787978;
}

.CTitle1
{
    font-size:1.6em;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #787978;
}

H1
{
	font-size:1.6em;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #787978;
}
H1:first-letter, .CTitle:first-letter
{
	color: #bf1512;
}

H2, .CSubTitle
{
	font-size:1.4em;
	font-weight: bold;
	letter-spacing: 0em;
	color: #787978;
}

hr
{
	background-color: #ffffff;
	color: #ffffff;
	border-bottom: dashed 1px #bf1512;
	height:1px;
}

.CLink, #content a
{
	color: #3d3d3d;
	font-weight:bold;
	text-decoration:none;
}
.CLink a:hover, #content a:hover
{
	color: #3d3d3d;
	font-weight:bold;
	text-decoration:none;
	border-bottom: dashed 1px #3d3d3d;
}

#content .divPics a:hover, #content .divPics a
{
    border-bottom:0px;
    text-decoration:none;
}