﻿html,body 
{
    background-color: #EEEEEE;
    margin: 0; 
    padding: 0;
    color: #875F5E;
    font-family: Times New Roman;
}
h1
{
    color: #BC8583;
    padding-left: 5px;
    margin: 0px;
}
h2
{
    color: #BC8583;
    padding-left: 5px;
    font-size: 19px;
    margin: 0px;
}
h3
{
    padding-left: 5px;
    font-size: 19px;
    margin: 0px;
}
a img 
{
    border: 0px;
}
a
{
    color: #875F5E;
    text-decoration: none;
}
a:hover
{
    color: #BC8583;
}
hr
{
    padding: 0px;
    margin: 0px;
    color: #EDDDDD;
    height: 1px;
    border-style: solid;
    border-color: #EDDDDD;
}
p 
{
    margin-left: 5px
}
input
{
    border: solid 1px #BC8583;
    color: #875F5E;
}
textarea
{
    border: solid 1px #BC8583; 
    color: #875F5E;
    font-family: arial;
}
#header
{
    width: 919px;
    height: 166px;
    margin-left: -10px;
    margin-top: -12px;

}
#mainarea
{
    background-image: url('../img/h_bg.jpg');
    background-position: top;
    background-repeat: repeat-x;
    width: 919px;
    margin-left:-10px;
}
#message
{
    font-size: small;
    margin-left: 5px;
    color: #D64F5C;
}
#footer
{
    clear: both;
    font-size: x-small;
    text-align: center;
}
#footer a
{
    color: #875F5E;
}
#topnav 
{
    width: 919px;
    margin-left:-10px;
    background-image: url('../img/nav_bg.jpg');
    height: 25px;
    border-top: 1px solid #EACCCC;
    border-bottom: 1px solid #EACCCC;
}
#topnav a
{
    display: -moz-inline-stack;
    display: inline-block;
    text-decoration: none;
    text-align: right;
    /*padding-top: 5px;*/
    height: 25px;
    padding-left: 5px; 
    padding-right: 5px;
    color: #875F5E;
    border-right: 1px solid #EACCCC;
    
}
#topnav a:hover
{
    background-image: url('../img/nav_bg_roll.jpg');
}
#wrapper {
	text-align: center;
}
#verhelp
{
    display: none; 
    position: absolute; 
    background-color: #FFF; 
    border: solid 1px #BC8583; 
    border-right: 2px groove #DBAEAD;
    border-bottom: 2px groove #DBAEAD;
    width: 150px; 
    padding: 2px;   
}
#shadowHolder {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../img/shadow.jpg');
	background-repeat: repeat-y;
}
#bottomShadow 
{
    background-image:url('../img/shadow_bottom.jpg');
    background-repeat: no-repeat;
    width: 940px;
    height: 20px;
    
}
#topShadow 
{
    background-image:url('../img/shadow_top.jpg');
    background-repeat: no-repeat;
    width: 940px;
    height: 20px;
}
#shadow {
	background-color: #555;
	position: relative;
    margin-left: 20px;
    margin-right: 20px;
    text-align: left;
    padding: auto;
    
}

#content {
	background-color: #FFFFFF;
	position: relative;
    margin-top: -10px;
}

/*News and events*/
.h_tl
{
    background-position: top right; 
    background-repeat: no-repeat; 
    height: 25px; 
    width: 15px;
    background-image: url('../img/left_corner.gif');
}
.h_tm
{
    background-image: url('../img/nav_bg.jpg');
    width: 230px;
}
.h_tr
{
    background-position: top left; 
    background-repeat: no-repeat; 
    height: 25px; 
    width: 15px;
    background-image: url('../img/right_corner.gif');
}
.h_m
{
    border-bottom: solid 1px #EDDDDD; 
    border-left: solid 1px #EDDDDD; 
    border-right: solid 1px #EDDDDD; 
    background-image: url('../img/h_bg.jpg'); 
    background-repeat:repeat-x;
}

