.ddimgtooltip{
box-shadow: 3px 3px 5px #818181; /*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 3px 3px 5px #818181;
-moz-box-shadow: 3px 3px 5px #818181;
display:none;
position:absolute;
border:1px solid black;
background:white;
color: black;
z-index:2000;
padding: 4px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.style31 {
	color: #C40000;
	font-weight: bold;
	font-size: 16px;
	font-style: oblique;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.style32 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	background-color: #FFFFCC;
	float: none;
	height: auto;
	background-position: center center;
	font-style: italic;
	text-decoration: underline;


}
.style33 {
	color: #C40000;
	font-family: Arial, Helvetica, sans-serif;
	left: auto;

}
.style34 {color: #000000}
.style35 {
	font-family: Arial, Helvetica, sans-serif;
}
.style36 {
	font-family: Arial, Helvetica, sans-serif;
}

.style37 {
	background-position: top;
	border: medium #000000;
	position: absolute;
	top: auto;
}
.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}


.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 60%; /*width of menu*/
border: 1px solid #000000; /*dark border*/
border-width: 1px 0;
background: black url("indentbg.gif") center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url("indentbg2.gif") center center repeat-x;
}



#ddblueblockmenu{
border: 1px solid black;
border-bottom-width: 0;
width: 185px;
}

#ddblueblockmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 13px Arial;
}

#ddblueblockmenu li a{
display: block;
padding: 3px 0;
padding-left: 9px;
width: 176px; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: white;
background-color: #5986D9;
border-bottom: 1px solid #000000;

}

* html #ddblueblockmenu li a{ /*IE only */
width: 187px; /*IE 5*/
width: 169px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
background-color: #7399Df;

}

#ddblueblockmenu div.menutitle{
color: white;
border-bottom: 1px solid black;
padding: 1px 0;
padding-left: 5px;
background-color: black;
font: bold 16px Arial;
