body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color : Black;
	text-align:center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 50px 0px;
}
form{
	//*background-color : rgb(222, 223, 224);*//
	padding : 20px 20px 20px 0px;
	margin-left:185px;
	width:350px;
}
a{
	color: rgb(228, 112, 16);
	text-decoration: none;
	line-height : 10px;
}
a:hover{
	color: rgb(202, 30, 0);
	}

input{
    border: 1px solid rgb(168, 168, 168);
	color: rgb(96, 96, 96);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	vertical-align : top;
 }
textarea{
    border: 1px solid rgb(168, 168, 168);
	color: rgb(96, 96, 96);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	vertical-align : top;
 }
 .button{
	border : 1px solid rgb(138, 83, 0);
	background-color : rgb(255, 153, 0);
	color : White;
}
.newslabel{
	color: #CA1E00;
	font-size: 0.75em;
	padding:0.1em;
	font-weight: bold;
	background: url(../images/slice_newslabel.gif) repeat-x top;
}


table.tablesuites{
	font-size: 0.8em;
	border : 1px solid Black;
	margin-bottom: 20px;
	clear:both;
}
caption{
	background : Black;
	text-align:center;
	color : White;
	font-size: 0.95em;
	font-weight : bold;
	padding: 1px 0px 1px 0px;
	margin-top:1em;
}

div.divScrollLarge{
	max-height: 600px;
	height:expression(this.scrollHeight > 600? "600px" : "auto" );
	padding:0px 0px 0px 0px;
	overflow: auto;
	margin: 0px 0px 10px 0px;
	font-size: 0.65em;
} 
div.divScrollLarge blockquote{
	list-style : none;
	padding : 0px 0px 0px 0px;
	margin: 7px 3px 0px 3px;
}

/*/////////////////////////////TOP//////////////////*/
#wrapper #header{
	text-align:right;
	background: url(../images/top_logo.gif) no-repeat top;
	height:60px;
}
#wrapper #header a.logo{
	display: block;
	float:left;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px ;
	width:137px;
	height: 54px;
	padding: 2px;
}
.invisible{
	display: none;
}
#wrapper #header h1{
	display:none;
}
#wrapper #header div{
	padding-top:10px;
	padding-right:12px;
}

#menu{
	height:19px;
	padding: 0px 0px 0px 0px;
	width: 750px;
	position: relative;
	margin: 0px auto 0px auto;
}
#menu h2{
display:none;
}
#menu #nav li.liLevel1{
	background: Black url(../images/slice_back.png) repeat-x;
	border:0px;!important;
  }

#nav li.liLevel1 a{
	font-size: 0.7em;
	color: #CECECE;
	display: block;
	text-decoration: none;
	margin: 0em 1.118em 0em 1.165em;
	padding-right: 0.01em;
	padding-top:9px;
	padding-bottom:9px;!important;}

#nav li.liLevel1 a:hover{
	color:#A8A8A8;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
	}

#nav li.liLevel1 ul li a{
	text-align:left;
	font-size: 0.9em;
	color: #CECECE;
	display: block;
	width: 160px;
	margin: 0;
	border-bottom: 1px solid #929292;	
	padding: 8px 5px 3px 5px;
}

#nav li { /* all list items */
	float: left;
	width: 160 px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	background: Black url(../images/slice_back_menu.png) repeat-x;
	font-size: 0.7em;
	position: absolute;
	border-style:solid;
	border-width: 1px 1px 3px 1px;
	border-color: Black Black Black Black;
	padding:0px 0px 20px 0px;
	width: 170px;
	margin:0;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-color: #A3A3A3;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 2;
}

#wrapper {
	width:750px;
	padding:0px;
	margin: 0px auto;
	position: relative;
	text-align: left;
	border: 1px solid gray;
	margin-top:1em;
	background: Black url(../images/slice_back_wrapper.png) repeat-x;
}

/*/////////////////////////////HOME//////////////////*/
body.home #wrapper {
	width:750px;
	padding:0px;
	margin: 0px auto;
	position: relative;
	text-align: left;
	border: 1px solid gray;
	margin-top:1em;
	background: rgb(231, 232, 233) url(../images/slice_back_wrapper.png) repeat-x;
}

body.home #contentArea{
	background : rgb(231, 232, 233) url(../images/slice_gradient.png) repeat-x;
	color: rgb(91, 91, 91);
	float:left;
	width:38.65em;
	height:11em;
	font-size: 0.8em;
	margin:0px;
	padding: 0em 4em 3em 3.2em;
}

#rightpanel{
	float:right;
	margin:0px;
	width:163px;
	background : rgb(231, 232, 233) url(../images/slice_gradient.png) repeat-x;
}
#ticker{
	width:750px;
	float:right;
	display: block;
	background-image : url(../images/scroll_back.png);
	background-color : rgb(211, 211, 211);
	background-repeat : repeat-y;
	color : #4E69D0;
	height:20px;
}
#ticker a{
	padding-bottom:5px;
	color : #4E69D0;
	font-size:11px;
}
#ticker a:hover{
	color : Black;
	font-size:11px;
}

/*/////////////////////////////CONTENT//////////////////*/
#contentArea{
	background : rgb(231, 232, 233) url(../images/slice_gradient.png) repeat-x;
	color: rgb(91, 91, 91);
	font-size: 0.8em;
	margin:0px;
	padding: 0em 3.2em 3em 3.2em;
	}
#contentArea p.pdf{
	margin-top:30px;
	color:black;
	height: 16px;
	font-size: 0.8em;
 	text-indent: 20px;
	background: url(../images/pdf.gif) no-repeat left;
	}
#contentArea h1{
	padding-top:1.2em;
	font-size: 1.25em;
	color : rgb(62, 62, 62);
}
#contentArea h2{
	font-size: 0.9em;
	padding-top:0.7em;
}
#contentArea li{
	list-style: url(../images/list_icon.gif);
	margin-left: 1.7em;
	line-height: 17px;
	margin-bottom:10px;
}
img.floatleft{
	float : left;
	margin-right:1em;
	margin-bottom:0em;
}
div.path{
	font-size: 0.7em;
	padding-top:2em;
}



/*/////////////////////////////CONTENT//////////////////*/
#footer{
	clear:both;
	background : url(../images/slice_bottom.gif) repeat-x;
	height:40px;
	font-size: 0.7em;
	color : rgb(55, 55, 55);
	padding : 0.5em 4em 0em 4em;
}

/*/////////////////////////////HOME//////////////////*/
#menuhome{
	height:24px;
}

h1{
padding-top:1.2em;
	font-size: 1.25em;
	color : rgb(62, 62, 62);
}

span.titles{
font-weight : bold;
font-size: 0.6em;
padding-left:15px;
padding-top:4px;
margin-right:30px;
float:left;
display:block;
}

/*////////////////////NEWS////////////////////////*/
#news{
	float : left;
	font-size: 0.8em;
	width:460px;
	margin-right:15px;
	/*border : 1px solid gray;
	background-color: white;*/
	margin-top:20px;
	}

#news hr{
	color : #CECECE;
	margin-bottom :4px;
	margin-top :0px;
	height : 0.01em;
	}
#news h1{
	background: url(../images/slice_newslabel.gif) repeat-x top;
	color : rgb(91, 91, 91);
	font-size: 1.3em;
	color:#CA1E00;
	margin-left:0px;
	padding-left:20px;
	padding-top:0px;
	margin-top:0;
	height:18px;
}
#news h2{
	font-size: 1em;
	font-weight : bold;
	margin: 0px 20px 0px 0px;
	}
#news p{
	margin-top:4px;
	margin-bottom:5px;
	padding: 4px 0px 5px 0px;
	}
table.tablenews{
	border : 1px solid gray;
	margin-top: 20px;
	margin-bottom: 1em;
	font-size: 1.2em;
	}
#contentAreaNews{
	background : rgb(231, 232, 233) url(../images/slice_gradient.png) repeat-x;
	color: rgb(91, 91, 91);
	font-size: 0.8em;
	margin:0px;
	height:1100px;
	padding: 0em 4em 3em 3.2em;
	}