body {
	background:		#333366;
	margin:			0;
	padding:		0;
	font-family:		helvetica, arial, sans-serif;
}

.header {
	position:		relative;
	border-top:		5px solid white;
	border-bottom:		5px solid white;
	color:			white;
	height:			104px;
	margin-top:		100px;
	overflow:		hidden;
}
p	{
	text-align:		center;
	font-size:		16px;
	color:			#cccccc;
}


.header ul {
	position:		absolute;
	left:			220px;
	top:			5px;
	margin:			0;
	padding:		0;
}

.header li {
	display:		inline;			
	font-size:		16px;
	text-transform:		uppercase;
}

.header a {
	color:			white;
	font-weight:		bold;
	text-decoration:	none;
}

.header li a:hover {
	text-decoration:	underline;
}

.header h1 {
	font-size:		48px;
	background:		#cccccc;
	margin:			0 auto 0 210px;
	padding:		44px 20px 10px 20px;
	height:			50px;
}

.header .logo {
	position:		absolute;
	top:			0;
	left:			100px;
	width:			100px;
	height:			104px;
	border-left:		5px solid white;
	border-right:		5px solid white;
}

.header .square {
	position:		absolute;
	bottom:			25px;
	width:			50px;
	height:			50px;
}

.header .s1 {
	left:			640px;
}

.header .s2 {
	left:			700px;
}

.header .s3 {
	left:			760px;
}

.header .s4 {
	left:			820px;
}

#under {
	position: 			absolute; 
	top: 			250px; 
	left: 			25px;
	width:			325px;
	height:			600px;
	border:			none;
	frameborder:		none;
	}
#slides {
	position: 			absolute; 
	top: 			250px; 
	left: 			350px;
	width:			620px;
	height:			600px;
	border:			none;
	frameborder:		none;
	}
#trans {    	
	background-color:transparent;
	overflow:hidden;
	border:none;
	margin:0;
	}

.tree {
	color: #cccccc;
	font-size: 20px;
}

.tree a {
 color: #cccccc;
 text-decoration: none;
}

.tree a:hover {
	text-decoration:	underline;
}


.tree {
	cursor:		default;
	padding:	0;
}

.tree ul {
	margin:		0;
	padding:	0;
}

.tree li ul {
	display:	none;
	margin-left:	19px;
}

.tree li.tree-folder-open ul {
	display:	block;
}

.tree li.tree-folder-closed ul {
	display:	none;
}

.tree .expand-icon {
	width:				19px;
	height:				16px;
}

.tree-folder-open .expand-icon {
	background-image:	url("tree-minus.gif");
}

.tree-folder-closed .expand-icon {
	background-image:	url("tree-plus.gif");
}

.tree-item .expand-icon {
	background-image:	url("tree-none.gif");
}

.tree li {
	list-style-type:	none;
}


.gee a {
	font-weight:		bold;
 	color: 			#cccccc;
 	text-decoration: 	none;
}

.gee a:hover {
	text-decoration:	underline;
}
.fee	{
	position:		absolute;
	top:			5px;
	left:			5px;
	color: 			#cccccc;
 	text-decoration: 	underline;
	font-style:		italic;
}

.see	{
	text-align:		left;
}
.see a {
	font-weight:		bold;
 	color: 			#cccccc;
 	text-decoration: 	none;
}

.see a:hover {
	text-decoration:	underline;