#tlc, #trc { zoom: 1 }


body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	background-color:#feffef;
	margin: 0px 0px 20px 0px;
	background-image:url(img/floral_bg.gif);
	background-repeat: no-repeat;
}

.para {
	font: 11px/12px Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #999999;
}
.para_tahoma3 {

	font: 11px/12px Tahoma;
	color: #000000;
}

.content {
	width: 805px;
	overflow: auto;
	
	
}
.leftnav{
	width: 160px;
	margin: 27px 0px 25px 30px;
	float: left;
	
}
.rightcontent{
	width: 545px;
	margin: 27px 0px 10px 30px;
	float: left;

}

#image1{
	float: left;
	margin: 0px 20px 0px 0px;
	width: 200px;
	
}

#image2{
	float: left;
	margin: 0px 20px 0px 0px;
	width: 300px;
	
}
.header{
	font-family:"Times New Roman", Times, serif;
	font-size: 42px;
	color: #000000;
	position: relative;
	width: 620px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 270px;
	margin-top: 40px;
	
}
.footer{
	width: 715px;
	color: #4a4a4a;
	font-size: 11px;
	margin: 0px auto 20px auto;
	padding: 0px 0px 0px 0px;

}
/*  text styles */

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9b0917;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;

}
p{
	margin: 0px 0px 16px 0px;
	padding: 0px 0px 0px 0px;
	text-align: justify;
	line-height: 18px;
}
.caption_txt{
	width: 200px;
	text-align: center;
	margin: 5px 0px 0px 0px;
	
}
.caption_txt2{
	width: 300px;
	text-align: center;
	margin: 5px 0px 0px 0px;
	
}
.black_txt{
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.red_txt{
	color: #9b0917;
	font-weight: bold;
}

/*  Border code   */

#box
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 3em;
	padding: 0;
	text-align: left;
	width:80%;				/* <-- use this to tie width to viewport size */
	width: 846px;				/* <-- use this for a set width */
	background-color: #ffffff;
}
#page{
	padding: 3em;
}


/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(images/tlc.gif);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(images/trc.gif);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(images/blc.gif);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(images/brc.gif);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(images/tb.gif);
	background-position: 0% 0%;
	
	}

#bb
	{
	background-image:url(images/bb.gif);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(images/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-image:url(images/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
/*  menu */

#vertmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 100%;*/
	font-size: 11px;
	width: 160px;
	padding: 0px;
	margin: 0px;
}

#vertmenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}
#vertmenu ul li {
	margin: 0px;
	padding: 0px;
}
#vertmenu ul li a {
	/*font-size: 80%;*/
	display: block;
	border-bottom: 1px solid #dbdbdb;
	padding: 8px 0px 7px 4px;
	text-decoration: none;
	color: #555555;
	width:160px;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
	color: #9b0917;
	background-color: #f6f6f6;
}
.highlight_item{
	color: #9b0917;;
}

a{
	color: #999999;
	text-decoration: none;
}
.faq_list{


}
.faq_list li{
	margin-bottom: 5px;
	

}
.faq_list li#list_desc{
	margin-bottom: 5px;
	list-style: none;
}
