
body {
margin: 0px;
background: URL(../graphics/BgdBks.jpg);
}

#header
{
position: absolute;
top: 0px;
left: 140px;
height: 117px;
width: 83%;
background-color: #728BBE;
font-size: 36pt;
}

#banner
{
position: absolute;
top: 5px;
left:90px;
}

#bannerCorner
{
position: absolute;
top: 117px;
left:0px;
}

#leftBar
{
position: absolute;
top: 0px;
left: 0px;
width: 140px;
height: 600px;
background-color: #728BBE;
}

#greeting
{
position: absolute;
top: 30px;
left: 25px;
width: 140px;
height: 200px;
text-align: center;
color:black;
font-size: 10pt;
font-weight: bold; 
font-style: italic;
font-family: serif;
}

#logo
{
position: absolute;
top: 100px;
left: 40px;
width: 40px;
height: 40px;
}

#contentSection
{
position: absolute;
top: 170px;
left: 185px;
width: 76%;
background-color: transparent;
color: blue;
font-weight: bold;
font-family: "Futura Lt Bt", arial;
font-size: 13pt;
}

p.formated
{
background-color: transparent;
color: blue;
text-indent: 3%;
line-height: 120%;
font-family: "Futura Lt Bt", arial;
font-size: 13pt;
font-weight: bold;
}

#buttons
{
position: absolute;
width: 130px;
top: 230px;
left: 17px;
height: 500px;
background-color: transparent;
font-family: 'script mt bold', 'harlow solid italic', 'comic sans', 'ms bold';
}

     A.menuLinks:link {font-weight:bold; font-size: 18pt; text-decoration:none; color:black; }
     A.menuLinks:visited {font-weight:bold; font-size: 18pt; text-decoration:none; color:black; }
     A.menuLinks:focus {font-weight:bold; font-size: 18pt; text-decoration:none; color:white; }
     A.menuLinks:active {font-weight:bold; font-size: 18pt; text-decoration:none; color:white; }
     A.menuLinks:hover {font-weight:bold; font-size: 18pt; text-decoration:none; color:white; }

     A.textLink:link {font-size:13pt; color:blue; font-weight:bold; }
     A.textLink:visited {font-size:13pt; color:blue; font-weight:bold; }
     A.textLins:focus {font-size:13pt; color:#8D382F; font-weight:bold; }
     A.textLink:active {font-size:13pt; color:blue; font-weight:bold; }
     A.textLink:hover {font-size:13pt; color:#8D382F; font-weight:bold; }


