﻿
#TopMenu 
{
	position:	absolute;
	left:		250px;
	top:		0px;
	right:		0px;
	height:		39px;
	border:		solid 1px black;
	padding:	20px 20px 20px 20px;
	text-align:	right;
	font-size:xx-large;
	font-family: Arial Rounded MT Bold;
}

#Content {
	position:	absolute;
	left:		250px;
	top:		80px;
	right:		0px;
	bottom:		0px;
	border:		solid 1px black;
	}

#LeftMenu 
{
	position:	absolute;
	left:		0px;
	top:		0px;
	width:		229px;
	bottom:		0px;
	border:		solid 1px black;
	padding:	20px 10px 20px 10px;
	}

img.WirelessLogo
{
	display: block;
    margin-left: auto;
    margin-right: auto;
}


.Eligibility
{
	display:	block;
	margin-top:	50px;
	font-size: small;
}
