﻿/* main wrapper elements
   --------------------- */
body {
    background-color: #6D6AFF;
    background-repeat: repeat-x;
    font-family: Sans-Serif;
}

.page_wrapper 
{
    background-color: white;
    width: 800px;
    top: 10px;
    text-align: left;
    margin: 0 auto;
    border-style: solid;
    border-color: Black;
    border-width: 1px;
}



/* header elements 
   --------------- */
.header
{
    background-color: White;
    width: 100%;
    color: Black;
    font-weight: bold;
    text-align: left;
}

.header_largeheading
{
    font-size: 200%;
    padding: 10px;
}

.subheader
{
    font-family: Sans-Serif;
    font-size: x-large;
    font-weight: bold;
}


/* Main elements 
   ------------- */
.maincontent
{
    background-color: White;
    color: Black;
    width: 770px;   
    text-align: left;
    padding: 10px;
}




/* text modifiers 
   -------------- */
.pageheadline
{
    font-size: x-large;
    font-weight: bold;   
}



/* other stuff 
   ----------- */
.hrnobreak
{
    line-height: 0px;
    height: 2px;
}




/* footer elements 
   --------------- */
.footer
{
    background-color: #2D8DC9;
    color: White;
    width: 100%;
}


