body
	{
		font-family: Arial;
		font-size: 13px;
		color: #000000;
		padding-top:5px;
		background-image:url(images/background1.jpg);
		background-repeat:repeat-x;
		background-color:#000000;
	}
.small_text
	{
		font-size: 10px;
	}
#header
	{
		/*background: url(images/header111.png) no-repeat top;*/
		width: 786px;
		height: 100px;
		text-align: right;
		color: #7c7c7c;
	}
#box-link
	{
		position:absolute;
		top:14px;
		left:0px;
		width:500px;
		height: 100px;
		background-color: transparent;
	}

.heading
	{
		padding-top:10px;
		padding-right: 20px;
		font-weight: bold;
		font-size: 24px;
		color: #004c96;
	}
.headingChat
	{
        color: #004c96;
		padding-bottom:5px;
		font-weight: bold;
		font-size: 24px;
	}
#footer
	{
		background: url(images/footer.jpg) no-repeat top;
		width: 786px;
		height: 36px;
		text-align: right;
		color: #7c7c7c;
	}
#footing
	{
		padding-top:5px;
		padding-bottom:5px;
		font-weight: bold;
		font-size: 22px;
		text-align: center;
	}
.main
	{
		border-left: solid 2px #dee7f0;
		border-right: solid 2px #dee7f0;
	}
.message
	{
		color: #ffffff;
		font-size: 24px;
		/*
		background: url(images/message_box_bg.jpg) repeat-x; 
		*/
		background-image:url(images/middle_blue.png)
	}
.message_gray
{
		color: #000000;
		font-size: 24px;
		/*
		background: url(images/message_box_bg.jpg) repeat-x; 
		*/
		background-image:url(images/middle_gray.png)
}
.form_back
{
		color: #FFFFFF;
		width: 274px;
		background-image:url(images/gback2.png);
		background-repeat:repeat-x;
		
		
}
.message1
	{
		color: #000000;
		font-size: 24px;
		text-align:center;
		/*background: url(images/message_box_bg.jpg) repeat-x; */
	}
	
	
.center
	{
		text-align:center;
	}
#left_table
	{
		padding-top: 10px;
	}
#right_border
	{
		border-right: solid 2px #ececec;
	}



/* left panel */
#left_panel
	{
		background:url(images/left_panel_bg.jpg) repeat-y;
		width: 486px;
	}
#left_panel_inner
	{
		background:url(images/left_panel_bottom.jpg) no-repeat bottom left;
	}
#left_panel_content
	{
		padding-left: 250px;
		border-bottom: solid 1px #ffffff;
		padding-top: 20px;
		padding-bottom: 30px;
	}
.form
	{
		float:right;
		width: 274px;
		background-image:url(images/yback.png);
		max-height:500px;
		padding:0;
		/*background: url(images/redback.jpg) no-repeat top ;*/
		
	}
.form2
	{
		float:none;
		width: 274px;

		padding: 5px; 
		margin: 0 auto;
		border-width:1px;
		border-color:#000000;
		border-style:solid;
	}

#content
	{
		padding: 8px;
	}
.frm_content
	{
		/*background: url(images/form_bottom.jpg) no-repeat bottom ;*/
		color: #FFFFFF;
		font-weight:700;
		padding-top: 0px;
		padding-bottom: 20px;
	}
frm_content_2
	{
		color: #777777;
		padding-top: 20px;
		padding-bottom: 20px;
	}
ul
	{
		margin-top: 0px;
	}
form
	{
		margin: 0px;
	}
.item_title
	{
		padding:5px 0 0 5px;
		padding-left: 10px;
	}
.frm_content{padding: 100px;}

.frm_fld
	{
		padding-left: 10px;
	}
input, option, textarea
{
		border-bottom:thin;
		border-bottom-style:solid;
		border-right:thin;
		border-right-style:solid;
		border-color:#CCCCCC;
}


.frm_fld_submit
	{
	text-align:center;
		/*
		padding-top: 7px;
		padding-left: 10px;
		*/
	}
#content_right
	{
		float:right;
		padding: 10px;
	}
#content_text
	{
		padding: 10px;
	}
.blue_heading
	{
		color: #004c96;
		font-size:16px;
		font-weight:bold;
		padding: 5px;
	}
#contenttext
	{
		padding:5px;
	}
#text
	{
		border: solid 1px #ececec;
		background: #f5f5f5;
		padding: 10px;
	}
.orange_heading
	{
		background: url(images/list_style_circle.jpg) left center no-repeat;
		color: #c53b0a;
		height: 21px;
		padding-left: 25px;
		font-size: 15px;
		font-weight:bold;
	}
.point
	{
		padding-left: 20px;
		font-weight: bold;
	}
a
	{
		/*color: #474747;*/
		color: #004c96;
		font-weight:bold;
		text-decoration:underline;
	}
.testimonial	
		{
		color: #c53b0a;
		font-weight:bold;
	}
.style3 {font-size: x-small}
.required { 
	color:#FE7070;
	font-size:large;
	font-weight:bold;
	}
.requiredSmall { 
	color: #FF0000;
	font-size:16px;
	font-weight:bold;
	}