﻿*{margin:0; padding:0;}

body 
{
    background-image: url('images/header_bg.png');
    background-repeat: repeat-x;
    background-color:#fffde5;  
}

.floatright
{
    float: right;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-top: 7px;   
}

.floatleft
{    
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-top: 7px;
}

.spacer
{
    margin-bottom: 10px;
}

.overlap
{
    position:relative;
    width: 244px;
    height: 120px;   
}

.overlap .top, .overlap .bottom
{
    position: absolute;
}

.overlap .top
{
    top: 30px;
    left: 0;
    z-index: 2;    
}

.overlap .bottom
{
    bottom: 0;
    right: 0;
    z-index: 1; 
}

.goaldetailbox
{
    width: 250px;   
}

.goaldetailbox ul
{
    margin-left: 20px;
    font-size: 0.7em;
    font-family: Arial;
    margin-top: 5px;
    margin-bottom: 5px;  
}

.goaldetailbox p
{
    color: Black;
    margin-bottom:0;
    font-size: 0.6em;    
}

.goaldetailrow
{
    clear: both;
}

.linklogo
{
    width:20%;
    margin-bottom:20px;
}

.news
{
    color: Black;
}

.aligntextright
{
    text-align: right;
}

img
{
    border-style: none;
}

p
{
    font-size: 0.7em;
    font-family: Verdana;
    color: #005191; 
    line-height: 150%;
    margin-bottom: 1.4em; 
}

td
{
    vertical-align: top;
}

label
{
    font-size: 0.7em;
    font-family: Verdana;
    color: #005191;
    margin-right: 10px;  
}

input.txt, textarea
{
    border: 1px solid black;
    width: 375px;
    margin-bottom:10px;   
}

button
{
    border-style: none;
    border-width: 0;
    background: none;
}

input.submit:hover
{
    background-image: url(images/contact_btn_up.png);
}

h2
{
    font-size: 1.5em;
    font-family: Arial;
    color: #005191;
    margin-bottom: 0.5em;
}

h3
{
    font-size: 1.2em;
    font-family: Arial;
    color: #005191;
    margin-bottom: 0.4em;  
}

h4
{
    font-size: 0.7em;
    font-family: Arial;
    color: #005191;
    margin-bottom: 0.8em;
}

h5
{
    font-family: Arial;
    font-size: 1em;
    color: #97be0d;
    font-weight: bold;
}

#overallpage
{
    width: 800px;
    margin: auto;
}

#header
{
    width: 100%;
    height: 203px;
    background-image: url('images/header_logo.png');
    background-repeat:no-repeat;
}

#navigation
{
    margin-top: -30px;
    margin-left: 165px;
    margin-bottom: 30px; 
}

#navigation a:link, #navigation a:visited
{
    font-family: Arial;
    font-size: 13pt;
    font-weight: bold;
    text-decoration: none;
    color: White;
    margin-right:2.5em;   
}

#navigation a:hover
{
    color: #97be0d;   
}

#maincontent
{
    width: 530px;
    float:left;  
}

#sidebar
{
    width:244px;
    float:right;
    margin-bottom: 10px;    
}

#footer
{
    background-image: url('images/footer_bg.png');
    background-repeat: repeat-x;
    height:34px;
    clear: both;
}

#footer p
{
     color: White;  
}

#footercontent
{
    width: 800px;
    margin: auto;
}

#footer a:link, #footer a:visited
{
    font-family: Arial;
    font-size: 1em;
    color: White;
    margin-left: 10px;
    margin-right: 0px;   
}

.linksection
{
    margin-bottom: 1em;   
}

.linksection a
{
    display: block;
    margin-bottom: 0.4em;   
}

#thumbcollection img
{
    margin-right: 15px;
    margin-bottom: 15px;
}