/* CSS Document */
/* ------------------------------- formatting ----------------------------- */
         
body
{
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;    
    background-color:black;        
}

#main
{
    background-color:black;
    }    
	
h1
{
    width: 500px;    
    color: white;    
    font-size: x-large;
    margin-top: 0px;
    font-family: 'Times New Roman', serif;
    text-align: center;
}

h2 {
    width: 500px;    
    color: white;    
    font-size: large;
    font-style: italic;    
    margin-top: 0px;
    font-family: 'Times New Roman', serif;
    text-align: center;
	}
	
h3 {
	font: bold medium Arial, sans-serif;	
	}

h4 {
	font: bold small Arial, sans-serif;
	color: #9C1A1E;
	margin-bottom: 2px;
	}

h5 {
	font: italic bold small Arial, sans-serif;
	color: #43616B;
	margin-top: 2px;
	}	
	
p {	
	color: white;
}	

td {	
	color: white;
}

.sendleft
{
    text-align: left;
    }

a { /*default class for links */	
	color: #fec61c;		
	}

hr {
	color: #d9a11b;
	height: 3px;
	}

a img {
	border: 0px none;
	display: block;			/* removes extra space underneath caused by default text-alignment */
	}

#content {
	margin-left: 45px;
	margin-right: 10px;
	}
	
a.maillink 
{
	color: #fec61c;
	text-decoration: none; 
	
}	

a.maillink:hover
{	
	color: #fec61c;
	background-color: gray;
	
}	


#left 
{    
    margin-left: 20px;
    width: 120px;
    font-family: "Times New Roman" , serif;
	}
	
#left a
{
	/*font-size : 10pt;*/
	font-weight: bold;
	text-align: left;
	color: #fec61c;
	text-decoration: none; 
	line-height: 20px;   
}

#left a:hover
{
    color: #fec61c;   
    background-color: gray;
}		
	
.dropcap {
        font-style: italic;
        padding: 0px;
        float: left;
        width: 35px;
        font-size: 48px;
        line-height: 36px;
        font-weight: normal;
        font-family: serif;
}		
.updated
{
    color: #C0C0C0;
    text-align: center;
    }
    

#footer
{    	
	margin: 4px;
	text-align: right;	
	font-family: "Times New Roman" , serif;
	font-size: smaller;
	color: #C0C0C0;
	}

.silver
{		
	background-color: silver;
}	

.gold
{   		
	background:Moccasin;
}

.nopad
{
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

img
{
    border-style:none;
    }

