/* 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: #999999;
   background-image: url('../images/bkgd.gif');
   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 : #000000;
   text-align: center;
   margin: 20px 0px;
}

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

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

A:link
{
   color : #0000FF;
   text-decoration: underline;
}

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

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

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

/* IDs */

#Wrapper
{
   margin-left: auto;
   margin-right: auto;
   width: 800px;
   background-image: url('../images/notebook.gif');
   text-align: left;
}

#Banner
{
	margin-left: 70px;
   text-align: center;
   width: 700px;
   height: 100px;
}