body				{
		 	 	 font-size: small;
		 	 	 color: #333333;
		 	  	 font-family: arial, sans-serif;
				 text-align: center;
				 margin-top: 10px;
				 margin-bottom: 0px;
				 scrollbar-3d-light-color: #cccccc;
    	 	 	 	 scrollbar-arrow-color: #000000;
		 	 	 scrollbar-track-color: #ffffff;
		 		 scrollbar-face-color: #ffffff;
   	     	 	 	 scrollbar-highlight-color: #000000;
   	   	 		 scrollbar-darkshadow-color: #000000;
    		 	 	 scrollbar-shadow-color: #cccccc;
				}
				
h1				{
				 font-size: larger;
				 font-weight: bold;
				}

h2				{
				 font-size: small;
				 font-weight: bold;
				}
				
p				{
				 font-size: small;
				}
				
.left				{
				 float: left;
				}
				
.right				{
				 float: right;
				 margin-left: 15px;
				}
		
#toprow				{
				 height: 200px;
				 width: 100%;
				 valign: top;
				}

#maincontent	{
				 width: 700px;
				 text-align: left;
				}
				
#homepage			{
				 width: 750px;
				 text-align: left;
				}

.small			{
				 font-size: smaller;
				}
				
#map{
	border: 2px solid #000;
}
