
/* Layout Stylesheet */ 

body {
 margin:10px;
 background: url(files/grad.jpg) 0% 0% repeat-x;
 }

#outer {
 text-align:center;
 width:820px;
 margin:auto;
 }

#hdr {
 float:left;
 width:820px;
 height:120px;
 color: #000000;
 border:solid #fff;
 border-width:0px 0px 0px 0px;
 }

hr
{
color:#fff;
}

#lbox 
{
float:left;
font-size:13px;
font-family: arial, helvetica, sans-serif;
text-align: center;
width:150px;
color:#fff;
background:#0d7db3;
border-style: solid;
border-left-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-top-width: 4px;
border-color:#000000;
padding:0.5em;
}

#cbox 
{
float:left;
font-size:12px;
font-family: arial, helvetica, sans-serif;
text-align: left;
width:641px;
color:#000;
background: #ffffff;
border-style: solid;
border-left-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-top-width: 4px;
border-color:#000;
padding:0.5em;
}

#cboxa 
{
float:left;
font-size:12px;
font-family: arial, helvetica, sans-serif;
text-align: left;
width:641px;
color:#fff;
background: url(files/stars.gif);
border-style: solid;
border-left-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-top-width: 4px;
border-color:#000;
padding:0.5em;
}

#rbox 
{
float:left;
font-size:14px;
font-family: arial, helvetica, sans-serif;
text-align: center;
width:160px;
color:#fff;
background: #9b796d;
border-style: solid;
border-left-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-top-width: 4px;
border-color:#0d7db3;
padding:0.5em;
}

#ftr
{
float:left;
font-size:10px;
font-family: arial, helvetica, sans-serif;
text-align: left;
width:600px;
color:#000;
}

 
a:link {
color: #fff; text-decoration: none; background-color: transparent}
a:visited {
color: #fff; text-decoration: none; background-color: transparent }
a:hover { 
color: #fff; text-decoration: none; background-color: transparent }
a:active { 
color: #fff; text-decoration: none; background-color: transparent 
}


.indented
   {
   padding-left: 50pt;
   padding-right: 50pt;
   }
