* { margin: 0; padding: 0; }

body
{
	margin: 0;
	padding: 0;
	background: #FFF;
	font-size: 80%;
	font-family: arial, verdana, tahoma, times new roman;
	color: #000;
}

img { border: 0; }
.text { display: none; }
p { margin: 0 0 15px 0; }

#header
{
	width: auto;
	height: 125px;
	background: #97C9FF url(../images/bg-header.png) repeat-x;
	border-bottom: 1px solid #0066CC;
}

#menucont
{
	width: auto;
	height: 40px;
	background: #E8F3FF;
	border-bottom: 1px solid #97C9FF;
}

#menucont ul
{
	list-style-type: none;
}

#menucont ul li
{
	display: inline;
}

#menucont ul li a
{
	float: left;
	line-height: 40px;
	font-weight: bold;
	padding: 0 20px;
	color: #333;
	border-right: 1px solid #97C9FF;
}

#menucont ul li a.fadetab
{
	float: left;
	line-height: 40px;
	font-weight: bold;
	padding: 0 20px;
	color: #5EAAFF;
	border-right: 1px solid #97C9FF;
}

#menucont ul li a:hover
{
	color: #FFF;
	background: #97C9FF;
}

#content
{
	width: auto;
	height: auto;
	padding: 20px;
	overflow: auto;
}

#content h1, h2
{
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 160%;
	letter-spacing: -1px;
	color: #2D95FE;
	font-weight: normal;
}

#content a img { margin: 0 15px 15px 0; }

#taxdisctable
{
	width: 100%;
	vertical-align: top;
}

#taxdisctable h4
{
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 125%;
	letter-spacing: -1px;
	color: #2D95FE;
}

#taxdisctable ul
{
	margin: 0 0 15px 0;
	padding: 0;
	list-style-type: none;
	background: #E8F3FF;
	color: #0066CB;
}

#content #taxdisctable td
{
	vertical-align: top;
	text-align: center;
	width: 20%;
	line-height: 24px;
}

#footer
{
	border-top: 1px solid #AED7FF;
	padding: 15px;
}

#footercopy
{
	width: auto;
	text-align: right;
	letter-spacing: 0px;
	font-size: 85%;
}

#footerdiv
{
	border-top: 1px solid #AED7FF;
	padding: 15px;
}

#footercopy p { margin: 0 0 5px 0; }
#footercopy a { color: #0170DE; text-transform: capitalize; text-decoration: none; }
#footercopy a span { color: #333; text-decoration: none; }
#footercopy a:hover { color: #333; text-decoration: none; }
#footercopy ul { list-style-type: none; margin: 0 0 5px 0; }
#footercopy ul li{ display: inline; margin: 0 0 0 5px; color: #777; }

a
{
	text-decoration: none;
	color: #0170DE;
}

a:hover
{
	text-decoration: none;
	color: #000;
}


table.tablestyle { border-collapse: collapse; margin: 0 0 15px 0; }
table.tablestyle td { border: 1px solid #333; padding: 10px; }
