BODY {
	background-color: #83B753;
	background-image: url(../images/main-bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
    font-family: Verdana;
    font-size: 11px;
    color: #404040;
}

H1, H2, H3, H4 
{
    margin: 0px;
}

H1 
{
    font-family: Tahoma, Arial, Verdana;
    font-size: 18px;
    color: #5B86C3;
}

H2 
{
    font-family: Verdana;
    font-size: 16px;
    color: #5B86C3;
}

a:link, a:visited, a:active 
{
    font-family: Verdana;
    font-size: 11px;
    color: #787B58;
    font-weight: bold;
}

#header 
{
    height: 78px;
    background-image: url(../images/header-bg.gif);
    background-repeat: no-repeat;
    vertical-align: top;
}

#content
{
    background-image: url(../images/content-bg.gif);
    background-repeat: repeat-y;
    background-position: center top;
}

#contentFoot
{
    background-image: url(../images/content-foot.gif);
    background-repeat: no-repeat;
    height: 5px;
}

#search
{
    background-image: url(../images/search-bg.gif);
    background-repeat: no-repeat;
    width: 209px;
    height: 50px;
    margin-right: 10px;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}

INPUT.inputstyle 
{
    border: solid 1px #6A98BF;
    height: 18px;
    /*width: 120px;*/
}

.footer, .footer a:link, .footer a:visited, .footer a:active {font-family: Verdana, Arial; font-size: 9px; color: White; text-decoration: none; }
.footer a:hover {font-family: Verdana, Arial; font-size: 9px; color: White; text-decoration: underline; }

P 
{
    font-family: Verdana;
    font-size: 11px;
    color: #404040;
}

.error {
    font-family: Verdana;
    font-size: 11px;
    color: #990000;
}

#mask {
	width: 1px;
	height: 1px;
	border: 0px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/main-photo-mask.png",sizingMethod="image");
	background-color: transparent;
}

html>body #mask {
	width: 762px;
	height: 144px;
	border: 0px;
	background-color: transparent;
}

.table_border {
  border: 1px solid #7993C2;
  border-collapse: collapse;
}

.event_calendar_date {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #5B86C3;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
}

INPUT.submit {
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	background-color: #5B86C3;
	border: solid 2px #FFFFFF;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}