body 		{ 
			  color: #8D172D;
     		margin: 0px; 
     		font-size: 12px; 
     		font-family: arial, helvetica, sans-serif; 
     		}

a 			{ 
				color: #8D172D; 
    		font-size: 12px;
				font-weight: none;
    		text-decoration: none; 
    		}

a:hover {
				text-decoration: underline;
		  	}
		  		

h1 			{ 
				font-size: 20px; 
		    padding-left: 5px;
		    color: #8D172D;
		    text-align: left;
		    }

h2 			{ 
     		font-size: 14px;
     		color: #8D172D; 
     		font-weight: bold;
     		margin-bottom: 0px;
     		}

h3 			{ 
				margin: 0px; 
				font-size: 12px;
				color: 3E537E;
				text-align: left;
				margin-bottom: 5px; 
				font-weight: bold;
				}		

h4 			{ 
				margin: 0px; 
				font-size: 12px;
				color: 3E537E;
				text-align: left;
				margin-bottom: 0px; 
				font-weight: bold;
				}	
				

#header  
				{ 
				background-color: #ffffff; 
        border-bottom: 5px ridge #520A18;
        width: 799px;
        }

#toolbar	{ 
			padding-left: 10px;
			background-color: #ffffff;
		    font-size: 14px;
		    font-weight: none;
		    line-height: 2.5em;	
		    letter-spacing: 1px; 
		    color: #8D172D; 
		    border: 1px solid #8D172D;  
			}

#container
				{ 
				background-color: #ffffff;
				float: left;
				width: 799px;
				}

#content 
				{ 
				background-color: #ffffff;
				width: 781px;
        padding: 8px; 
        border: 1px solid #8D172D; 
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 10px;
        margin-bottom: 10px;
        }
        
#content img 
				{
				float: left;
				padding-right: 8px;
				}

#content ul 
				{
				margin-left: 15px;
				margin-top: 3px;
				margin-bottom: 3px;
				}

#navcontainer  	
				{ 
				margin: 0px;
				width: 100px; 
			  padding: 3px; 
				height: 100%;
				float: left;
				background-color: #ffffff;
				}

#nav  	{ 
				font-size: 20px;
				margin: 0px;
				margin-bottom: 7px;
				width: 100px; 
				height: 100%;
				float: left;
				background-color: #ffffff;
				}

#nav ul 
				{
				margin: 4px;
				padding-top: 0px;
				}

#nav a
				{
				font-size: 16px;
				font-weight: bold;
				}


#footer  
				{ 
				margin-top: 5px;
				width: 777px;
				height: 0px;
				color: navy;
				text-align: center;
				border-top: 4px ridge #2762D9;
				margin-bottom: 10px;  
				background-color: #AAAADD;  
        }

fieldset 
				{ 
				padding: 10px; 
        border: 2px outset #7e92ba; 
        }

legend 	{
				color: #CC99AA; 
				font-weight: bold;
        font-size: larger;
        margin: 5px;
        }

