/* CSS Document */

body {
	background-color: #0056E9;
	margin:0px;
	padding:0px;
}

a {
	color: #0000ff;
	text-decoration: underline;
}

a.more:hover,visited {
	color: #0000ff;
	text-decoration: underline;
}

.close_button_container {
	padding-top: 10px;
	text-align: right;
}

a.close_button {
	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0000ff;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 1px;
	padding-right: 3px;
	padding-left: 3px;
}

a.close_button:hover,visited {
	color: #0000ff;
	text-decoration: underline;
}

/* CONTENT RELATED STYLES */
table#popup_levy {
	padding-top: 5px;
	padding-left: 2px;
	/* width: 780px; */
}

table#popup_levy td#logo {
	background-image: url(../../images/popup_levy/mhs_logo2.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 167px;  /* corresponds to height in popup_lightbox.css */
	width: 125px;
}

table#popup_levy td#content {
	background-image: url(../../images/popup_levy/title_get_the_facts.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 167px; /* corresponds to height in popup_lightbox.css */
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}

ul {
	margin-left: 10px;
	padding-left: 10px;
}

li {
	padding-bottom: 5px;
}

