
/* Layout Stylesheet */ 


body{
 margin: 0px;
 padding:0;
 background: #990000;
 color: #333333;
 text-align:left;
 }
		 
#lh-col{
 position: absolute;
 top: 20px;
 left: 20px;
 width: 180px;
 border: 2px solid #000000;
 background: #FFCC99;
 color: #333333;
 margin: 0px;
 padding: 0px;
 height: 400px;
 }

#rh-col{
 margin: 20px 20px 20px 220px;
 border: 2px solid #000000;
 background: #ffffff;
 color: #333333;
 padding: 20px;
 }
 
#header{
	float:left;
	padding-bottom:10px;
	border:0;
}

#bar{
	clear:left;
}
 
 /* Presentation Stylesheet */ 
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
} 
 
h4 {
 margin:0;
 padding: 5px 0;
 }
 
p {
	font-size:14px;
 	color:#333333;
 }
 
a {
 color:#996600;
 font-weight:bold;
 font-family: "Book Antiqua", "Bookman Old Style", "Century Gothic";
 font-size: 14px;
 text-decoration:underline;
 }
 
a:hover {
color:#990000;
font-weight:bold;
font-family: "Book Antiqua", "Bookman Old Style", "Century Gothic";
font-size: 14px;
text-decoration:none;	
}
