/* Layout Stylesheet */ 

body {
 margin:20px;
 background: #eeeeee;
 color: #333333;
 padding:0;
 }

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

#hdr {
 height:80px;
 background: url(http://skyorange.org/topv4.png) #ffffff no-repeat right top;
 color: #333333;
 }

#bar {
 height:40px;
 background:#ffffff;
 color: #333333;
 border:solid #ffffff;	
 border-width:1px 0 1px 0;
 }

#bodyblock {
 position:relative;
 background: #ffffff;
 color: #333333;
 width:740px;
 padding:0;
 }

#side_menuA {
 float:left;
 background:#ffffff;
 color: #ffffff;
 width:160px;
 margin:15px 0 0;
 }

#cont {
 width:570px;
 background:#ffffff;
 color: #333333;
 border:solid #ffffff;	
 border-width:0 0 0 1px;
 text-align:left;
 margin:15px 0 0;
 padding:0 0 10px;
 }

#ftr {
 height:25px;
 background:#c0c0c0;
 color: #333333;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 }

#linx {
  background:#ffffff;
  border:solid #ffffff;
  border-width:0 0 0 1px
  text-align: right
  }


/* Presentation Stylesheet */ 

.side_menuA {
 font-family: verdana, arial, helvetica, sans serif; 
 font-size: 8pt; 
 color: #BC8F8F}

.headers {
 font-family: garamond, bookman, times new roman; 
 font-size: 14pt; 
 color: #ff99cc; 
 font-weight: medium}

.descrip {font-family: verdana, arial, helvetica, sans serif; 
 font-size: 8pt; 
 color: #bc8f8f}

.nondescrip {font-family: verdana, arial, helvetica, sans serif; 
 font-size: 7pt; 
 color: #ff99cc}

blockquote {font-family: verdana, arial, helvetica, sans serif; 
 font-size: 8pt; 
 color: #BC8F8F}

A{text-decoration:none}
A:link {color: #ff6699}
A:visited {color: #cc99cc}

