@charset "utf-8";
/* CSS Document */

/*whatever:hover*/
	body { behavior: url("csshover3.htc"); } 

body, td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
}
.clear{
	clear:both;
}
body {
 width: 837px;
 margin-top: 0px;
 margin-left: auto;
 margin-right: auto;
 background:url("../images/Cloud-Background.jpg") no-repeat;
 
}
h1
{
    font-size:14pt;
}
a img
{
    border:none;
}

#container{
	width:837px;
	background-color: #ffffff;
	
}

#header{
	background:url("../images/header.jpg") no-repeat;
	height:154px;
	color:#ffffff;
	padding-top:102px;
	padding-right:450px;
	font-size:13px;
	font-weight:bold;
	text-align:left;
	padding-left: 25px;
}
	#header a:link, #header a:visited{
		color:#ffffff;
		text-decoration:none;
	}
	
#center{
	background:url("../images/bck_left.gif") repeat-y;
}
	#left{
		width:208px;
		float:left;
		padding-top:20px;
	}
	#right{
		padding-right: 50px;
		float:right;
		width: 550px;
	}
	#footer{
		clear:right;
		width:607px;
		float:right;
		color:#818181;
		font-size:12px;
	}


/*HOVER MENUS*/
	/* the menu */
	#menu ul,#menu li,#menu a {
		display:block;
		margin:0;
		padding:0;
		border:0;
		color:#ffffff;
		font-size:13px;
	}
	#menu ul {
		width:208px;
		background:#6699ff;
		list-style:none;
	}
	#menu li {
		position:relative;
		padding:1px 1px 10px 1px;
		padding-left:15px;
		z-index:9;
	}
		#menu ul li ul {
			position:absolute;
			left:200px; /* IE */
			top:0px;
		}		
			#menu ul li>ul { left:200px; } /* others */
	#menu a {
		padding:2px;
		text-decoration:none;
		width:100%; /* IE */
	}
		#menu li>a { width:auto; } /* others */
	#menu .folder{
		background:url("../images/nav_bullet.gif") no-repeat 180px 7px;
	}
	/* regular hovers */
	#menu a:hover {
		color:#FFFF00;
	}
		#menu li.folder a:hover {
			/*background-color:#bbb7c7;*/
		}
	/* hovers with specificity */
	#menu ul li ul li:hover { z-index:10; }		
	#menu ul ul, #menu li:hover ul ul {
		display:none;
	}
	#menu li:hover ul, #menu li:hover li:hover ul {
		display:block;
	}