/*** Global Style Settings ****/
body {
	font : normal 12px/1.6em Verdana, sans-serif;
	color : #2a3845;
	margin : 0;
	padding : 0;
	background:#FFFFFF;
}

#header a:visited, #header a:link, #header a:hover {
	text-decoration : none;
	color : black;
}

#header {
	height: 40px;
	background:url(images/tfn.gif) no-repeat;
	width: 650px;
}
#header2 {
	height: 40px;
	padding : 10px 15px;
	text-align : left;
	font: bold 30px Verdana;
	color : black;
}

p { margin : 0;padding : 0;}
a:visited, a:link {color : blue; text-decoration : none;background:none;}
a:hover {color : blue;text-decoration : none;background:none;}
h1 { color : black;margin: 0px 0px 10px 0px;padding-bottom : 10px;font : normal 17px Verdana, serif;border-bottom : 1px solid #efece7;}
h2 {color : black;margin : 20px 0 10px;padding-bottom : 10px;font : normal 17px Verdana, serif;border-bottom : 1px solid #efece7;}
h3 {color : black;margin : 10px 0;font : bold 12px Verdana, sans-serif;border-bottom : 1px solid black;}
ul {padding:0;margin:0 0 0 17px;list-style: square ;}
p.title { color: #4A8F01; text-decoration: none; font: bold 40px Arial;}


.box {
	background : #e6e6e6;
	border : 1px solid #f0e9eb;
	padding : 10px 10px;
}

/*** Layout ****/
#wrapper {
	margin : 0 auto;
	width : 730px;
	border-left : 1px solid #f0e9eb;
	border-right : 1px solid #f0e9eb;
}

#mainbody {
	margin : 0 auto;
	width : 776px;
	border-left : 1px solid #f0e9eb;
	border-right : 1px solid #f0e9eb;
	/*background: aqua;*/
}

#banner{
	height:6px;
	/*background:url(images/ta_logo.gif) no-repeat;*/
	width: 100%;
}

#mainbanner{
	height:250px;
	background:url(images/taxheader.gif) no-repeat;
	width: 650px;
}

#leftcontenttop{
	height:254px;
	width:380px;
	background-image:url(images/woman_laptop2.jpg);
	background-repeat:no-repeat;
}

#nextcontent{
	height:89px;
	width:175px;
	background-image:url(images/3checks2.gif);
	background-repeat:no-repeat;
	margin-left: 50px;
}

#right-column {
	width : 220px;
	float : right;
	/*background: #ffffff;*/
	background: #e6e6e6;
}

#left-column {
	width : 485px;
	padding : 20px 20px 20px;
	float : left;
	background: #ffffff;
}

#bg {
	height : 16px;
	background : url(images/bg.gif) repeat-x;
}

#nav a:visited, #nav a:link {
	text-decoration : none;
	color : black;
}
#nav a:hover {
	text-decoration : none;
	color : black;
}

#nav {
	background : #e6e6e6;
	padding : 10px 20px;
	text-align : left;
	color : black;
}

#main-content {
	margin : 0 auto;
}

#logo 	{
	margin-bottom : 45px;
	/*background: #109CEF;*/
	background: url(images/bg.jpg);
}

.logotxt1 {
	font : normal 40px Georgia, serif;
	color : #fa7393;
	margin : 10px 0 0 15px;
}
.logotxt2 {
	font : normal 40px Georgia, serif;
	color : #7a2e40;
}


.crd a:visited, .crd a:link, .crd a:hover {
	text-decoration : none;
	color : #2a3845;
	cursor: text;
}

#footer {
	background : #ffffff;
	border-top : 1px solid #f0e9eb;
	padding : 10px 15px;
	clear : both;
}

/*** SideBAR ***/

.sidebar {
	width : 220px;
	margin : 0 auto;
	padding : 10px 0px;
	background : url(images/shadow.jpg) no-repeat top #ffffff;
}

/*** Tables ***/

table.sofT {
	text-align: center;
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #404040;
	width: 620px;
	background-color: #fafafa;
	border: 1px #6699CC solid;
	border-collapse: collapse;
	border-spacing: 0px;
}

td.helpHed
{ border-bottom: 2px solid #6699CC;
border-left: 1px solid #6699CC;
background-color: #BEC8D1;
text-align: left;
text-indent: 5px;
font-family: Verdana;
font-weight: bold;
font-size: 11px;
color: #404040; }

td.helpBod
{ border-bottom: 1px solid #9CF;
border-top: 0px;
border-left: 1px solid #9CF;
border-right: 0px;
text-align: left;
text-indent: 10px;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: 11px;
color: #404040;
background-color: #fafafa; }

