body
{
	margin: 0 0;
	padding: 0 0;
	font-size: 0.9em;
	font-family: Comic Sans MS, Sans-Serif;
	background-image: url('/images/bg.gif');
	background-color: #94CEF7;
	background-repeat: repeat-y;
}

#main
{
	margin: 0 0;
	width:100%;
	font-size: 1.1em;
	height: 100%;
}

#top
{
	background-image: url('/images/topnew.gif');
	height: 111px;
	background-color: #B91400;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-align:right;
	vertical-align: top;
	padding-right: 10px;
}

#top h1
{
	font-size: 2.3em;
	color: #F79C10;
}

#menu
{
	vertical-align:top;
	padding-top: 150px;
	width: 103px;
	background-image: url('/images/leftnew.gif');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-color: #B91400;
}

.menu
{
	margin-bottom: 20px;
}

.menu ul
{
	margin: 0px 5px;
	text-align: center;
	font-size: 0.9em;
	padding-left: 0px;
}

.menu li
{
	list-style-type: none;
}

a
{
	color: Blue;
}

.menu a
{
	color: #F79C10;
}

.menu a:hover
{
	color: #FCD69A;
}

#content
{
	vertical-align:top;
	background-color: #94CEF7;
	color:Black;
	background-image:url('/images/rightnew.gif');
	background-repeat:no-repeat;
}

#contentinner
{
	padding: 0px 20px 20px 20px;
	z-index: 1;
}

#content h1
{
	color: #B91400;
	margin-top: 0em;
}

#content h2
{
	color: #B91400;
	margin-bottom: 0.5em;
}

#calendar
{
	border: 1px solid black;
}

#calendar tr
{
	height: 50px;
}

#calendar td
{
	border: 1px solid black;
	width: 100px;
	vertical-align:top;
}

#footerleft
{
	background-color: #B91400;
}

#footerright
{
	text-align:right;
	background-color: #94CEF7;
}

table.errortbl td
{
    border:1px solid black;
}

img {
	border: 0 none;
}

h1 {
	padding-left: 60px;
}

