body {
	background-color: #2C4B5A;

	font-family: verdana;
	font-size: 10px;
	color: #ffffff;
}

.headerBar{
	background-image: url(headerBackground.jpg);
	background-color: #3F5E6D;
	background-repeat: no-repeat;

	height: 100px;
	width: 780px;

	font-family: verdana;
	font-size: 10px;
	color: #ffffff;
}

.headerTitleText{
	font-family: verdana;
	font-size: 14px;
	color: #91DCFF
}
.headerTitleCommentText{
	font-family: verdana;
	font-size: 10px;
	color: #7AA0B2
}

.leftShadow{
	background-image: url(leftShadow.jpg);
	background-repeat: repeat-y;
}
.rightShadow{
	background-image: url(rightShadow.jpg);
	background-repeat: repeat-y;
}

.headerShadow{
	background-image: url(headerShadow.jpg);
	background-repeat: repeat-x;
}

.middleBar{
	background-color: #427086;
}

.mainArea{
	background-color: #528096;
	font-family: verdana;
	font-size: 10px;
	color: #ffffff;
}

.footerBar{
	background-image: url(footerBackground.jpg);
	background-color: #3F5E6D;
	background-repeat: no-repeat;

	height: 100px;
	width: 780px;

	font-size: 10px;
	color: #ffffff;
}

a { font-size: 10px; color: #55C9FF; text-decoration: none; font-family: "Verdana"; font-weight: bold; }
a:link { color: #55C9FF; text-decoration: none; font-weight: bold; }
a:visited { color: #55C9FF; text-decoration: none; font-family: "verdana"; font-weight: bold; }
a:active { color: #ffffff; text-decoration: underline; font-family: "verdana"; font-weight: bold; }
a:hover { color: #ffffff; text-decoration: underline; font-family: "verdana"; font-weight: bold; }	

a.headerLink { font-size: 10px; color: #D2E0E6; text-decoration: none; font-family: "Verdana"; font-weight: bold; }
a:link.headerLink { color: #D2E0E6; text-decoration: none; font-weight: bold; }
a:visited.headerLink { color: #D2E0E6; text-decoration: none; font-family: "verdana"; font-weight: bold; }
a:active.headerLink { color: #ffffff; text-decoration: underline; font-family: "verdana"; font-weight: bold; }
a:hover.headerLink { color: #ffffff; text-decoration: underline; font-family: "verdana"; font-weight: bold; }	

