/* General Layout */

#header {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0%;
    padding-top: 1pt;
    padding-bottom: 1pt;
    padding-left: 10px;
    background-color: #FEFFFD;
		border: solid thin;
    clear: both;
		-moz-border-radius: 1em;
		border-radius: 1em;
}


#column_right {
    float: right;
    min-width: 271px;
    width: 271px; 
    padding-left: 10px;
    background-color: #FEFFFD;
		border-left: groove thin;
}

#column_left {
    padding: 10px;
    background-color: #FEFFFD;
    margin-left: 0%;
    margin-bottom: 10px;
    white-space: normal;
    clear: both;
		border: solid thin;
		overflow: auto;
		-moz-border-radius: 1em;
		border-radius: 1em;
}

#footer {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0%;
    padding-top: 1pt;
    padding-bottom: 1pt;
    padding-left: 10px;
    background-color: #FFEEBB;
    clear: both;
}

/* Global Text Styles */
BODY {
    background-color: #FFEEBB;
    font-family: sans-serif;
    padding-left: 1%;
    padding-right: 1%;
    color: #3D362D;
}

a:link {color: #304629;
        font-weight: normal; }

a:visited {color: #304629;
           font-weight: normal; }


a:hover { color: #2B1407;
          font-weight: normal; }

a:active { color: #2B1407; 
           font-weight: bold; }

a { text-decoration:none;}
h1 {
    font-size:225%;
    color: #665847;
    text-align: center;
}

h2 {
    font-size:125%;
    border-bottom: thin solid #6D6DBF;
    color: #665847;
}


