* {
	padding: 0;
	margin: 0;
	font-family: Arial, sans-serif;
}
			
body {
	margin: 20px;
	font-size: 10px;
}

div#NavigationBar {
	behavior:  url(csshover.htc);
}

div#NavigationBar ul {
    list-style: none;
}

div#NavigationBar ul li {
	float: left;
	position: relative;
	visibility: visible;
}

div#NavigationBar ul li a {
	display: block;
    width: 120px;
    height: 17px;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
}

div#NavigationBar ul li a:hover {
	filter:alpha(opacity=85);
	-moz-opacity:.80;
}

div#NavigationBar ul li ul {
	list-style: none;
	position: absolute;
	left: 0;
	top: 17;
	display: none;
	width: 120px;
	visibility: visible;
}

div#NavigationBar ul li:hover ul { 
	display: block; 
}

div#NavigationBar ul li ul li a{
	border: 0;
    width: 120px;
    height: 17px;
	filter:alpha(opacity=75);
	-moz-opacity:.80;
}

div#NavigationBar ul li ul li a:hover {
	filter:alpha(opacity=95);
	-moz-opacity:1;
}

.PopUpContent {
	position: relative;
	background-color: #F4F7FA;
	/*position: relative;*/
}

.PopUpContent a {
	text-decoration: none;
	color: gray;
	font-size: 15px;
}

.PopUpContent a:hover {
	color: #CB1239;
}

.PopUpContent a span {
	display: none;
}

.PopUpContent a:hover span {
	display: block;
    position: absolute;
	top: 30px;
	left: 290px;
	width: 260px;
    height: 265px;
	/* background-color: #F4F7FA; */
	border-style: none;
	font-size: 15px;
	font-style: italic;
	/*font-weight: bold;*/
	color: black;
	filter:alpha(opacity=75); /* This had to be added to show the popup.  No idea why */
}

.PopUpContent ul {
	list-style: none;
}

.ContentTop {
	font-size: 15px;
}

.ContentTop h1 {
	font-size: 30px;
	color: #333333;
}

.ContentTop h1 span {
	color: #D70000;
}

.ContentTop h2 {
	font-size: 18px;
	color: #333333;
}

.ContentTop h2 span {
	font-size: 10px;
	color: "#999999";
}

.ContentRight {
	font-size: 20px;
	color: #585655;
}

.ContentCenter {
	font-size: 12px;
	color: #585655;
}

table
{
	display: table;
	margin:0 auto;
}

table tr th
{
	display: table-cell;
	font-size: 13px;
}

table tr td
{
	display: table-cell;
	font-size: 12px;
}
