

/* Layout Stylesheet */ 



body {

 margin:0px;

 padding:0px;

 background:#FFFFFF url(../back770px.gif) center repeat-y;

 color: #333333;

 text-align:left;

 font-size:95%;

 font-family:"Times New Roman", Times, serif;

 line-height:130%;

 }



#outer {

 text-align:left;

 border:1px solid #CCCCCC;

 width:760px;

 margin:auto;

 }



#hdr {

 height:300px;

 background:#eeeeee;

 color: #333333;

 overflow:hidden;

 }



#bar {

 height:auto;

 width: 760px;

 background:#FFE6E6;

 color: #333333;

 border:solid #CCCCCC;	

 border-width:1px 0 1px 0;

 line-height:25px;

 font-size:85%;

 }



#bodyblock {

 position:relative;

 background: #dcdcdc;

 color: #333333;

 width:760px;

 padding:0;

 font-size:95%;

 }



#l-col {

 float:left;

 background:#dcdcdc;

 color: #333333;

 width:175px;

 }



#cont {

 float:right;

 width:565px;

 background:#ffffff;

 color: #333333;

 border:solid #CCCCCC;	

 border-width:0 0 0 1px;

 text-align:left;

 }



#unavi {

 width:760px;

 height:auto;

 background:#FFE6E6;

 color: #333333;

 border:solid #CCCCCC;

 border-width:1px 0 0 0;

 margin:0;

 line-height:25px;

 font-size:80%;

 text-decoration:none;

 }

 

#ftr {

 width:760px;

 height:auto;

 background:#FFBFBF;

 color: #666666;

 border:solid #CCCCCC;

 border-width:1px 0 0 0;

 margin:0;

 line-height:25px;

 font-size:85%;

 text-decoration:none;

 }