/* Main HTML Tag Styles */

/* Set Standard Padding/Margin Heights & Width */ 

*
{
   padding: 0px;
   margin: 0px;
}

BLOCKQUOTE, FORM, LABEL, UL, OL, DL, ADDRESS
{
   margin: 20px 0px;
}

LI, DD, BLOCKQUOTE
{
   margin-left: 70px;
}

BODY 
{
   background-color: #DC3312;
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 12pt;
   color: #000000;
   font-weight: normal; 
   text-decoration: none;
   text-align: center;
   margin: 0px;
   padding: 5px;
}

P 
{
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 12pt; 
   font-weight: normal; 
   color: #000000; 
   text-decoration: none;
   margin: 20px 70px;
}

B 
{
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 12pt; 
   font-weight: bold; 
   color: #000000; 
   text-decoration: none;
}

H3 
{
   font-size : 14pt;
   font-family: Times New Roman, Times, Garamond, serif;
   color : #75A5D5;
   text-align: center;
   margin: 20px 0px;
}

H2 
{
   font-size : 16pt; 
   font-family: Times New Roman, Times, Garamond, serif;
   color : #7CBC5C; 
   text-align: center;
   margin: 20px 0px;
}

H1 
{
   font-size : 20pt; 
   font-family: Times New Roman, Times, Garamond, serif;
   color : #ED5428;
   text-align: center;
   margin: 20px 0px;
} 

TABLE
{
   border: 2px solid #F3DDA4;
   margin-left: 0px;
   position: absolute;
   left: 0px;
   width: 1200px;
   background-color: #FFFFFF;
}

TD
{
   text-align: left;
   margin: 0px 0px;
   border: 2px solid #DFF2FF;
}

A:link
{
   color : #75A5D5;
   text-decoration: underline;
}

A:visited
{
   color : #DFF2FF;
   text-decoration: underline;
}

A:hover
{
   color : #7CBC5C;
   text-decoration: underline;
}

A:active
{
   color : #D5242A;
   text-decoration: underline;
}

/* IDs */

#Wrapper
{
   position: absolute;
   top: 101px;
   left: 0px;
   text-align: center;
   background-color: #FFFFFF;
   width: 1200px;
}

#Banner
{
   position: absolute;
   left: 0px;
   top: 0px;
   display: block;
   text-align: left;
   height: 100px;
}