
/* Layout Stylesheet */ 

body {
 margin:20px;
 color: #333333;
 text-align:center;
 padding:0;
 background-color: #F7F7F7;
 }

#outer {
 text-align:left;
 border:1px solid #000000;
 width:650px;
 margin:auto;
 }

#hdr {
 height:60px;
 color: #333333;
 
 
 background-image: url('images/header.png');  
 background-repeat: no-repeat;
 background-position: 115px 0pt;
 border-bottom: 2px outset #ffffff;
 }

#bar {
 height:22px;
 background:#c0c0c0;
 color: #333333;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 text-align:right;
 
 
					background-image: url('images/menu_title_top_right.png');  
					background-repeat: no-repeat;
					background-position: 620px 0pt;				
					background-color: #CCCCCC;
					padding-top: 3px;
					padding-right: 20px;
 }

#bodyblock {
 position:relative;
 color: #333333;
 width:650px;
 padding:0;
 background-color: white;
 
 }

#l-col {
 float:left;
 color: #333333;
 width:165px;
 }

#cont {
margin-left: 20px;
 width:455px;
 background:#ffffff;
 color: #333333;
 border:solid #000000;	
 border-width:0 0 0 0;
 text-align:left;
 height:400px;
 overflow:auto; 
 
 
					background-image: url('images/content_back.png');  
					background-repeat: repeat-x;
 
 padding: 10px; margin: 2px;
 }

#ftr {
 height:40px;
 background:#c0c0c0;
 color: #333333;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 
					background-image: url('images/footer_back.png');  
					background-repeat: repeat-x;
 }
 
#SMS {
 background:#dcdcdc;
 border:solid black;
 border-width:1px 1px 1px 1px;
 margin:0;
 }