

/*format tables*/
.tablelines
{
 background-color:#827EA3;
}/*color of the narrow line deviding up the table cells*/
.tabletitle{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#000000;
	background-color:#F1F5FF;
}/*alter background color and font color. 
Not on all tables, only present if table has an extra heading*/
.tablehead{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#000000;
	background-color:#F1F5FF;
}
/*alter background color and font color. 
Contains headings of table rows or columns.*/
.tablebody{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#000000;
	background-color:#FFFFFF;
}
/*alter background color and font color. 
Contains main body of the table.*/
/*.tabletotal{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#000000;
	background-color:#EEEEEE;
}

 styles to make round cordered boxes, can also be square depending on images used*/
/*.tableSubHeading{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#4F6A95;
}
.bgTop
{
	background-image: url(../../images/stylesheets/bg_top.gif);
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #4F6A95;
	font-weight : bold;
}
.bgColorContent
{
	background-color : #E4E4E4;
	font-size : 10px;
}
 .cornerTopLeft
{
	background-image : url(../../images/stylesheets/corner_top_lft.gif);
}
.cornerTopRight
{
	background-image : url(../../images/stylesheets/corner_top_rgt.gif);
}
.cornerBottomLeft
{
	background-image: url(../../images/stylesheets/corner_bottom_lft.gif);
}
.cornerBottomRight
{
	background-image: url(../../images/stylesheets/corner_bottom_rgt.gif);
}
.bgLeft
{
	background-image: url(../../images/stylesheets/bg_lft.gif);
}
.bgRight
{
	background-image: url(../../images/stylesheets/bg_rgt.gif);
}
.bgBottom
{
	background-image: url(../../images/stylesheets/bg_bottom.gif);
}

 styles to make round cordered boxes end*/
 
 
 /** { 
	margin:0; padding:0;
}*/

img {
	border: none; margin: 0px; padding: 0px;
}

/* styles */

html {
	overflow-y:scroll;
}


body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.25em;
	color: #030a7e
}

p {
	margin-bottom: 1em;
}

#main h1 {
	
	font-size: 1.6em;
	padding: 0px;
	margin: 0px;
	margin-bottom: .8em;
}

#main h2 {
	font-size: 1.4em;
	padding: 0px;
	margin: 0px;
	margin-bottom: .8em;
}

/* CSS Document */

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 950px;
}

#nav {
	float: left;
	width: 180px;
	padding: 20px;
	margin: 0px;
}

#wrapper #container #nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#wrapper  #container  #nav  li {
	display: block;
	padding: 3px 0 5px 0;
	margin-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
}

#wrapper #container #nav a {
	color: #000000;
	text-decoration: none;
}

#wrapper #container #nav a:hover {
	color: #666666;
	text-decoration: none;
}

#main {
	margin: 0px;
	float: left;
	width: 690px;
	height: 1% /* Holly hack for Peekaboo Bug */;
	padding: 20px 20px 0 20px;
}

#main ul {
	margin-left: 15px;
	padding: 0px;
	margin-bottom: 1em;
}

#main ol {
	margin-left: 15px;
	padding: 0px;
	margin-bottom: 1em;
}

#main li {
	padding: 0px;
	margin: 0px  0px .5em 0px;
}

#main li a {
	color: #7b5682;
}

#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 15px;
}

.tax_rates {
	text-align: left;
	vertical-align: top;
	margin-top: 10px;
	border-collapse:collapse;
}

.tax_rates th {
	padding: 5px 10px;
	vertical-align: top;
	background-color: #f1f5ff;
	border: 1px solid #030a7e;
	color: #030a7e;
	text-align:left;
}

.tax_rates td {
	padding: 5px 10px;
	vertical-align: top;
	border: 1px solid #030a7e;
	color: #030a7e;
}

.small {
	font-size: 0.8em;
	line-height: 1.2em;
}

#link td {
	padding-right: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

#link a:link, #link a:visited {
	color: #000000;
	text-decoration: none;
}

#link a:hover {
	color: #7b5682;
	text-decoration: none;
}

p.top a:hover {
	color: #7b5682;
	text-decoration: none;
}

