@charset "utf-8";
/* CSS Document */

*
{
	margin:0px auto;
	padding:0px;	
}


body
{
	background:url(images/bodyBackground.gif) repeat-x #e3e3e3;
	font-family:Arial;
	color:#918ea6;
}


#main_container
{
	width:952px;
	padding:8px 0 0 10px;;	
}

#content
{
	background:url(images/contentBackground.gif) no-repeat #FFFFFF;
	margin:13px 0 0 0;
	padding:15px;
}


/* left hand side content*/
#left_content
{
	width:572px;	
	clear:both;
	padding:10px 0 0 32px;
	float:left;
}

#left_content p {
	margin-bottom: 15px;	
}

#left_content ul li
{
	line-height:20pt;
	list-style:url(images/check.gif);
	margin-left:35px;
}

.blackHeader
{
	background:#000000 no-repeat;
	height:15px;
	color:#FFFFFF;
	font-size:11pt;
	padding:10px;	
}
#obligation
{
	background:#e9e9e9;
	padding:15px;
	width:256px;
	height:170px;
	float:left;
	font-size:8pt;
	color:#c60b05;
	font-weight:500;
	line-height:14pt;
}
#obligation2
{
	background:#e9e9e9;
	padding:15px;
	width:256px;
	height:170px;
	float:left;
	font-size:8pt;
	color:#c60b05;
	line-height:14pt;
}

/* left hand side content end*/


/* right hand side content*/

#right
{
}
#right_content
{
	background:url(images/formBackground.gif) repeat-x;
	width:295px;
	height:400px;
	float:left;
	margin:10px 0 0 20px;
	font-size:8pt;
	color:#FFFFFF;
}
.tbl
{
 font-size:15px;
 margin-left:20px;
}

#Benefits
{
width:268px;
margin:10px 0 0 20px;
float:left;
}
.blackHeader2
{
	background:#000000 no-repeat;
	color:#FFFFFF;
	font-size:11pt;
	padding:10px 15px;
	width: 265px;
}

#Benefits ul li
{
	line-height:18pt;
	list-style:url(images/arrow.jpg);
	font-size:10pt;
	margin-left:35px;
	
}
/* right hand side content end*/


/*Bottom*/
 #bottom_back
 {
 	background:url(images/bottombackground.gif) repeat-x;
	width:100%;
	height:488px;
 }
 #bottomContent
 {
 	width:918PX;
	color:#FFFFFF;
	padding-top:10px;
 }
 
 #bottomContentLeft
 {
 	width:457px;
	float:left;
	font-size:9pt;
	line-height:14pt;
 }
 
  #bottomContentRight
 {
 	width:400px;
	float:left;
	font-size:9pt;
	line-height:14pt;
	padding-left:10px;
 }
 
/*Bottom Ends*/

#footer
{
	font-size:9pt;
	color:#FFFFFF;
	text-align:center;
	padding-top:80px;
	line-height:14pt;
}

#footer .footerlinka {
	text-decoration: none;
	color: #ffffff;	
}
#footer .footerlinka:link {
	text-decoration: none;
	color: #ffffff;	
}
#footer .footerlinka:visited {
	text-decoration: none;
	color: #ffffff;
}
#footer .footerlinka:hover {
	text-decoration: underline;
	color: #bbbbbb;
}



.black {
	color: black;	
}

.response {
	font-family:Arial, "Times New Roman", Times, serif;
	font-size:10px;
	color:#ffffff;
	line-height:12px;
	font-weight:normal;
	border: thick solid #ffffff;
	display: none;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

