@charset "utf-8";
/* CSS Document */
body {
	background-color:#e9e9e9;
	margin:0;
	padding:0;
	font-family:Calibri;
}
h1 {
	color:#2b7621;
	font-size:1.2em;
}
h2 {
	color:#2b7621;
	font-size:1.2em;
	margin-bottom:5px;
}
h3 {
	color:#2b7621;
	font-size:1em;
	margin-bottom:5px;
	text-decoration:underline;
}
#news h3 {
	text-decoration:none;
}
a {
	text-decoration:none;
	color:#2b7621;
}
p {
	color:#333333;
}
#main-con {
	background-image:url(../tax-images/main-bg.gif);
	width:998px;
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
	height:100%;
}
#header {
	width:982px;
	min-width:982px;
	height:165px;
	min-height:165px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../tax-images/header2.jpg);
	background-repeat:no-repeat;
	margin-bottom:10px;
}
#menu {
	padding-top:140px;
	color:#FFFFFF;
	text-align:center;
}
#menu a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:120%;
	font-weight:700;
	margin-left:18px;
	margin-right:18px;
}
#menu a:hover {
	color:#33CC33;
}
#main-text {
	width:510px;
	padding-left:20px;
	float:left;
	min-height:800px;
}
#left {
	margin-left:20px;
	float:left;
	width:170px;
	min-width:170px;
	height:44px;
	min-height:44px;
	margin-right:10px;
}
#left p {
	font-size:80%;
	color:#666666;
	width:200px;
	margin-top:5px;
}
#left a {
	color:#2b7621;
}
#left a:hover {
}
#left a:visited {
	color:#2b7621;
}
#left h1 {
	margin-bottom:5px;
}
#news {
	margin-left:30px;
	float:left;
	width:180px;
	min-width:180px;
	height:44px;
	min-height:44px;
}
#news p {
	font-size:80%;
	color:#666666;
	width:200px;
	margin-top:5px;
}
#news h1 {
	margin-bottom:5px;
}
#news a {
	color:#2b7621;
}
.title {
	color:#666666;
	font-weight:900;
	margin-top:0;
	clear:both;
}
#footer {
	min-height:50px;
	height:50px;
	width:100%;
	background-color:#2b7621;
	width:982px;
	margin-left:auto;
	margin-right:auto;
	color:#FFFFFF;
	margin-bottom:-20px;
}
#footer a {
	color:#FFFFFF;
}
.footer-left {
	float:left;
	padding-top:15px;
	padding-left:10px;
}
.footer-right {
	float:right;
	padding-top:15px;
	padding-right:10px;
}
.alert {
	color:#FF0000;
}
.right-alert {
	width:200px;
	float:right;
	color:#FF0000;
}
.right {
	float:right;
	padding:5px;
}
.left {
	float:left;
	padding:5px;
}
.small {
	font-size:70%;
}
strong.small {
	line-height:1.1;
	margin-bottom:0;
}
.large {
	font-size:120%;
}
.hide {
	display:none;
}
.quiet {
	color:#666;
}
.loud {
	color:#000;
}
.highlight {
	background:#ff0;
}
.right {
	text-align:right;
}
.left {
	text-align:left;
}
.center {
	text-align:center;
}
.more {
	font-size:85%;
	color:#666;
	font-style:italic;
}
.border {
	border:1px solid #aaa;
}
.more {
	font-style:italic;
	font-size:90%;
	margin:10px;
	text-align:right;
	padding:0;
}
.clear {
	clear:both;
}
.clearLeft {
	clear:left;
}
.clearRight {
	clear:right;
}
.invisible {
	display:none;
}
.visible {
	display:block;
}
.showmore {
	display: block;
	clear: both;
}
.showless {
	display: none;
	clear: both;
}
.padLeft {
	padding-left: 20px;
}
.padRight {
	padding-right: 20px;
}
.padTop {
	padding-top: 10px;
}
.padBottom {
	padding-top: 10px;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.w2 {
	width:50%;
}
.w2b {
	width:40%;
}
.w2c {
	width:40%;
}
.w3 {
	width:33%;
}
.w4 {
	width:25%;
}
.w5 {
	width:20%;
}
.block {
	display:block;
}