body
{
	font-family: Verdana;
	background: #7678FB url(images/bgBody.jpg) repeat-x;
}

td, th, p, ul, li
{
	font-size: 12px;
}

p.errorMessage
{
	font-size: 14px;
	font-weight: bold;
	color: Red;	
}

a, a:visited
{
	color: #003399;
	text-decoration: none;
	font-size: 12px;
}

a:hover, a:active
{
	color: #003399;
	text-decoration: underline;
}

.fontNormal
{
	font-size: 12px;
}

.tdBody
{
	padding: 10px;
}

.content
{
	background-color: White;
	border-left-style: solid;
	border-style: solid;
	border-color: Black;
	border-width: 1px;
}

.header
{
	background-image: url(images/bgGradient.jpg);
	background-repeat: repeat-x;
	border-bottom-style: solid;
	border-bottom-color: Black;
	border-bottom-width: 1px;

}
.footer
{
	background-image: url(images/bgGradient.jpg);
	background-repeat: repeat-x;
	border-top-style: solid;
	border-top-color: Black;
	border-top-width: 1px;
	color: White;
}

.footer a:link,
.footer a:visited
{
	color: White;
}

#menu 
{	
	background: #EDF2F2;
	font-size: 12px;
}

#menu li
{
	padding: 2px;
	display: block;
	background-color: #EDF2F2;
	border-width: 0px;
	padding: 0px;
}

#menu a:link,
#menu a:visited
{
	padding: 2px;
	display: block;
	color: #003399;
	text-decoration: none;
	border-collapse: collapse;
	border-width: 1px;
	border-top-width: 0px;
	border-style: solid;
	border-color: #E0E9E9;
}

#menu a:hover, 
#menu a:active 
{
	padding: 2px;
	display: block;
	color: #003399;
	text-decoration: none;
	background-color: #E0E9E9;
	border-collapse: collapse;
	border-width: 1px;
	border-top-width: 0px;
	border-style: solid;
	border-color: #E0E9E9;
}

#menu .arrowed
{
	background-image: url(images/arrowRight.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

#menu .label,
#menu .top,
#menu .bottom
{
	font-size: 12px;
	background: #E0E9E9;
	display: block;
	color: #7679FC;
	font-weight: bold;
}

#menu .staff
{
	font-size: 12px;
	background: #ffffff;
}

#menu ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu a 
{
	color: #003399;
	background: #efefef;
	text-decoration: none;
	display: block;	
}

#menu li 
{
	position: relative;
}

#menu ul ul 
{
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul
{
	display: none;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul
{
	display: block;
}

.calendar td
{
	width: 100px;
	vertical-align: top;
}
