	body {
		margin: 0;
		padding: 0;
		font-family	:arial,tahoma,verdana,helvetica;
		font-size: 12px;
		background-image: url(../../media/web_images/bg_body.jpg);
		background-position: center top;
		background-repeat: repeat-y;
	}

	

	div#content h1 { font-size:170%;margin-left:10px;border-left:5px solid #2d5770;padding-left:4px; }
	div#content h2 { font-size:125%;margin-left:10px;border-left:5px solid #2d5770;padding-left:4px; }
	div#header h1 { font-size:40px; color:#0094C9; padding: 0 0 0 15px;}

	a {font-weight:bold; text-decoration:none; color:black;}
	a:hover {color:#0094C9;}
	

	hr {border: solid 1px #e10016;}
	hr.hrright {border: solid 1px #2C566F;}
	
	img {border: 0px;}
		
#page {
	position: relative;
	margin: 0 auto;
	width: 900px;
	height: auto !important;
	height: 500px;
	min-height: 500px;
}		

div#header {
		position:relative;
		height:155px;
		background-color: #2d5770;
		background-image: url(../../media/web_images/bg_header.jpg);
		background-repeat: repeat-x;
	}



table.sitedate {
	width: 156px;
	background-color:#FFFFFF;
	border: 1px solid #2D5770;
	}

div#content {
		position: relative;
		margin-left: 158px;
		margin-right: 154px;
/*		margin-top: 2px;
		background: #ffffff; */
		overflow: hidden;
		padding: 5px;
		border: 0px solid #2d5770;
		voice-family: "\"}\""; voice-family: inherit;
	}

div#menuright {
		position: absolute;
		right    : 0px;
		top     : 154px;
		background: white;
		border: 1px solid #2d5770;
		width: 150px;
	}	

div#menuright form {
		padding-top: 5px;
		text-align: center;
		
	}
		
div#footer {
		position: relative;
		margin: 0 auto;
		width: 595px;
		background: #2d5770;
		padding: 5 auto;
		text-align: center;
		color: #FFFFFF;}	
		
div#footer a {color: #FFFFFF;}	
div#footer a:hover {color: #000000; text-decoration:none;}	


/*	div#content table {
		border		: gray 1px solid;
		margin		: 5px;
		padding:0px;
	}

		div#content table th {
			text-align	: left;
			background-color: #cc1100;
		}  */

div#menu {
		position: absolute;
		left    : 0px;
		top     : 154px;
	}

div#menu form {
		margin-top:5px;
	}

div#menu input#stext {
		border: 1px solid #2d5770;
		width: 120px;
}
	
div#menu input#ssubmit {
		width: 25px;
	}

div#menu ul, div#menu li {
		margin:0;
		padding:0;
		display:block;}		

div#menu ul {
		list-style:none;
		width:150px;
		padding:2px;
		border:1px solid #2d5770;
		background:white;}	

div#menu li {
		position:relative;
		padding:3px;
		background:white;
		border:1px solid white;
		border-right:5px solid #2d5770;
		z-index:10;
	}
	
div#menu li.folder {
			border-right-color:#0094C9;
		}

div#menu li:hover {
			border:1px solid gray;
			background:#ffffee;
			z-index:15;
		}
		
div#menu ul ul {
		position:absolute;
		display:none;
		right:-140px;
		top:4px;
}
		
		
div#menu li:hover ul ul {
			display:none;
		}

div#menu li:hover ul, div#menu li:hover li:hover ul {
			display:block;
		}

