body {
	background-color: #000000;
}


/* TOP NAV (Above primary main nav) */
.topnav {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0.5em 0 0.5em 0;
}

.topnav a {
	text-decoration: none;
	color: #fff;
	margin: 0 2em 0 0;
}

.topnav a.rightmost {
	margin-right: 0;
}

.topnav a:hover,
.topnav a.over {
	color: #9999FF;
}
/* END TOP NAV */


div#page_content_container {
	margin: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

div#page_content_container div.sectionBreak {
	width: 100%;
	height: 2em;
}

div#page_content_container .heading {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

div#page_content_container .subheading {
	font-size: 14px;
	font-weight: bold;
}

div#page_content_container .caption {
	font-size: 10px;
}

div#page_content_container a {
	text-decoration: none;
	font-size: larger;
	font-weight: bold;
	color: #FFFF00;
}

div#page_content_container p img.floatLeft{
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

div#page_content_container p img.floatRight{
	float: right;
	margin-right: 1em;
	margin-bottom: 1em;
}

/* PRICING TABLE STYLES */
table#prices {
	margin-left: 20px;
}

table#prices th,
table#prices td {
	padding: 10px;
}

table#prices th {
	background-color: #666666;
}

table#prices td.packageName {
	font-weight: bold;
}

table#prices td.border_top {
	border-top: 1px solid #333333;
}

table#prices th.border_rt {
	border-right: 1px solid #FFFFFF;
}

table#prices td.border_bottom {
	border-bottom: 1px solid #333333;
}

footer a:link {
	color: #333399;
}
footer a:hover {
	color: #999999;
	text-decoration: none;
}

footer a:visited {
	color: #9999ff;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #ffffff;
	text-decoration: none;

}

