<html>
<head>
	<title>Content of layout1.css</title>
</head>

<body>
<pre>

<!-- BEGIN CSS -->
body {
	margin:0px;
	padding:0px;
	font-family:arial, helvetica, sans-serif;
	font-size:15px;
	color:#333;
	background-color:white;
	}
h1 {
	margin:5px 0px 1px 0px;
	padding:0px;
	font-size:2.4em;
	line-height:35px;
	font-weight:800;
	color:#900;
	}
h2 {
	margin:0px 0px 15px 0px;
	padding:0px;
	text-align:center;
	font-size:2em;
	line-height:28px;
	font-weight:900;
	color:#900;
	}	
	
h3 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:1.6em;
	line-height:24px;
	font-weight:900;
	color:#900;
	}		
	
h4 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:1.2em;
	line-height:24px;
	font-weight:900;
	color:#000;
	}			
	
	
  .bold  {font-weight:600;}	
  .title {font-weight:600;
  	color:#900;
  	text-align:center;
  	}
  .title2 {font-weight:600;
  	color:#900;}	
  .cent  { text-align: center;
  	   align:center;}
  .red   {color:red;}
   .italic{font-style: italic;}
	 
   .notice { color:red ;
   		background:transparent:
	      font-weight:700;}	

.hang {text-indent:-7px;}
	
  .lh50 {line-height:50%;}
  .lh75 {line-height:75%;}
  .lh200 {line-height:200%;}
  .lh300 {line-height:300%;}
  
   .x2 {font-size:2em;}
   .x3 {font-size:3em;}
   .x05 {font-size:.5em;}
   
   .ul {text-decoration:underline;}
   .ol {text-decoration:overline;}
   .lt {text-decoration:line-through;}
   
   .cap {text-transform:capitalize;}
   .lcase {text-transform:lowercase;}
   .ucase {text-transform:uppercase;}
	


a {
	color:#000;
	text-decoration:underline;
	font-weight:550;
	font-family:verdana, arial, helvetica, sans-serif;
	}
a:link {color:#900;}
a:visited {color:black;}
a:hover {background-color:#eee;}

#header {
	margin:10px 0px 40px 0px;
	padding:7px 0px 0px 20px;
	height:30px; 
	border-style:solid;
	border-color:black;
	border-width:1px 0px;
	line-height:50px;
	background-color:#ffc;
	voice-family:inherit;
	height:71px; 
            }

#Content3 {
	position:relative; 
	width:auto;
	min-width:120px;
	margin:0px 210px 20px 180px;
	border:0px solid black;
	background-color:white;
	padding:10px;
	z-index:3; 
	}

#Content2 {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:0px 20px 20px 180px;
	border:0px solid black;
	background-color:white;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

#menu {
	position:absolute;
	top:120px;
	left:10px;
	width:120px;
	padding:4px;
	background-color:#ffc;
	border:0px dashed #999;
	font-size:.8em;
	line-height:17px;
	color:#000
	
	/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:120px;
	}
/* Again, "be nice to Opera 5". */
body>#Menu {width:150px;}

#rBox {
	position:absolute;
	width:120px;
	top:130px;
	right:20px;
	border:0px dashed black;
	font-size:11px;
	line-height:17px;
	background-color:#ffc;
	padding:10px;
	z-index:1;
	color:#000;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:170px;
	}
/* Again, "be nice to Opera 5". */
body>#rBox {width:168px;}


#footer { display:none; }



<!-- END CSS -->

</pre>
</body>
</html>
