/* CSS Document */
#container
		{
	width: 870px;
	background-color: #E0EBFF;
	line-height: 130%;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0099ff;
			}
		
		#top
		{
	padding: 0.5em;
	background-color: #E0EBFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0099ff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099FF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0099FF;
			}
		
		#top h1
		{
			padding: 0;
			margin: 0;
		}
		
		#leftnav
		{
	float: left;
	width: 165px;
	clip: rect(10px,auto,auto,auto);
	padding: 0px;
	margin-top: 10px;
		}
		
		#content
		{
	margin-left: 165px;
	padding: 1em;
	max-width: 50em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0099ff;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0099ff;	
			}
		
		#footer
		{
	clear: both;
	margin: 0;
	padding: 0.08em;
	color: #000000;
	background-color: #6FC1FF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0099ff;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #0099ff;
	border-bottom-color: #0099ff;
		}
		
		#leftnav p {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}
		#content h2 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.2em;
	margin-left: 0;
}
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	white-space: normal;
}  
h6{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	white-space: normal;
	font-weight: bold;
}  
#outer p {padding:80px 0px 0 0px; line-height:1.5em; font-size:1.3em; margin:0;}
/* Set up the containing div with a background image */
#outer {width:165px; height:600px; background:#dde8fd url(file:///H|/lips.jpg);  position:relative; color:#00FF00;}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {list-style-type:none; padding:0; margin:0;}
.menu {margin:5px 20px 30px 5px;}
/* for IE7 to position the tables correctly */
.menu {position:relative; float:none;}

/* for IE5.5 and IE6 to position the tables corectly */
* html .menu {position:static;}

/* Set up the size of the list items and float left to place inline */
.menu li {background:#9cb6d0; width:90px; height:24px; margin:2px 0 0 0; border:1px solid #000066;}

/* Give the sub level list item a diffent background color to make it 'stand out'. */
.menu li.sub {background:#9cb6d0;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table, .menu ul ul table {border-collapse:collapse; width:0; height:0; position:absolute; bottom: 0; top:auto; left:0; font-size:1em;}
.menu ul table, .menu ul ul ul table {top:5px; bottom:auto;}

/* Default link styling */
.menu li a {display:block; color:#000066; font-family:arial, sans-serif; font-size:11px; line-height:24px; width:90px; text-decoration:none; text-indent:5px;}

/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {color:#0000CC; background:#79acdf;}

/* For all browsers except IE5.5 and IE6 to keep the hover state through the menu cascade. */
.menu :hover > a {color:#000033; background:79acdf;}

/* Give the link OR list a relative position. Depends on which browser is used */
.menu li.sub:hover,
.menu li.sub a:hover {position:relative;}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul {position:absolute;left:-9999px; width:90px;}

/* Position the flyout sub levels to the right or left when hovering over the sub level list OR link. */
.menu :hover ul {
	left:60px;
	bottom:0;
	background:transparent url(file:///H|/transparent.gif);
	padding-top:9px;
	padding-right: 3px;
	padding-bottom: 9px;
	padding-left: 3px;
}
.menu :hover ul :hover ul {padding:9px 3px; left:60px; top:-5px; top:-5px; bottom:auto;}
.menu :hover ul :hover ul :hover ul {padding:9px 3px; left:60px; bottom:0; top:auto;}


body {
	background-color: #BDCFFD;
}
