body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	font-weight: 100;
	font-variant: normal;
	background-image: url(images/back.png);
}



.CSStest {
	text-transform: uppercase;
	font-weight: bold;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

.CAPS {
	text-transform: uppercase;
	font-weight: bold;
}


.CAPSWHITE {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	vertical-align: middle;
	padding-top: 1px;
	line-height: 16px;
	padding-bottom: 1px;
}

.disclosurehead {
	text-transform: uppercase;
	font-weight: bold;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	vertical-align: middle;
	padding-bottom: 6px;
	
}

/* common styling for sidemenu*/
.menu {font-family: arial, sans-serif; width:175px; height:235px; position:relative; margin:0; 
font-size:13px; margin:0px 0px 0px 0px;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#fff; width:175px; height:31px; text-align:center; border:0px solid #fff; border-width:0px 0px 0 0; background:#3e1B19; line-height:31px; font-size:13px;}
.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {float:left; margin-right:0px; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#fff; background:#FF3d00;}
.menu ul li:hover ul {
	display:block;
	position:absolute;
	top:-200px;
	left:175px;
	width:175px;
}
.menu ul li:hover ul li a.hide {
	background:#FF3d00;
	color:#fff;
	position: relative;
}
.menu ul li:hover ul li:hover a.hide {
	width:175px;
	position: relative;
}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#3e1B19; color:#fff; width:175px;}
.menu ul li:hover ul li a:hover {background:#FF3d00; color:#fff;}
.menu ul li:hover ul li:hover ul {display:block; position:relative; left:175px; top:0; color:#fff;}
.menu ul li:hover ul li:hover ul li a {display:block; width:175px; background:#FF3D00; color:#fff;}
.menu ul li:hover ul li:hover ul li a:hover {background:#FF3d00; color:#fff;}

=========
/* CSS topmenus - Horizontal CSS topmenu with Dropdown and Popout topmenus - 20050131 */




/* Begin CSS Popout topmenu */

#topmenu{
width:150px;

float:left;
	height:18px;
	line-height:18px;
}

#topmenu a, #topmenu h2{
	font:normal 12px arial,helvetica,sans-serif;
	display:block;
	border-width:0px;
	width:150px;
	border-style:none;
	white-space:nowrap;
	margin:0;
	height:18px;
	line-height:18px;
	padding:4px 4px 4px 4px;
	text-align: center;
	vertical-align: middle;
	background-image: url(images/menuback.jpg);
}

#topmenu h2{
color:#FFFFFF;

width:150px;
background:#000 url(/css/images/expand3.gif) no-repeat 100% 100%;
text-transform:uppercase

	height:18px;
	line-height:18px;
	background-image: url(images/menuback.jpg);
}

#topmenu a{
background:#275F9B;
	height:18px;
	line-height:18px;

width:150px;
text-decoration:none;
	background-image: url(images/menuback.jpg);
}

#topmenu a, #topmenu a:visited{

width:150px;
color:#FFFFFF;
	height:18px;
	line-height:18px;
	background-image: url(images/menuback.jpg);
}

#topmenu a:hover{

width:150px;
color:#FFFFFF;
background:#264267;
	height:18px;
	line-height:18px;
	background-image: url(images/menuback.jpg);
}

#topmenu a:active{
color:#FFF
	height:18px;
	line-height:18px;

width:150px;
background:#264267;
	background-image: url(images/menuback.jpg);
}

#topmenu ul{
list-style:none;
margin:0;
padding:0;
float:left;
width:150px;
	height:25px;
	line-height:25px;
}

#topmenu li{

width:150px;
	height:25px;
	line-height:25px;
}

#topmenu ul ul{
position:relative;
z-index:500;
top:-100;
width:150px;

left:0px;
display:none;
	height:20px;
	line-height:20px;
}

#topmenu ul ul ul{
top:0;

width:150px;
left:100%;
	height:20px;
	line-height:18px;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#topmenu h2:hover{
background:#000 url(/css/images/expand3.gif) no-repeat -999px -9999px;
}

div#topmenu li:hover{
cursor:pointer;
z-index:100;
}

div#topmenu li:hover ul ul,
div#topmenu li li:hover ul ul,
div#topmenu li li li:hover ul ul,
div#topmenu li li li li:hover ul ul
{display:none;}

div#topmenu li:hover ul,
div#topmenu li li:hover ul,
div#topmenu li li li:hover ul,
div#topmenu li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */

/* Styling for Expand */

#topmenu a.x, #topmenu a.x:visited{
font-weight:normal;
color:#FFFFFF;
background:#FFFFFF url(/css/images/expand3.gif) no-repeat 100% 100%;
}

#topmenu a.x:hover{
color:#fff;
background:#000;
}

#topmenu a.x:active{

width:150px;
color:#FFFFFF;
background:#ccc;
}

/* End CSS Popout topmenu */



/* Begin Content Area - Not Part of CSS Popout topmenu */

#content{position:absolute;top:3.0em;margin:0;padding:0.5em;border:1px solid #000;clear:both;}
#content a:link{color:#a00;}
#content a:visited{color:#a00;}
#content a:hover{color:#a00;background:#eee;}
#content a:active{color:#060;background:#ddd;}
#content h1, #content h2, #content h3{font:bold 1.0em arial,sans-serif;margin:0.5em 0.25em;padding:0;}
#content img{border:none;}
#content p{font:normal 0.8em/1.5em verdana,sans-serif;margin:1.0em;}
#content ul, #content ul ul{font:normal 0.9em/1.4em verdana,tahoma,arial,sans-serif;margin:1.0em 4.0em 1.5em 4.0em;}
#content ul li{font:normal 0.9em/1.4em verdana,tahoma,arial,sans-serif;margin:1.0em 0;}
#content ul ul li{font:normal 1.1em/1.6em verdana,tahoma,arial,sans-serif;margin:0;}
#content .fr{float:right;margin:0 0 1.0em 1.0em;}
#content .mod{font:normal .6em arial,sans-serif;margin:.25em;}
div.vv{position:relative;top:0;float:right;margin:0 0 15px 15px;}

/* End Content Area - Not Part of CSS Popout topmenu */
.indexmaintext {
	font-size: 12px;
	line-height: 15px;
	vertical-align: top;
	padding-bottom: 6px;
	font-weight: normal;
	text-align: left;
	color: #FFFFFF;
}

.panel {
	font-size: 12px;
	line-height: 15px;
	vertical-align: top;
	padding-bottom: 6px;
	font-weight: normal;
	text-align: left;
	color: #FFFFFF;
}


.table {
	font-size: 12px;
	line-height: 20px;
	vertical-align: middle;
	padding-bottom: 6px;
	font-weight: normal;
	text-align: left;
	color: #782C50;
}


.indexfootnotetext {
	font-size: 10px;
	line-height: 10px;
	vertical-align: top;
	padding-bottom: 6px;
	font-weight: normal;
	text-align: left;
	color: #FFFFFF;
}

.topmenutext {
	font-size: 12px;
	line-height: 12px;
	vertical-align: top;
	padding-bottom: 6px;
	font-weight: normal;
	text-align: right;
}
.BlueHead {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: normal;
	vertical-align: middle;
	padding-bottom: 25px;
	color: #3E1B19;
	text-transform: uppercase;
	font-weight: 700;
}
.SideMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	vertical-align: middle;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	height: auto;
}
.SOME{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	vertical-align: middle;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	height: auto;
}
.EVENT{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	vertical-align: middle;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	height: auto;
}
.NOEVENT{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	vertical-align: middle;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	height: auto;
}


 .TD.NON {font-family :Tahoma, Verdana, Arial; font-size :12px; color :#C0C0C0; font-weight :normal;}
  .TD.TOP {font-family :Tahoma, Verdana, Arial; font-size :12px; color :#0000FF; font-weight :bold;}
  .TD.Some {font-family :Tahoma, Verdana, Arial; font-size :12px; color :#000000; font-weight :normal;}

  .A.NOEVENT:Link {font-family :Tahoma, Verdana, Arial; font-size :12px; color :#000000; font-weight :normal; text-decoration: none;}
  .A.NOEVENT:Visited {font-family :Tahoma, Verdana, Arial; font-size :12px; color :#000000; font-weight :normal; text-decoration: none;}

  .A.EVENT:Link {font-family :Tahoma, Verdana, Arial; font-size :12px; color :#000000; font-weight :bold; text-decoration: none;}
  .A.EVENT:Visited {font-family :Tahoma, Verdana, Arial; font-size :12px; color :#000000; font-weight :bold; text-decoration: none;}

 .A.NORMAL:Link {font-family :Verdana, Arial; font-size :12px; color :#0000FF; font-weight :normal; text-decoration: none;}
 .A.NORMAL:Visited {font-family :Verdana, Arial; font-size :12px; color :#0000FF; font-weight :normal; text-decoration: none;}





.whitetextmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	vertical-align: middle;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	height: auto;
}
.BlueHeadsuper {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	line-height: normal;
	vertical-align: super;
	padding-bottom: 25px;
	color: #3E1B19;
	text-transform: uppercase;
	font-weight: normal;
	position: fixed;
	top: auto;
}
