/*#container { 
   margin auto: 0;
   width: 800px;
   }

body {
   text-align: center;
   }
	 
*/

.txt {
		font-family: amaze, arial;
		font-size: 14px;
		color: #FFFFFF;	
		}
.txt_white {
	font-family: arial, helvetica, sans-serif;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	color: #FFFFFF;
}
.txt_w {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
h1 {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-align: justify;
}
.txt_black_12 {
		font-family: arial;
		font-size: 12px;
		color: #000000;
		text-align: justify;
		}
.txt_black {
	font-family: arial, helvetica, sans-serif;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	color: #00000;
}
.txt_black_12 {
		font-family: arial;
		font-size: 12px;
		color: #000000;
		padding-left: 15%;
		padding-right: 15%;	
		text-align: justify;
		}
.footer {
		font-family: arial;
		font-size: 10px;
		color: #b9b9b9;
	}
	
#Large_Char
  {
	font-weight: normal;
	font-size: 20px; 
	text-align: Left;
	margin-right: 9px;
  }
.Normal_Char 
  {
  	text-align: justify;
  	font-family: arial, helvetia, verdana, sans-serif;
	font-size: 13px; 	
	
  }
.Normal_Char14 
  {
  	font-family: arial, helvetia, verdana, sans-serif;
	font-size: 14px; 	
	text-align: justify;
  }
.Normal_Char14_white 
  {
  	font-family: arial, helvetia, verdana, sans-serif;
	font-size: 16px; 	
	text-align: justify;  
  	color: #FFFFFF;
	font-weight: bold;
  }
.tax_est_caption
  {
  	font-family: arial, helvetia, verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
  }
.tax_est_caption_large
  {
  	font-family: arial, helvetia, verdana, sans-serif;
	font-size: 22px;
	font-weight: bold;
  }
.tax_txt
  {
  	font-family: arial, helvetia, verdana, sans-serif;
	font-size: 12px;
  }
.tax_est
  {
  	font-family: arial, helvetia, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
  }

/* For Main Menu */
#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: left;
font-weight: bold;
font-family: arial;
font-size: 14px;
}

#navcontainer ul li { display: inline; color: #fff;}

#navcontainer ul li a
{
text-decoration: none;

color: #fff;
background-color: #78270c;
}

#navcontainer ul li a:hover
{
color: #fff;
background-color: #990000;
}

/* For Bottom Buttons */

#bottom_buttons ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
font-weight: bold;
font-family: arial;
font-size: 14px;
}

#bottom_buttons ul li { display: inline; color: #fff;}

#bottom_buttons ul li a
{
text-decoration: none;
padding: .2em 1em;
color: #fff;
}

#bottom_buttons ul li a:hover
{
color: #fff;
background-color: #0101FF;
}


/* For Tax Calculator Page */
#tax ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: left;
font-weight: bold;
font-family: arial;
font-size: 14px;
}

#taxul li a
{
text-decoration: none;
padding: .2em 1em;
color: #fff;
background-color: #679ACF;
}

#tax ul li a:hover
{
color: #fff;
background-color: #0101FF;
}
