/*
   CSS File: style.css
   Designer: Oscar M. Lage
   Coder: Oscar M. Lage
   Last modified: 12 Junio 2006
*/

body
{
   padding: 0px;
   margin: 0px;
   background: #6f8db2 url(images/fnd_body.jpg) repeat-y top center;
   font-family: Georgia, Arial, Geneva, Arial, sans-serif; font-size: 11px;
}

a { text-decoration: none; color: #407C92;}
a:hover {color: black}

h1 {margin-left: 15px}
h2 {margin-left: 20px}
h3 {margin-left: 25px}
p {margin-left: 25px; text-align: justify; margin-right: 20px}

img {border: 1px solid black; padding: 1px}

#Content
{
   text-align: center;
   margin: 0px auto;
   width: 744px;
   border: 2px solid black;
   padding: 1px;
   overflow: hidden;
}

#Header
{
   background: #6f8db2 url(images/fnd_header.jpg) no-repeat top center;
   height: 200px;
   border-bottom: 1px dashed black;
}

#Footer
{
   text-align: center;
   padding: 5px;
   border-top: 1px dashed black;
}

#Container
{
   text-align: left;
}

.accesit
{
   border: 1px solid black;
   background-color: black;
   color: white;
}

.accesit h1
{
   text-align: center;
   color: #2E9ECE;
}

.accesit a { text-decoration: none; color:white}
.accesit a:hover {color: #68DEFF}
.accesit li {list-style: none; line-height: 15px; letter-spacing:3px; text-transform: uppercase; text-align:center}