﻿html
{
    background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center; 
	background-color: #004489; 
}
body
{
	font-family: Verdana;
	font-size: .8em;
    background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left; 
	background-color: #004489; 
}

.master
{
	width: 977px;
	padding: 0;
	margin: 0;
}

.header
{
    background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 977px;
	height: 86px;
}

.menu
{
	background-color: #FFFFFF;
	height: 55px;
}

.contentpadding
{
	padding: 12px 10px 20px 10px;
}
.content
{
	background-image: url(../images/content_background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left; 
    background-color: #fff8ec;
    width: 957px;
    min-height: 400px;
    color: #8e8d8c;
}

.textBox
{
	border-style: outset;
	border-color: #959595;
	border-width: 1px;
}
.footer
{
	text-align: center;
	width: 977px;
	height: 18px;
	font-size: .99em;
	color: #b5b5b5;
	font-family: Rockwell, Times New Roman;
	font-weight: bold;
	letter-spacing: 1.3px;
}

h1
{
	font-size: 1.7em;
	color: #004489;
	font-family: Rockwell, Times New Roman;
	font-weight: bolder;
}

h2
{
	font-size: 1.3em;
	color: #004489;
	font-family: Rockwell, Times New Roman;
	font-weight: bolder;
}

.redlink 
{
	color: #a70006;
	text-decoration: underline;
}

.redlinkBig
{
	font-size: 1.3em;
	color: #a70006;
	text-decoration: underline;
	font-family: Rockwell, Times New Roman;
	font-weight: bolder;
}

.MyCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color: lemonchiffon;
    color: red;
}

.button
{
	font-size: 1.3em;
	color: #FFFFFF;
	font-family: Rockwell, Times New Roman;
	font-weight: bolder;
	background-image: url(../images/button_background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 35px;
}