/* CSS Document for Centering a Page Layout*/

body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

div#header {
	padding: 5px;
	margin: 0px;
	text-align: left;
}

div#topnav {
	margin-top: 1px;
	text-align: center;
}


div#leftnav {
	width: 25%;
	padding: 10px 10px 10px 20px;
	margin-top: 1px;
	float: left;
	margin-left: 20px;
	border-right-color: #000000;
	border-right-style: solid;
	position: relative;
	right: 50;
}

td {
	padding: 0 0 5px 0;
}

div#leftnav {
	padding: 0 0 5px 0;
}

#text {
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}


div#leftnav {
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
	
}

div#main {
	margin-left: 30%;
	margin-top: 10px;
	padding: 10px;
}

div#callback {
	margin-left: 260px;
	top: 828px;
	position: relative;
}


div#mainsplash {
	text-align: center;
}

div#mainbusinesscards {
}


div#callbackheading {
	width: 370px;
	position: fixed;
	text-align: justify;
	background-color: #FFFFFF;
	bottom: 500;
}

div#callbacklady {
	position: relative;
	top: 780px;
}


div#footer {
	text-align: center;
	padding: 15px;
	margin: 0px;
	border-top: thin solid #000000;
}
h2 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
a:link {
	color: #000099;
	text-decoration: none;
}
td {
	color: #000099;
	text-decoration: none;
}
a:visited {
	color: #000099;
	text-decoration: none;
}
td {
	color: #000099;
	text-decoration: none;
}

.tableStyle {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #66CCFF;
}
.BoxUnderline {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}
