
/* Layout Stylesheet */ 

body {
 margin:20px;
 background:#9bdbfe;
 color: #333333;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 width:650px;
 margin:auto;
 }

#hdr {
text-align:left; 
height:150px;
font-size: 30px;
font-weight: bold;
 background:#FFFFFF;
 color: #333333;

 }

#bar {
font-size: 15px;
font-style: italic;
 height:40px;
 background:#FFFFFF;
 color: #333333;
 border-width:1px 0 1px 0;
 }

#bodyblock {
 position:relative;
 background: #FFFFFF;
 color: #333333;
 width:650px;
 padding:0;
 }

#l-col {
 float:left;
 background:#FFFFFF;
 color: #333333;
 width:145px;
 }

#cont {
 width:495px;
 background:#ffffff;
 color: #333333;
 border-width:0 0 0 1px;
 text-align:left;
 }

#ftr {
font-size: 11px;
 height:25px;
 background:#FFFFFF;
 color: #333333;
 margin:0;
 }

a:link {color: #6C87D9; text-decoration: none}     /* unvisited link */
a:visited {color: #6C87D9; text-decoration: none}  /* visited link */
a:hover {color: #BFCFFF}   /* mouse over link */
a:active {color: #BFCFFF}   /* selected link */
