/* Layout Stylesheet */ 

body{
 margin: 0;
 padding:0;     
 background: white;
 color: #333333;
	text-align:
}
	 
#hdr{
 width: 100%;
 height: 188px;
 margin: 0;
 border: solid #336699;
 border-width: 0 0 2px 0;
 background: black;
 color: #333333;
 }


 
 #rh-col{
 background: #ffffff;
 color: black;
 border: 20px hidden;
	width: inherit;
	position: inherit;
 border-left-style: hidden;
 }
     
#lh-col{
 width: 276px;
 float: left;
 border: hidden #333333 10px;
 /* background: #ffffff; */
 background-image: url(images/leftbanner2.jpg);
 background-repeat: no-repeat;
 color: #333333;
 margin: 5px;
 padding: 0px;
	
 height: 1200px;
 }
 /* --- static menu styles ---
note:
	1. not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
style naming convention:
	m<zero based menu number>l<zero based level number>i|o<for inner or outer tag>
*/

.m0l0o {
	text-decoration: none;
	margin: 0px;
	border: 1px solid #ffffff;
}

.m0l1o {
	text-decoration: none;
	margin: 0px;
	border: 1px solid #ffffff;
}

.m0l0i {
	padding: 2px;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
}

.m0l1i {
	padding: 2px;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
}