
/* Layout Stylesheet */

body {
 margin:20px;
 background:black;
 color: black;
 text-align:center;
 padding:0;
 }

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

#hdr {
 height:75px;
 }

#bar {
 height:25px;
 background:black;
 color: white;
 font-family:"courier new";
 font-size:large;
 border:solid #000000;
 border-width:1px 0 1px 0;
 }

 #bar a:link, #bar a:visited {
 color: white;
 text-decoration: none;
 }

#bodyblock {
 position:relative;
 margin: 0 auto;
 background: #556090;
 color: #000000;
 width:700px;
 padding:0;
 }

#l-col {
 float:left;
 width:180px;
 background:#556090;
 color: #cccccc;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: .75em;
 text-align:left;
 padding:10px;
 }

#l-col a:link, #l-col a:visited {
 color: #cccccc;
 text-decoration: none;
 }

#cont {
 margin-left: 200px;
 background:#ffffff;
 color: #000000;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10pt;
 text-align:left;
 padding:25px;
 }

#cont a:link, #cont a:visited {
 color: #556090;
 text-decoration: none;
}

#cont h1 {
 color: #000000;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12pt;
 font-variant: small-caps;
}

#cont h2 {
 color: #000000;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11pt;
 }

#cont h3 {
 color: #000000;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10pt;
}

#ftr {
 width:700px;
 height:25px;
 background:black;
 color: white;
 font-family:"courier new";
 font-size:small;
 text-align:center;
 border:solid #000000;
 border-width:1px 0 1px 0;
 }

#ftr a:link, #ftr a:visited {
 color: white;
 text-decoration: none;
 }

