
body
{
   background-color:#3A6EA5;
}

#leftContent
{
   background-color: #9d4a3a;
   border-right:2px solid #000;
   border-bottom:2px solid #000;
   text-align:center;
   font-family: arial,helvetica,sans-serif;
   font-size: 14px;
   font-weight: bold;
   letter-spaceg: 1px;
   padding: 1px 1px 1px 3px;
   text-decoration: none;
}

a.menu:link , a.menu:visited
{
   background-color: #325e8d;
   border-top: #99ccff solid 1px;
   border-right: #003399 solid 1px;
   border-bottom: #003399 solid 1px;
   border-left: #99ccff solid 1px;
   color: white;
   font-family: arial,helvetica,sans-serif;
   font-size: 14px;
   font-weight: bold;
   letter-spaceg: 1px;
   padding: 1px 1px 1px 3px;
   text-decoration: none;
   width: 16em;
   display: block;
}

a.menu:hover
{
   background-color: #0099ff;
}

a.menu:active, a.menu:focus
{
   border-top: #003399 solid 1px;
   border-right: #99ccff solid 1px;
   border-bottom: #99ccff solid 1px;
   border-left: #003399 solid 2px;
   letter-spacing: normal;
}

#rightContent
{
   background-image: url('images/back.jpg');
   text-align:center;
   font-family: arial,helvetica,sans-serif;
   font-size: 14px;
   font-weight: normal;
   letter-spaceg: 1px;
}

#header
{
   text-align:center;
   color: yellow;
   background-image: url('images/title_back.jpg');
}

#footer
{
  text-align:center;
}

a:link 
{ 
   background-color: white;
   color: #9d4a3a;
   text-decoration: none;
   font-family: arial,helvetica,sans-serif;
   font-size: 14px;
   font-weight: normal;
   letter-spaceg: 1px;
}

a:visited 
{ 
   background-color: white;
   color: #9d4a3a;
   font-family: arial,helvetica,sans-serif;
   font-size: 14px;
   font-weight: normal;
   letter-spaceg: 1px;
}

a:hover
{
   background-color: white;
   color: #9d4a3a;
   text-decoration: underline; 
   font-family: arial,helvetica,sans-serif;
   font-size: 14px;
   font-weight: normal;
   letter-spaceg: 1px;
}

.sections
{
   text-align:center;
   padding:30px;
}


h1 
{ 
   font-style: italic;
   font-size: 300%;
}
