﻿            /*THE HOLDERS*/
            html {
	              background: #FFF6EA;
	              width: 100%;
	              min-height: 100%;
	              margin: 0;
                }
            body {
	              width: 950px; 
	              margin: 0 auto 0 auto;
	              min-height: 100%;
	              font-family: "Arial";
                }
            .Container {
                position: relative;
                bottom: 0px;
	              background: #F8F5F1;
                min-height: 100%;
                top: 0px;
                }
                
            /*THE SECTIONS*/
            .HeadSection 
            {
                width: 930px;
                border: 1px solid black;
                border-bottom-width: 3px;
                min-height: 40px;
                padding: 10px;
            }
            .ContentSection 
            {
                width: 100%;
                border: 1px solid black;
                border-top-width: 3px;
                border-bottom-width: 3px;
                min-height: 600px;
            }
            .ContentHolder 
            {
                font-family: "Times New Roman";
                padding: 5px;
            }
            .NavigationSection 
            {
                width: 100%;
                padding: 5px 25px 5px 25px;
                min-height: 30px;
                background: #FFF6EA;
                font-weight: bold;
            }
            .NavigationSection a:link, .NavigationSection a:visited
            {
                text-decoration: none;
                color: #663300;
                font-style: oblique;
            }
            .NavigationSection a:hover, .NavigationSection a:active
            {
                text-decoration: none;
                color: #663300;
                font-style: normal;
            }
            /*HEADER STYLES*/
            .HeadText 
            {
                display: inline-block;
                font-family: "Lucida Sans-Serif";
                padding-left: 20px;
            }
            /*CONTENT STYLES*/
            .ContentHolder h1, .ContentHolder h2, .ContentHolder h3, .ContentHolder h4, .ContentHolder h5, .ContentHolder h6
            {
                font-family: "Lucida Sans";
                padding-left: 15px;
            }
            .ContentHolder p 
            {
                padding: 3px 20px 3px 20px;
            }
            .ContentHolder a:link, .ContentHolder a:visited
            {
                text-decoration: none;
                color: #663300;
                font-weight: bold;
                font-style: oblique;
            }
            .ContentHolder a:hover, .ContentHolder a:active
            {
                text-decoration: none;
                color: #663300;
                font-style: normal;
            }
            .ContentHolder img 
            {
                margin: 5px;
            }
            
            