/* Layout Stylesheet */
 body {
 margin:0px;
 background: url('./img/page_back.gif');
 color: #333333;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 border:1px solid #000000;
 width:780px;
 margin:auto;
 }

#hdr {
 height:190px;
 width:780px;
 background: #FFF url('./img/logo.jpg') center no-repeat;
 color: #333333;
 }

#bar {
 height:32px;
 background: url('./img/blue_bar.gif');
 color: #333333;
 border:solid #000000;
 border-width:1px 0 1px 0;
 }

#bar2 {
 height:32px;
 background: url('./img/blue_bar2.gif');
 color: #333333;
 border:solid #000000;
 border-width:1px 0 1px 0;
 }
#bodyblock {
 position:relative;
 background: #333399;
 color: #333333;
 width:780px;
 padding:0;
 }

#l-col {
 float:left;
 width:150px;
 margin-right: 2px;
 }

#l-col a {
 display: block;
 height: 21px;
 width: 134px;
 line-height: 21px;
 background: url('./img/sidebar_link.gif') no-repeat left top;
 color: #ffffff;
 font-weight: bold;
 text-decoration: none;
 padding-left: 13px;
 }

#l-col a:hover {
 background: url('./img/sidebar_link_over.gif') no-repeat left top;
 color: #7baded;
 }

#l-col h1 {
	color: #FFF;
	font-size: 18px;
	height: 32px;
	line-height: 32px;
	padding-left: 11px;
	padding-bottom: 3px;
	background: url('./img/sidebar_header.gif') no-repeat left;
	margin-bottom: -3px; margin-left:0px; margin-right:0px; margin-top:0px; padding-right:0px; padding-top:0px;

}

#cont {
 margin-left: 150px;
 background:#ffffff;
 color: #333333;
 border:solid #000000;
 border-width:0 0 0 1px;
 text-align:left;
 }

#ftr {
 height:35px;
 background: url('./img/footer_back.gif');
 color: blue;
 font-size:small;
 text-align: left;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 }