body {
	background-color: #003;
}
.backgroundTop {
	background-image: url(images/backgrounds/Top_background.png);
	background-repeat: no-repeat;
	height: 114px;
	width: 950px;
}
.navigationTableLeft {
	width: 32px;
}
.navigationTableRight {
	width: 122px;
}

.backgroundLeft {
	background-image: url(images/backgrounds/LeftSide_repeating_background.png);
	background-repeat: repeat-y;
	width: 170px;
}
.backgroundContent {
	width: 780px;
}

.backgroundBottom {
	background-image: url(images/backgrounds/Bottom_background.png);
	background-repeat: no-repeat;
	height: 45px;
}
.backgroundMiddle {
	background-image: url(images/backgrounds/Center_repeating_Background.png);
	background-repeat: repeat-y;
	width: 800px;
}
.backgroundMiddleTop {
	background-image: url(images/backgrounds/MiddleTop_background.png);
	background-repeat: no-repeat;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9898F9;
}
.webmasterlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9898f9;
	text-align: right;
}
.centerBold {
	font-weight: bold;
}
.contactLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #9898f9;
	font-weight: bolder;
	text-decoration: underline;
}
.note {
	font-size: 12px;
	line-height: normal;
}
