/************************ HMTL Styles */
body{
	font-family: "Trebuchet MS", tahoma, Arial,sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background:#e3e3e3;
	font-size: 12px;
}
a{
	color: #B00300;
}
a:visited{
	color: inherit;
}
a:hover{
	color: inherit;
}
h1,h2,h3,h4,h5{
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
h1{
 font-size: 120%;
}
h2{
 font-size: 114%;
}
h3{
 font-size: 100%;
}
h4{
}
h5{
}

ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
a img{
	border: none;
}
/************************** Layout */
#mainContainer{
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}
#header{
	width: 100%;
	padding-top: 15px;
	padding-bottom: 20px;
}
#leftColumn{
	float: left;
	width: 209px;
	margin: 0px;
}
#leftColPad{
	padding-right: 15px;

}
#centerColumn{
	float: left;
	width: 721px;
}
#footer{
	clear: both;
	text-align: right;
	display: none;
}

#mainNav{
	text-transform: uppercase;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 15px;
	padding-top: 15px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding-bottom: 15px;
	margin-top: -3px;
}
#mainNav a, #mainNav a:visited{
	color: black;
	text-decoration: none;
}
#mainNav a:hover{
	color: #B00300;
}
#mainNav li{
	background: url(images/menu_bg.gif) no-repeat left center;
	padding-left: 15px;
	margin-left: 15px;
	margin-top: 7px;
	margin-bottom: 7px;
}
#navBox{
	background-color: white;
}
#navBoxTop{
	background-image: url(images/box_tr.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: white;
}
#navBoxBottom{
	background-image: url(images/box_br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: white;
	margin-bottom: 15px;
}
#stateMenuBox{
	background-image: url(images/stateMenuBg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 41px;	
}
#stateMenu{
	margin: 0;
	padding-top: 9px;
	padding-left: 9px;
}
#incfileBanner{
	margin-top: 15px;
}
.titleBox{
	background-image: url(images/titleBg.jpg);
	color: white;
	text-align: center;
	height: 44px;
}
.titleBox h1{
	padding-top: 9px;
	font-size: 150%;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
}
.mainBox{
	background-color: white;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #41464C;
	padding: 20px;
	font-family: "Trebuchet MS", tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.mainBox ul{
	margin-left: 50px;
	margin-top: 20px;
}
.mainBox li{
	margin-top: 5px;
	background: url(images/bullet_check.gif) no-repeat left 1px;
	padding-left: 24px;
}
#totalBox{
	width: 90px;
	height: 90px;
	background-image: url(images/goldBox.gif);
	font-weight: bold;
}
#totalValue{
	padding-top: 20px;
}
.formStyle{
	background-color: #f5f5f5;
	border: thin dashed gray;
	padding: 15px;
}
input.selbutton{
	background: url(images/go.gif) no-repeat;
	color: #fff;
	border: none;
	width: 34px;
	height: 19px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 0px;
}
#sslSeal{
	padding-left: 50px;
	padding-top: 20px;
}