@charset "UTF-8";
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	background-color: #0B1B73;
}
.MP   #container   #box table  {
	padding: 10px;
	font-size: 85%;
	background-color: #DEE4FF;
	width: 75%;
	border: 2px solid #0B1B73;
}
.MP  #container  td  {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.MP #container {
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../Images/background.jpg);
	background-repeat: repeat-x;
	width: 700px;
	background-color: #FFFFFF;
	padding-right: 30px;
	padding-left: 30px;
} .MP #container h2 {
	color: #0B1B73;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0B1B73;
}
.MP #container h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 20px;
}
.MP #container #box {
	margin-left: 20px;
	margin-right: 20px;
}
.MP #container #menus {
	margin-left: 20px;
	margin-right: 20px;
}
.MP #container #menus li {
	list-style-position: outside;
	list-style-type: disc;
	padding-bottom: 5px;
	font-style: italic;
}
.MP #container #menus table {
	padding: 10px;
	font-size: 85%;
	width: 100%;
}
.MP #container #menus h4 {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #0B1B73;
}
