/* CSS Document */
body {
	behavior:url("/styles/csshover2.htc");
	text-align:center;
  	margin : 0px;
	font: small 'Trebuchet MS', Verdana, Helvetica, Arial;
	padding: 0px;
	background-color1: #3E62A4;
	background:url(../images/bg.gif1) #999999 repeat-x center top; 
	
}

html>body {
	behavior:url("/styles/csshover2.htc");
	text-align:center;
  	font-size:small;
	font: small 'Trebuchet MS' Verdana, Helvetica, Arial;
}
#wrapper {
	border:0px solid #000;
	text-align:justify;
	width:780px;
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
}
#header{
	width:780px;
	border-bottom:0px dashed #B1E0AF;
	margin:0px;
	border1:1px solid black;
}
#menu {
	display: block;
	width:167px;
	margin: 0px;
	padding: 0px;
	border: 0px solid #CC0000;
	float:left;
	text-align:left;
}

#menu ul{
	display: block;
	border: 0px solid black;
	list-style-position:inside;
	margin:0px;
	padding:0px;
	margin-top:0px;
	margin-left:6px;
	
}

#menu li{
	
	display:block;
	margin: 0px;
	padding: 0px;
	padding-left: 0px;
	line-height:25px;
	list-style-type: none;
	border: 0px solid #fff;
	border1: 1px solid #e0e9b4;
	background-color1: #e0e9b4;
	background-color: #000;
	background-image:url(../images/button.gif);
	background-repeat: repeat;
	background-position: left top;
	background-color:transparent;
	list-style-position: outside;
	text-indent:0px;
	/*list-style-image: url(../images/excel.gif);*/
	position:relative;
}
#menu ul li:hover {
	background-image:url(../images/button.gif);
	background-repeat: repeat;
	background-position: left top;
	background-color:transparent;
}
#menu li.double{
	padding-top:4px;
	background-image:url(../images/button-double.gif);
	line-height:18px;
	padding-bottom:8px;
	background-color1:transparent;
	background-color:#003;

}
#menu li a {
	margin: 0px;
	padding:2px;
	padding-left: 20px;
	display:block;
	font-size: 11px;
	color: #eee;
	text-decoration: none;
	background-image1: url(../images/excel.gif);
	font-weight: bold;
	border: 0px solid black;
	background-image:url(../images/button.gif);
	background-repeat: repeat;
	background-position: left top;
	background-color1:transparent;
	background-color:#003;
	
}

#menu ul li ul {
	position: absolute;
	left: 155px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	border-bottom: 1px solid #ccc; 
	}

#menu ul li ul li{
	background: #fff;
	margin:0;
	padding:0;
}

/* Styles for Menu Items */
#menu ul li ul li a {
	display: block;
	text-decoration: none;
	color: #222222;
	background: #bbbbbb;
	padding: 5px;
	border: 1px solid #ccc; /* IE6 Bug */
	border-bottom: 0;
	width:150px;
	line-height:16px;
	}

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }
/* End */
		
#menu ul li:hover ul { display: block; } /*  The magic */

#content{
	width:579px;
	float:left;
	border: 0px solid black;
	border-left: 0px dashed #B1E0AF;
	border-right1: 0px solid #e0e9b4;
	padding: 15px;
	background-color:#FFFFFF;
	background-image:url(../images/content.gif);
	background-position:right top;
	background-repeat:no-repeat;
}

#footer{
	color:#cccccc;
	width:780px;
	float:right;
	border: 0px solid black;
	border-top:0px dashed #B1E0AF;
	border-bottom:0px dashed #B1E0AF;
	text-align:center;
	font-weight:bold;
	font-size: 85%;
	padding:0px;
	padding-top:17px;
	padding-bottom:5px;
	margin:0px;
	background-color:#e0e9b4;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	clear1: both;
}
#footer a{
	color:#FFFFFF;
	text-decoration:none;
}
h1{
	font-size:120%;
	color: #ffffff;
	margin:0px;
	border: 0px solid #5E8C42;
	margin-bottom:3px;
	font-weight:bold;
	text-align:center;
	height:27px;
	padding-top:0px;
	background:url(../images/h1.jpg) #000 no-repeat left top;
}

h2{
	font-size:85%;
	display:block;
	border:0px solid black;
	color1: #0E0699;
	color:#800000;
	margin:0px;
	margin-bottom:0px;
	margin-top:15px;
	padding-bottom:0px;
	padding-left1:12px;
	padding-right:3px;
	font-weight:bold;
	text-align:justify;
	font-style1:italic;
	background-color1: #242671;
	background1:url(../images/h2.gif) #242671 no-repeat left top; 
}

h2 a{
	color: #eee;
}
h3{
	font-size:100%;
	display:block;
	border:0px solid black;
	margin:10px;
	margin-bottom:0px;
	padding-bottom:0px;
	font-weight:bold;
	text-align:justify;
}

p{
	padding-top:3px;
	margin-top:0px;
}

table.panel {
	margin-bottom:10px;
	border:0px solid black;
	padding1:5px 5px 5px 5px;
	width:200px;
	border-spacing:0px;
}

table.panel tr th {
	font-size1:80%;
	background: url("/images/panel_top.gif") no-repeat top left;
	padding:3px;
	padding-left:10px;
	margin:0;
	border-collapse:collapse;
	border-spacing:0px;
	font-weight:bold;
	color:#ffd;
	text-align:center;
}

table.panel tr td {
	margin:0;
	padding:3px 10px 10px 10px;
	padding-bottom1:3px;
	border-left1:1px solid #f00;
	border-right1:1px solid #f00;
	background: url("/images/panel_bot.gif") no-repeat bottom left;
	border-spacing:0px;
}
table.panel tr td ul{
	list-style-type: none;
	margin:0px;
	border : 0px solid #333;
	padding:0px;
}

table.panel tr td ul li{
	display: block;
	background :transparent url("/images/bullet_grey.gif") no-repeat left top;
	border : 0px solid #333;
	border-left1 : 1px solid #333;
	font-size : 85%;
	margin-right1 : 2px;
	padding :3px 3px 3px 10px;
	text-decoration : none;
	width1:95%;
	margin-left1: 0px;
}

div#main_content1{
	float:left;
	width:375px;
	border:0px solid black;
}

div#caption{
	display:none;
	float:left;
	width:200px;
	border:0px solid black;
	padding:5px;
	padding-top:3px;
	margin:0px;
}

div#content1 p{
  margin: 0px;
	margin-bottom:3px;
	margin-top:3px;
}

div#content ul{
	margin: 0px;
	margin-bottom:5px;
	border : 0px solid #333;
	padding:0px;
	display:block;
}

div#content ul li{
	display: block;
	background : #fff url("../images/bullet.png") no-repeat left top;
	border : 0px solid #333;
	border-left1 : 1px solid #333;
	font-size1 : 85%;
	margin-left : 0px;
	padding :3px 3px 3px 15px;
	text-decoration : none;
	width:95%;
	margin1: 2px;
	list-style-type: none;
}

div#content ul li ul{
	list-style-type: none;
	margin:0px;
	border : 0px solid #333;
	padding:0px;
	display: block;
}
div#content ul li ul li{
	display: list-item;
	background : #fff url("../images/bullet.png") no-repeat left top;
	border : 0px solid #333;
	border-left1 : 1px solid #333;
	font-size1 : 85%;
	margin-left : 0px;
	padding :3px 3px 3px 15px;
	text-decoration : none;
	width:95%;
	margin-left1: 0px;
}
