/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/upmenu.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#Menu{
position: absolute; 
top: 5px; 
right: 0; 
width: 200px; /*Width of left frame div*/
height: 100%;
	padding: 2px;
	line-height: 75%;
overflow: auto; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: transparent;
color: white;
border: 0px

/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px;
	}
/* Again, "be nice to Opera 5". */
body>#Menu {width:200px;}

#Menu {filter: alpha(opacity=70);

 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);

 -moz-opacity: 0.70; opacity:0.70;}
 
 #Menu ul {margin: 0; padding: 0;}
 
#Menu li {
	display: block;
	height: 25px;
	width: 165px;
	padding-top: 4px;
	background-color: #274e6f;
	border: groove 2px white;
	}
	
#Menu li a {
display: block;
padding: 3px 2px 0px 2px;
	color : white;
		font-size: 85%;
		font-weight : 700;
		text-decoration : none;		
		background-color:transparent;
		}
#Menu li a:hover {
	display: block;
	LINE-HEIGHT: 150%;
	PADDING: 2PX;
	color: blue;
	background-color:WHITE;}


body {
	font-family:verdana, arial, helvetica, sans-serif;
	font:12px;
	color:#001f4b;
	background: #0e3669;
background-image:url(Repeatla4.gif);
	padding:0px;
	margin:0px;
overflow:hidden;
	}
	
a {
	text-decoration:none;
	font-weight:bold;
	color:#57292c;
	
	}
	
a:visited {
	color:#3b4e5d;
	
	}
	
a:hover {
	
	background-color:#ffff00;
	
	}
	
#Header{
position: fixed; 
top: 5px; 
right: 200px; /*Set left value to WidthOfLeftFrameDiv*/
left: 10px;
height: 115px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
color: #003366;
	background: url(background_093.gif);
	border: groove 5px #86bfbf;

	padding:0px 0px 5px 0px;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:115px; /* the correct height */
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {height:115px;}
#header {filter: alpha(opacity=90);

 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);

 -moz-opacity: 0.90; opacity:0.90;}

#box {
  position:absolute;
	top:10px;
	right: 0px;
  
  padding: 0px;
  width:25%;
  height:110px; 

	background: url(background_093.gif);
}
#header {filter: alpha(opacity=90);

 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);

 -moz-opacity: 0.90; opacity:0.90;}

#footer{
position: relative; 
top: auto; 
left: 0px; /*Set left value to WidthOfLeftFrameDiv*/
bottom: 0;
right: 200px;
height: 20px; /*Height of bottom frame div*/
margin-left: 10px;
overflow: scroll; /*Disable scrollbars. Set to "scroll" to enable*/
background: url(background_093.gif);

}

#Content{
position: absolute; 
top: 145px; /*Set top value to HeightOfTopFrameDiv*/
right: 200px; /*Set left value to WidthOfLeftFrameDiv*/
left: 0;
margin-left: 10px;
padding-left: 10px;
padding-right: 5px;
bottom: 5px; /*Set bottom value to HeightOfBottomFrameDiv*/
overflow: scroll; 
background-color: white;
border: groove 5px #86bfbf;
	}
	
#Content	{filter: alpha(opacity=80);

 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);

 -moz-opacity: 0.80; opacity:0.80;}
}
