#wholePage {
	margin-top: 3%;
	margin-bottom: 3%;
	margin-left: 8%;
	margin-right: 8%;
}

#navigation {
	margin-top: 0px;
	height: 40px;
	list-style: none;
}

#navigation ul	{
	padding-left: 0%;	
}

#navigation li {
	width: 14%;
	float:left;
	list-style:none;
	background-image: url(button.png);
}

#navigation a {	
	text-decoration: none;
	font-family:"Comic Sans MS";
	font-size: 16px;
	font-weight: 500;
	color: white;
	display: block;
	line-height: 40px;	
	text-align: center;	
}

#sideLinks	{
	background-color: #CCCCCC;
	float: left;
	width: 14%;
	height: 850px;
	font-family: "Comic Sans MS";
	font-size: large;
	color: #0033FF;
}

#contentBox	{
	padding-left: 2%;
	padding-right: 2%;
	float: left;
	width: 82%;
	background-color: white;
	overflow: scroll;
	height: 850px;
}

#footer	{
	font: Broadway;
	color: white;
	font-size:24px;
	width: 100%;;
	background-image: url(footer.png);
}

/*--------------------------------------Pricing page--------------------------------------*/
.underline {
	text-decoration: underline;
}

.headings {
	font-size: 18px;
	font-weight: bold;
	color: #CC0033;
	text-align: center;
}

.subheadings {
	font-size: 12px;
	color: black;
}

.maintables {
	text-align: center;
	border: 1px; black; 
	height: auto;
	width: 625px;
}

.subtables {
	text-align: center;
	width: 150px;
	height: 125px;
}

.subtables2 {
	text-align: center;
	width: 300px;
	height: 125px;
}

.linkfix {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	width: 100%;
}

#hiddensearchtext	{
color: white;
}

/*--------------------------------------Contact Us Page--------------------------------------*/
.infoFont {
	font-size: 18px;
	width: 100%;
}


