﻿
/* Layout Stylesheet */ 

body {
 margin:0px;
/*background:#ffffff;/* #808080;#d3daed*/
 background: transparent url(Images/slice.jpg);
 background-repeat:repeat-x;
 color: #333333;
 text-align:center;
 padding:0;
 width:100%;
 height:100%;
 body:100%; 
 }
 
#bigdiv
{
	width:100%;
	height:100%;
} 
 
#leftouter
{
 float:left;
 background: url(Images/leftBorder.jpg);
 width:26px;
 margin:0px;
height:270px; 
} 

#outer 
{
 text-align:left;
 /*border:1px solid #000000;*/
background-color: white;
 width:780px;
height:100%; 
 }
 
 #rightouter
{
 float:right;
 background: url(Images/rightBorder.jpg);
 width:26px;
 margin:0px;
height:240px; 	
} 

 #rightouter2
{
 float:left;
 display: inline;
 background: url(Images/slice.jpg);
 margin:0px;
 width:100px;
height:240px; 	
} 

#hdr {
 height:260px;
 padding-top: 0px;
 background:#ffffff;
 color: #333333;
 }

#bar {
 height:25px;
 background:#dcdcdc; /*#c0c0c0;*/
 color: #333333;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 text-align:right;
 }

#bodyblock {
 background: #fffff; /*#dcdcdc;*/
 color: #333333;
 padding:0;
height:100%;
width: 780px;
 }

#l-col {
 float:left;
 background: #b5c7de; /*#dcdcdc;*/
 color: #333333;
 width:0px;
 /*padding: 10px 0 10px 20px;*/
height:100%;
 }

#cont {
height:100%;
 width:708px;
 background:#ffffff;
 color: #333333;
 /*border:solid #000000;	
 border-width:0 0 0 1px*/
 padding: 10px 10px 10px 10px;
 }

#ftr {
 height:35px;
 padding-top: 4px;
 background:#dcdcdc;
 color: #333333;
 border: solid black;
 border-width: 1px 1px 0px 1px;
 font-size: 8pt;
 width: 100%;
 text-align: center;
 }