
.body {
    font-family: "Times New Roman", Times, serif;
    font-weight: normal;
    color: #000000;
    font-size: 16px;
    position:absolute;
}

h1 {
    font-family: "Times New Roman", Times, serif;
    font-size: x-large;
    color: #663333;
    text-align: center;
}

a {
   	color : #663333;
	background-color : transparent;
	text-decoration:none;
	font-weight: bold;
}
/*
a:Visited  {}
a:Active  {}
*/
a:Hover  {
   	color : #663333;
	background-color : transparent;
	text-decoration:underline;
}

#Page {
    width: 800px;    
    
}

#TagLine {
    
    display:table-cell;
    vertical-align:top;
    border: 0px solid #00f;
    width:200px;
    font-family:Times New Roman;
    font-size: 12pt;
    color: #74302d;
    padding: 25px 0px 0px 20px;
    
}

#Logo { float: left; }

#Content {
    
}

#NavMenu {
    
    margin-top:5px;    
}

.footer {
	font-family: "Times New Roman", Times, serif; 
	font-size: 9px; 
	color: #663333;
    width:800px;
    z-index:1;
    border:0px solid #f00;
    position:absolute;

    top: 1000px;

}
