﻿body 		{ 
			  color: navy;
     		margin: 0px; 
     		font-size: 12px; 
     		font-family: arial, helvetica, sans-serif; 
     		}

a 			{ 
				color: navy; 
    		font-size: 12px;
				font-weight: none;
    		text-decoration: none; 
    		}

a:hover {
				text-decoration: underline;
		  	}
		  		

h1 			{ 
				font-size: 20px; 
		    padding-left: 5px;
		    color: navy;
		    text-align: left;
		    }

h2 			{ 
     		font-size: 14px;
     		color: navy; 
     		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 #2762D9;
        width: 775px;
        }

#container
				{ 
				background-color: #ffffff;
				float: left;
				width: 800px;
				}

#content 
				{ 
				background-color: #EDF1F9;
				width: 650px;
        padding: 8px; 
        border: 2px solid navy; 
        margin-top: 7px;
        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%;
				background-color: #ffffff;
				}

#nav ul 
				{
				margin: 0px;
				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;
        }


