html, body, #contents {
min-height: 99%;
height: 95%;
width: 98%;
}
html>body, html>body #contents {
height: auto;
}

#footer {
position: absolute;
bottom: 0;
border-top: 1px dotted #AAAAAA;
color: #CCCCCC;
width: 85%;
font-size: 70%;
margin-left: 7.5%;
margin-right: 7.5%;
}

#footer p {
padding: 0;
}


#contents {
position: absolute;
top: 0;
left: 0;
}
	
body {
   
	background-color: Black;
	background-position: center;
	font-family: aerial, Helvetica, sans-serif;
	color: White;
}

#logo{
   position : relative;
	width: 729px;
	margin-left: auto;
	margin-right: auto;
}

#content {

margin-left: 10%;
margin-right: 10%;
margin-bottom: 3em;
 margin-top: 1em;
}

#navigation {
   position : relative;
	width: 85%;
	margin-left: auto;
	margin-right: auto;	
	border-bottom-style: solid;
	border-bottom-width: 2px;
	}

#navigation ul
{
	list-style-type: none;
	margin: 0 2px 2px;
	padding: 0;
	color: White;
	background-color: black;
	width: 100%;
/*	font: normal 90% arial, helvetica, sans-serif; */
	font-family: 80% aerial, Helvetica, sans-serif;
	text-align: center;
	line-height: normal;
	border-bottom: #CFCFCF;
	}

#navigation li {
	display: inline;
	background: #191970;
}

#navigation li a
{
	text-decoration: none;
	/*background-color: #036;*/
	color: white;
	padding: .1em .3em;
	border-right: 1px #CFCFCF solid;
	border-left: 1px #CFCFCF solid;
}

#navigation li a:hover
{
	background-color: #369;
	color: #fff;
}

#subnav {
   position : relative;
	margin-left: auto;
	margin-right: auto;	
	}

#subnav ul
{
	list-style-type: none;
	margin: 0 2px;
	padding: 0;
	background-color: black;
	width: 100%;
	text-align: center;
	line-height: normal;
	}

#subnav li {
	display: inline;
	background: #131349;
	font-family: Arial, Helvetica, sans-serif;

}

#subnav li a
{
	text-decoration: none;
	color: #DBDBDB;
	padding: .1em .3em;
	border-right: 1px #ACACAC solid;
	border-left: 1px #ACACAC solid;
		font-size: 70%;
}

#subnav li a:hover
{
	background-color: #369;
	color: #fff;
}


.paraHeader {
	font-size: large;
	font-family: aerial, Helvetica, sans-serif;
	font-weight: bold;
	color: #339999;
}
.paraBody {
	font-family: aerial, Helvetica, sans-serif;
	font-size: small;
	color: #CCFFFF;
}

.paraBodyS {
	font-family: aerial, Helvetica, sans-serif;
	font-size: x-small;
	color: #CCFFFF;
}

.gatewayTitle {
	font-family: georgia, Helvetica, sans-serif;
	font-size: x-large;
	color: #FFFFFF;
	font-weight: bold;
}
.gatewayText {
	font-family: georgia, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
	font-weight: bold;
}
.gatewayTextSmall {
	font-family: georgia, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	font-weight: bold;
}

a.purchaselink {
	color: #CCFFFF;
}

a.purchaselink:hover {
	color: #FFFFFF;
}

a {
	color: Aqua;
}

a:hover {
	color: Aqua;
}

a:visited {
	color: Aqua;
}
