﻿body
{
    background-position: center top;
    margin: 0px;
    padding: 0px;
    color: #000099;
    background: url(images/body_bg.jpg) #f3f3f3 repeat-y center top;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    line-height: 1.2em;
}
.workspace
{
    margin: 0 auto;
    width: 960px;
}
.header
{
    padding: 20px 0px 0px 0px;
    border-bottom: #ddd 1px solid;
    height: 90px;
}
.logo
{
    float: left;
}
.footer
{
    clear: both;
    border-top: #ddd 1px solid;
    color: #999;
    padding-top: 10px;
    font-size: 70%;
}
.footer-text
{
    float: left;
}
.header-links
{
    font-size: 70%;
    float: right;
    margin-right: 10px;
}
.footer-links
{
    font-size: 70%;
    float: right;
}
.footer-links a
{
    text-decoration: none;
    color: #FFFFFF;
}
.menu
{
    margin-top: 15px;
    font-weight: bold;
    background-color: transparent;
    float: right;
}
.menu ul
{
    margin-top: 5px;
    list-style-type: none;
}
.menu ul li
{
    display: inline;
    margin-left: 5px;
    margin-right: 5px;
}
.menu ul li a
{
    border-right: transparent 2px solid;
    padding-right: 5px;
    border-top: transparent 2px solid;
    padding-left: 5px;
    font-weight: bold;
    border-left: transparent 2px solid;
    border-bottom: transparent 2px solid;
    text-decoration: none;
    color: #666666;
}
.menu ul li a:hover
{
    color: #FFF;
    text-decoration: none;
    background: #808080;
}
.content
{
    font-size: 85%;
    height: 500px;
    padding-top: 10px;
}
.content h2
{
    color: #000099;
}
.content h3
{
    color: #000099;
}
.content p
{
    color: #333333;
}
.content-left
{
    float: left;
    width: 350px;
    padding: 25px 0 0 0px;
    margin: 0;
}
.content-right
{
    float: right;
    width: 550px;
    padding: 15px 15px 0 0;
    margin: 0;
}
.news
{
    margin-left: 10px;
    margin-bottom: 10px;
}

/* Images 
====================*/
.small-image
{
    border-color: #aaa #ccc #ddd #bbb;
    border-style: solid;
    border-width: 5px !important;
    padding: 7px;
    margin: 6px 8px 6px 8px;
    width: 200px;
    height: 200px;
}
.med-image
{
    border-color: #aaa #ccc #ddd #bbb;
    border-style: solid;
    border-width: 5px !important;
    padding: 7px;
    margin: 6px 8px 6px 8px;
    width: 300px;
    height: 300px;
}
.large-image
{
    height: 500px;
    width: 500px;
}

/* Links page 
====================*/
.links ul
{
    margin: 0px;
    list-style-type: none;
}
.links ul li
{
    margin: 5px 0px 0px 0px;
    padding: 5px 0px 0px 0px;
}
.links a
{
    color: #333333;
}
.links a:hover
{
    color: #FFF;
    text-decoration: none;
    background: #808080;
}
/**/

.rounded-border {
    -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px
}

/* reset
=========================
button {
    border-bottom: 0px; border-left: 0px; padding-bottom: 0px; margin: 0px; outline-style: none; outline-color: invert; padding-left: 0px; outline-width: 0px; padding-right: 0px; background: none transparent scroll repeat 0% 0%; font-size: 100%; border-top: 0px; border-right: 0px; padding-top: 0px
}
img {
    border-bottom: 0px; border-left: 0px; padding-bottom: 0px; margin: 0px; outline-style: none; outline-color: invert; padding-left: 0px; outline-width: 0px; padding-right: 0px; background: none transparent scroll repeat 0% 0%; font-size: 100%; border-top: 0px; border-right: 0px; padding-top: 0px
}
*/
