@charset "UTF-8";
/* CSS Document */

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../taxes/image/backgroundTexture.jpg);
	background-repeat: repeat;
}
#wrapper {
	background-color: #d7f5ce;
	text-align: left;
	width: 80%;
	margin: 0 auto;
}
#header {
	background-color: #d7f5ce;
	margin: 0px;
	padding: 0px;
	height: 125px;
	background-image: url(images/hdrNew.gif);
	background-repeat: no-repeat;
}
#logo {
	margin: 0px;
	float: right;
	height: 106px;
	width: 150px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#subheader {
	background-color: #d7f5ce;
	margin: 0px;
	padding: 0px;
	height: auto;
}
#mainContent {
	background-color: #d7f5ce;
	margin: 0px;
	height: auto;
	float: right;
	width: 78%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	color: #000;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
}
#contentDiv {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#subsubheader {
	background-color: #d7f5ce;
	margin: 0px;
	padding: 0px;
	height: 125px;
}
#sideLeft {
	background-color: #d7f5ce;
	margin: 0px;
	padding: 0px;
	width: 20%;
	float: left;
	height: 300px;
	border-left-width: 1px;
}
#footer {
	background-color: #d7f5ce;
	margin: 0px;
	padding: 0px;
	height: 90px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	text-align: center;
}
#footerContent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	line-height: 1.2em;
	padding: 5px;
	margin-top: 10px;
	text-align: center;
}
#subheaderThree {
	background-color: #d7f5ce;
	margin: 0px;
	padding: 0px;
	height: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
#subheadertwo {
	margin: 25px;
	padding: 0px;
	height: 75px;
}
#subheaderwelcome {
	margin: 5px;
	height: 110px;
}
#address {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	border: 1px solid #333;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
}
#phone {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
}
#minutes {
	background-color: #FFC;
	text-align: center;
}
.floatleft {
	float: left;
	margin: 0 5px 5px 5px;
}
.floatright {
	float: right;
	margin: 0 5px 5px 5px;
}
.red {
	color: red;
}
	
}

