body{
	margin: 0px;
	background: url(../images/bkg1.jpg) top left repeat;
	font-family: "Lucida Sans", Arial, sans-serif;
	font-size: 14px;
}

/*-----------------------*/
/*----container styles---*/
/*-----------------------*/
#container{
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
	width: 812px;
	background: url(../images/bkg2.jpg) top left repeat-y;
}

/*-----------------------*/
/*-----header styles-----*/
/*-----------------------*/
#header{
	margin: 0px 0px 0px 0px;
	color: #CC6600;
	font-weight: bold;
	z-index: 3;
}

/*-----------------------*/
/*-----wrapper styles----*/
/*-----------------------*/
#wrapper{
	margin: 0px 0px 0px 0px;
	width: 708px;
}

/*-----------------------*/
/*-----content styles----*/
/*-----------------------*/
#content{
	padding: 1px 0px 20px 15px;
	float: left;
	z-index: 1;
}

h1{
	margin-bottom: 0px;
	color: #CC6600;
	font-size: 25px;
}

h2{
	margin-bottom: 10px;
	color: #000000;
	font-size: 15px;
}

h3{
	margin-top: 10px;
	color: #CC6600;
	font-size: 18px;
}

a:link, a:active{
	color: #CC6600;
	text-decoration: none;
}

a:hover, a:visited{
	color: #663300;
	text-decoration: none;
}

#content p{
	margin-bottom: 20px;
}

#tableTXT p{
	font-size: 12px;
	margin-top: 3px;
}

li{
	margin-top: 5px;
}

/*-----------------------*/
/*----side nav styles----*/
/*-----------------------*/
#sideNav{
	width: 180px;
	height: 430px;
	padding: 15px 0px 10px 0px;
	background-color: #C06E00;
	background: url(../images/nav_bkg.jpg) top left no-repeat;
	z-index: 2;
	margin: 0px;
	padding: 0px;
	left: 80px;
	top: 175px;
}

#sideNav ul{
	padding-top: 18px;/*padding-top: 7px;*/
	list-style: none;
	color: #FFFFFF;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: bold;
}

#sideNav li{
	margin-top: 0px;
	margin-left: -20px;
	/*height: 10px;*/
}

#sideNav a{
	/*line-height: 12px;*/
	display: block;
	height: 24px;
}

#sideNav a:link{
	color: #FFFFFF;
	text-decoration: none;
}

#sideNav a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

#sideNav a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #D9A866;
}

#sideNav a:active{
	color: #663300;
	text-decoration: none;
}

/*-----------------------*/
/*-----footer styles-----*/
/*-----------------------*/
#footer{
	padding: 0px 0px 0px 50px;
	width: 700px;
	font-size: 14px;
	color: #CC6600;
	clear: both;
}

#footer p{
	line-height: 1px;
}

#footer a{
	font-size: 10px;
}

#disclaimer p{
	text-align: left;
	color: #000000;
	font-size: 9px;
	line-height: 9px;
}
.address2 {
  display: none;
}
.valid {
  background-color: #D0ECAA !important;
}
.invalid {
  background-color: #EC8486 !important;
}
