﻿/* CSS layout */
body {
			background-position: 1em 1.5em;
			
			margin: 10px;
			font-family: "Futura Lt BT, Helvetica, sans-serif, Arial", Helvetica, sans-serif;
			font-size: medium;
			
			             scrollbar-face-color:#D2C7B9;
                         scrollbar-highlight-color:#DCDCDC;
                         scrollbar-3dlight-color:#D2C7B9;
                         scrollbar-darkshadow-color:#999999;
                         scrollbar-shadow-color:#D2C7B9;
                         scrollbar-arrow-color:#D2C7B9;
                         scrollbar-track-color:#CDC2B4; background-attachment;
background-color: #EEE5DE;
background-image: none;
background-repeat: no-repeat;
}
		
A           { text-decoration: none}; font-family: Futura Lt BT", sans-serif; }
                            a:link {color: gray; }
                            a:visited {color: gray; }
                            a:hover {color: gray; border-bottom: 1px dotted; background-color: #EEE5DE; }
                            a:active {color: yellow; }
                            a img { border: 0 none; }
                            a:hover img {text-decoration: none;
}


#masthead {
	position: relative;
	width: 100%;
}

#top_left {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#header {
	margin-left:200px;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	width: 675px;
	margin-left: 200px;
}

#footer {
    font-size: small;
	margin-left: 200px;
}

h1          { font-size: 170%; font-weight: bold;
color: #CC9900;
}
                            
h2          { font-size: 130%; font-weight: normal;
color: #CC9900;
}

h3          { font-size: 110%; font-weight: normal; }

h4          { font-size: 75%; font-weight: normal; }

h5          { font-size: 65%; font-weight: normal; }

h6          { font-size: 50%; font-weight: normal; }

