/* CSS Document */

body
{
background-color: #800000;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin-top:0px;
margin-bottom:0px;

}

h1
{
color:#800000;}

#flash
{
background-color:#fff;
margin-left: auto;
margin-right: auto;
width:1000px;
overflow:hidden;
}

#content
{
background-color:#fff;
margin-left: auto;
margin-right: auto;
width:1000px;
overflow:hidden;
}

#footer
{
color:#fff;
padding-top:10px;
padding-bottom:10px;
background-color:#000;
margin-left: auto;
margin-right: auto;
width:1000px;
overflow:hidden;
font-size:10px;
}

p
{
color:#000000;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-indent:10px;
text-align:justify;
margin-left:270px;
margin-right:35px;
}

/* Link Colors */
a.normal:link {color: #800000; text-decoration: none;}
a.normal:visited {color: #800000; text-decoration: none;}
a.normal:hover {color: #800000; text-decoration: none;}
a.normal:active {color: #800000; text-decoration: underline;}

a.footmenu:link {color: #F6D391; text-decoration: none;}
a.footmenu:visited {color: #F6D391; text-decoration: none;}
a.footmenu:hover {color: #800000; text-decoration: none;}
a.footmenu:active {color: #800000; text-decoration: underline;}

a.designedby:link {color: #F6D391; text-decoration: none;}
a.designedby:visited {color: #F6D391; text-decoration: none;}
a.designedby:hover {color: #60DFE5; text-decoration: none;}
a.designedby:active {color: #60DFE5; text-decoration: underline;}