@charset "utf-8";
/* CSS Document */

body {
	background-color: #E8E8E8;
}

.mainBody {
	background-color: #FFFFFF;
	border: 1px solid #333333;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.title {
	height: 50px;
	width: 800px;
	padding-top: 7px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #333333;
	background-color: #666666;
}


h1 {
	color: #FFFFFF;
	margin-top: 7px;
	margin-left: 7px;
}

/*Top Buttons*/

.buttonFrame {
	height: 25px;
	width: 800px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	background-color: #999999;
}

.buttonFrame {
	height: 25px;
	width: 800px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	background-color: #999999;
}


.firstButton a:link{
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	width: 95px;
	height: 20px;
	color: #FFFFFF;
	float: left;
	text-align: center;
	background-color: #999999;
}

.firstButton a:visited {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	width: 95px;
	height: 20px;
	color: #FFFFFF;
	float: left;
	text-align: center;
	background-color: #999999;
}

.firstButton a:hover {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	width: 95px;
	height: 20px;
	float: left;
	text-align: center;
	background-color: #FFFFFF;
	color: #666666;
}


.buttons a:link {
	text-decoration: none;
	background-color: #999999;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	width: 98px;
	height: 20px;
	float: left;
	text-align: center;
}


.buttons a:visited {
	text-decoration: none;
	background-color: #999999;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	width: 98px;
	height: 20px;
	float: left;
	text-align: center;
}

.buttons a:hover {
	text-decoration: none;
	background-color: #FFFFFF;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	width: 98px;
	height: 20px;
	float: left;
	text-align: center;
}

.lastButton a:link {
	text-decoration: none;
	background-color: #999999;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	height: 20px;
	width: 110px;
	float: left;
	text-align: center;
}


.lastButton a:visited {
	text-decoration: none;
	background-color: #999999;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	width: 110px;
	height: 20px;
	float: left;
	text-align: center;
}

.lastButton a:hover {
	text-decoration: none;
	background-color: #FFFFFF;
	color: #333333;
	font-size: 12px;
	width: 110px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	height: 20px;
	float: left;
	color: #666666;
	text-align: center;
}

/*Top Buttons End*/
/*Body*/

.pageBody {
	height: 550px;
}

.topSpacer {
	padding-top: 85px;
}


.space {
	clear: left;	
}

/*Body ends*/

/*Bottom Buttons*/
.lowerButtons {
	height: 25px;
	width: 800px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	background-color: #999999;
}

.lowerBar {
	height: 15px;
	width: 800px;
	background-color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	float: left;
	padding-top: 2px;
	padding-left: 10px;
}

.copyright a:link {
	text-decoration: none;
	color: #FFFFFF;
}


.copyright a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.copyright a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

.callUs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 2px;
	color: #FFFFFF;
	float: left;
	padding-left: 25px;
}
/*Bottom Buttons End*/
