﻿body 
{
    background-color: #99CCFF;
    color: #3171B0;
    text-align: center;
}

/* Reset margins on paras so can set later */
p, blockquote, h1, h2, h3, h4
{
    padding: 0px;
    margin: 0px;
}

ul
{
    padding: 0px;
    margin: 0px;
}

li
{
    list-style-type:none;
    padding: 0px;
    margin: 0px;
    font-size: 0.9em;
}


div#container
{
    width: 750px;
    /*background-image: url(images/background.jpg);
    background-position: center top;
    background-repeat: no-repeat;*/
    text-align: left;
    font-family: Tahoma, Arial, Sans-Serif;
    margin: 0 auto;

}


/* Start of header styles */
div#header
{
    position: relative;
    top: 0px;
    left: 0px;
    height: 90px;
    padding-bottom: 10px;
}

div#header img
{
    border: 0px;
    float: left;
    margin-right: 10px;
}

div#header h1, div#header h2
{
    font-weight: bold;
}

div#header h1
{
    color: #DE0852;
    font-size: 1.5em;
    line-height: 80px;
}

div#header h2
{
    font-size: 2em;
}
/* End of header styles */

/* Navigation bar styles */

div#navbar
{
    margin-left: 10px;
    width: 170px;
    float:left;
    text-align: center;
}

div#navbar ul#navigation li
{
    width: 165px;
    border: 2px solid white;
    font-weight: bold;
    font-size: 0.8em;
    color: White;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: #BFE0FF;
    text-align: left;
    line-height: 1.5em;    
}

div#navbar ul#navigation a
{
    display: block;
    text-decoration: none;
    color: #3171B0;
    border: 0px;
    padding: 6px;
    font-size: 1.3em;
    font-weight: normal;
}

div#navbar ul#navigation a:hover, div#navbar ul#navigation a.selected
{
    background-color: #99CCFF;
}


div#navbar ul#features li
{
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

div#navbar ul#features a
{
    display: block;
    text-decoration: none;
    color: White;    
}

div#navbar ul#features img
{
    border: 0px;
}

p#contact
{
    font-size: 1em;
    text-align: center;
    border: 2px solid White;
    padding: 5px;
    background-color: #BFE0FF;
}

p#contact a:link, p#contact a:visited, p#contact a:hover, p#contact a:active
{
    color: #3171B0;
    text-decoration: none;
} 

p#contact a:hover
{
    border-bottom: dotted 1px #3171B0;
} 


/* End of navigation bar styles */

/* Main content styles */

div#maincontent
{
    float: right;
    width: 530px;
}

div#maincontent p, div#maincontent h1, div#maincontent h2, div#maincontent h3, div#maincontent h4, div#maincontent table, div#maincontent blockquote, div#maincontent ul
{
    background-color: #C3E1F9;
    padding: 10px;
}

div#maincontent p
{
    line-height: 130%;
}


div#maincontent p.footnote
{
    padding: 5px 10px 5px 10px;
    font-style: italic;
    font-size: 0.8em;
}

div#maincontent h2
{
    font-size: 1.2em;
    font-weight: bold;
    padding-top: 20px;
}

div#maincontent h3
{
    font-size: 1em;
    padding-top: 15px;
}

div#maincontent h4
{
    font-style: italic;
    font-weight: normal;
}

div#maincontent img
{
    border: 1px solid white;
}

div#maincontent img.left
{
    float: left;
    margin: 10px;
}

div#maincontent img.right
{
    float: right;
    margin: 10px;
}

div#maincontent blockquote
{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 130%;
    font-style: italic;
    font-size: 0.9em;
}

div#maincontent a:link, div#maincontent a:visited, div#maincontent a:hover, div#maincontent a:active
{
    color: #3171B0;
    font-weight: bold;
    text-decoration: none;
} 

div#maincontent a:hover
{
    border-bottom: dotted 1px #3171B0;
} 

div#maincontent ul
{
    padding: 10px;
    line-height: 130%;
}

div#maincontent li
{
    font-size: inherit;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    
}

div#maincontent p#edit
{
    text-align: right;
}

div#maincontent p#edit a
{
    font-weight: normal;
    font-size: 0.6em;
}

div#maincontent label
{
    display: block;
    float: left;
    width: 95px;
    text-align: right;
    margin-right: 5px;
}

div#maincontent label.vert
{
    display: block;
    float:  none;
    width: 95px;
    text-align: left;
    margin-right: 0px;
}
div#maincontent p.buttons
{
    padding-left: 110px;
}

div#maincontent table
{
    border: 0px solid #C3E1F9;
}

div#maincontent td, div#maincontent th, div#maincontent tr
{    
    border: 0px solid #C3E1F9;
    padding: 2px;
}

div#maincontent td.button
{
    font-size: 0.8em;
    text-align: center;
}

div#maincontent input, div#maincontent textarea
{
    width: 260px;
}

div#maincontent span.horiz
{
}

/* End of main content styles */

/* Footer styles */

div#footer
{
    clear: both;
    height: 20px;
}

/* End of footer styles */