﻿body {
			
			background: url('../_templates/images/logo_border4.png') no-repeat fixed;
               background-position: 0% 0%;
			margin: 0px;
			padding: 0px, 0px, 0px, 0px; 
			font-family: "Futura Lt BT", Helvetica, Arial, "sans-serif";
			font-size: medium;
			color: #336699;
			}
			
		
html {
scrollbar-base-color: #336699;
scrollbar-arrow-color: #336699;
scrollbar-3dlight-color: #336699;
scrollbar-darkshadow-color: #336699;
scrollbar-face-color: #E2E2E2;
scrollbar-highlight-color: #E2E2E2;
scrollbar-shadow-color: #E2E2E2;
scrollbar-track-color: #336699;
		}
		
A    {      text-decoration: none}; }
            a:link {color: #336699; }
            a:visited {color: #336699; }
            a:hover {color: #FF6600; border-bottom: 1px dotted; }
            a:active {color: #FFFF99; }
            a > img { border: 0 none; }
            a:hover img {text-decoration: none;
}
                            
.style1 {
border-width: 0;
}
		
h1          { font-size: 200%; font-weight: bold; color: #336699; }
                            
h2          { font-size: 110%; font-weight: normal; color: #336699; }

h3          { font-size: 105%; font-weight: normal; color: #696969; }

h4          { font-size: 85%; font-weight: normal; color: #336699; }

h5          { font-size: 75%; font-weight: normal; color: #336699; }

h6          { font-size: 65%; font-weight: normal; color: #336699; }

	
		#header {
			margin-top: 30px;
			margin-right: 0%;
			margin-left: 20%;

		    padding: 2%;
		    height: 60px;
			background: transparent;
            letter-spacing: 5px;
}

		#content {
			margin-right: 0%;
			margin-left: 20%;
			padding: 2%;
		}

		#sidecolumn {
			position: absolute;
			padding: 10px;
			top: 30px;
			left: 0;
			width: 12%;
			background: transparent;
     		font-size: 90%;
		}

		#footer {
			background-image: none;
			margin-right: 0%;
			margin-left: 18.5%;
			padding: 2%;

}