body {
	background-color: #003665;
	margin-top: 0px;
	margin-bottom: 0px;
	font: italic bold 16px "Times New Roman";
	text-align: center;
}

#PrimaryTable {
	height: 100%;
	width: 813px;
	margin-left: auto;
	margin-right: auto;
}

#HeaderRow {
	height: 200px;
	background-image: url('header.jpg');
	background-repeat: no-repeat;
}

#HeaderData {

}

#MenuRow {
	background-image: url('menu.jpg');
	background-repeat: no-repeat;
}

#MenuData {
	text-align: center;
	vertical-align: top;
	color: #FFFFFF;
}

#MenuData a, #MenuData a:visited {
	color: #FFFF00;
	text-decoration: none;
	font-size: 16px;
}

#MenuData a:hover {
	color: #3FCBFF;
}

#MainMenu {
	height: 40px;
}

#ContentRow {
	background-image: url('body.jpg');
}

#ContentData {
	padding: 20px;
	text-align: left;
	vertical-align: top;
}

#ContentData a, #ContentData a:visited {
	color: #00369B;
	text-decoration: none;
}

#ContentData a:hover {
	text-decoration: underline;
}

#FooterRow {
	height: 86px;
	background-image: url('footer.jpg');
	background-repeat: no-repeat;
}

#FooterData {
	text-align: center;
}

a.SubMenu {
	color: #FFFF00;
	text-decoration: none;
}

a.SubMenu:hover {
	text-decoration: underline;
}

#copyright {
	text-align: center;
	color: white;
	font: bold 12px "Times New Roman";
}

#copyright a {
	color: white;
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: underline;
}

#PageAdmin {
	width: 100%;
	text-align: right;
}

a.Overlay img {
	border: 0px;
	padding: 10px;
	margin: 5px 5px 5px 5px;
	vertical-align: middle;
}

img.inset {
	border: 1px solid black;
	margin: 10px;
}