/* CSS Document */
/* ------------------------------- formatting ----------------------------- */
         
body
{
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;    
    color: white;
    background-color:black;        
}

#main
{
    background-color:black;
    }    	
h1
{
    width: 576px;    
    color: white;   
    background-color:#006400; 
    font-size: x-large;
    margin-top: 0px;
    font-family: 'Arial', sans-serif;
    text-align: left;
}

h2 {
    width: 500px;    
    color: white;    
    font-size: large;
    font-style: italic;    
    margin-top: 0px;
    font-family: 'Arial', sans-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;
}	

ul {	
	color: white;
}	

.nopad
{
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.sendleft
{
    text-align: left;
    }

hr 
{
    text-align: left;
	color: #FFD700;
	height: 3px;
	width: 576px;

	}
	
a
{
	color: #CDAD00;
	text-decoration: none; 
	
}	

a:hover
{	
	color: #CDAD00;
	background-color: gray;
	
}	

a img {
	border: 0px none;
	display: block;			/* removes extra space underneath caused by default text-alignment */		
	}

#gallerybanner 
{color: #000;
    }
    
#content {
	margin-left: 45px;
	margin-right: 10px;
	}



#left 
{    
    margin-left: 10px;
    width: 170px;
    font-family: 'Arial', sans-serif;
    
	}
	
#left a
{
	/*font-size : 10pt;*/
	font-weight: bold;
	text-align: left;
	color: #CDAD00;
	text-decoration: none; 
	line-height: 20px;   
	
}

#left a:hover
{
    color: #8B1A1A;   
    background-color: #ffdd77;
}		
	
.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;
	}

#pedigree
{   		
    color: #CDAD00;
    border-color: #CDAD00;	
}


.nopad
{
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

img
{
    border-style:none;
    }

