
/* Layout Stylesheet */ 

body {
 margin:0px;
 background: #625578;
 color: #333333;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 width: 805px;
 margin:auto;
 }

#hdr {
 height:20px;
 padding: 10px 10px 10px 0px;
 background: #6970AC;
 background-image: url(im/topper.gif); 
background-repeat: repeat-y;
 color: #CC6;
 text-transform: uppercase;
font-size: 12px;
 letter-spacing: 1px;
 }



#bodyblock {
 position:relative;
 background: #625578;
 color: #333333;
 width:805px;
 padding:0;
 }

#l-col {
 float:left;
 background: #6970AC;
 color: #ffffff;
 width:805px;
 background-image: url(im/bg.gif); 
 background-repeat: no-repeat;
 }

#cont {
 width:305px;
 color: #ffffff;
 text-align:left;
float: right;
 }

p { text-align: left;
line-height: 200%;
font-family: Trebuchet, Arial, Sans-serif;
font-weight: normal;
font-size: 12px;
width: 420px;
margin-right: 25px;
margin-left: 25px;
}

p.color { text-align: left;
line-height: 200%;
font-family: Trebuchet, Arial, Sans-serif;
font-weight: normal;
font-size: 12px;
width: 420px;
margin-right: 25px;
}






h2 { text-align: left;
line-height: 100%;
font-family: Trebuchet, Arial, Sans-serif;
font-weight: normal;
font-size: 14px;
width: 420px;
margin-right: 25px;
margin-left: 25px;

color: #cc9;
}

a:link {
font-size: 9px;
font-family: "Arial", "Helvetica", sans-serif;
    text-decoration: none;
      color: #9cc;
      font-weight: normal;
	}
	
a:visited {
font-size: 9px;
font-family: "Arial", "Helvetica", sans-serif;
    text-decoration: none;
      color: #9cc;
      font-weight: normal;
	}
	
a:hover {
font-size: 9px;
font-family: "Arial", "Helvetica", sans-serif;
    text-decoration: underline;
      color: #cc9;
      font-weight: normal;
	}
	
	
	
a:active {
font-size: 9px;
font-family: "Arial", "Helvetica", sans-serif;
    text-decoration: none;
      color: #9cc;
      font-weight: normal;
	}
