
/* Layout Stylesheet */ 

body {
 	color: #333333;
 }
 
p {
 	margin: 10px;
 } 

#outer {
	text-align:left;
	border-left:1px solid #000000;
 	border-right:1px solid #000000;
 	width:748px;
 }

#hdr {
 	height:5px;
 	color: #333333;
 }

#r-col {
 	float:right;
 	background:#EEEEEE;
 	color: #333333;
 	width: 145px;
 	border-left: 1px solid;
 	border-bottom: 1px solid;
 }
 


#main {
 	width: 569px;
 	padding:15px;
 	background:#ffffff;
 	color: #333333;
 	text-align:left;
 }
 
  #lsub {
  	float: left;
 	width: 150px;
 	height: 225px;
 	padding:12px;
 	color: #333333;
 	text-align:left;
 	border: 1px dotted;
 	border-color: gray;
 	left-padding: 15px;
 	margin: 3px;
 }
 
 #sub {
 	float: left;
 	width: 150px;
 	height: 225px;
 	padding:12px;
 	color: #333333;
 	text-align:left;
 	border: 1px dotted;
 	border-color: gray;
 	margin: 3px
 }
 
 #cont {
 	clear: left;
	left-margin: 15px
 	width: 590px;
 	color: #333333;
 	text-align:left;
 	margin: 3px
 }
 
  #r-item {
 	width: 120px;
	padding:5px;
	margin: 5px;
	top-margin: 5px;
 	color: #333333;
 	text-align:left;
 	border-top: 1px dotted;
 }
 
   #n-item {
 	width: 120px;
	padding:5px;
	margin: 5px;
	top-margin: 5px;
 	color: #333333;
 	text-align:left;
 }
 
   #r-item2 {
 	width: 120px;
	padding:7px;
	margin: 5px;
	top-margin: 5px;
 	color: #333333;
 	text-align:left;
 	border-top: 1px dotted;
	border-bottom: 1px dotted;
 }
