@charset "windows-1256";

body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-image:url(../images/bg_pat.gif);
	background-repeat:repeat-x;
	background-color:#d0d0d0;
	font-size:12px;
	line-height:20px;
}


body, P, TD {
	color: #333333;
}

.topHeaderImage{
	/*background-image:url(../images/home_header_en.jpg);
	background-repeat:no-repeat;*/
	background-color:#373993;
	height:285px;
	width:968px;
}

.topHeaderBoxA{
	float:left;
	padding-left:10px;
	width:320px;
	padding-top:10px;
}

.topHeaderT1{
	/*color:#FFFF00;*/
	font-weight:bold;
	font-size:18px;
}


.topHeaderT1 a:link {
	/*color:#FFFF00;*/
	font-weight:bold;
	font-size:18px;
	text-decoration: none;
}

.topHeaderT1 a:visited {
	/*color:#FFFF00;*/
	font-weight:bold;
	font-size:18px;
	text-decoration: none;
}
.topHeaderT1 a:hover {
	/*color:#FFFF00;*/
	font-weight:bold;
	font-size:18px;
	text-decoration: none;
}

.topHeaderT1 a:active {
	/*color:#FFFF00;*/
	font-weight:bold;
	font-size:18px;
	text-decoration: none;
}


.topHeaderD1{
	font-weight:bold;
	padding-left:10px;
	width:240px;
}


.topHeaderBoxB{
	float:left;
	width:320px;
	padding-top:10px;	
}


.topHeaderT2{
	/*color:#FFFF00;*/
	font-weight:bold;
	font-size:18px;
}

.topHeaderT2 a:link {
	/*color:#FFFF00;*/
	font-weight:bold;
	font-size:18px;
	text-decoration: none;
}

.topHeaderT2 a:visited {
	/*color:#FFFF00;*/
	font-weight:bold;
	font-size:18px;
	text-decoration: none;
}
.topHeaderT2 a:hover {
	/*color:#FFFF00;*/
	font-weight:bold;
	font-size:18px;
	text-decoration: none;
}

.topHeaderT2 a:active {
	/* color:#FFFF00;*/
	font-weight:bold;
	font-size:18px;
	text-decoration: none;
}

.topHeaderD2{
	font-weight:bold;
	padding-left:10px;
}

td{
	font-size:12px;
}

UL{
	list-style-image:url(../images/bul.gif);
	/* display:block; */
}

LI{
	/* display:block; */

}

.bodyInner{
	background-image:url(../images/bg_inner_pat.gif);
}


.oneColFixCtrHdr #containerHideShad{
	background-image:url(../images/hide_shad.jpg);
	background-repeat:repeat-x;

}


.oneColFixCtrHdr #containerShad{
	background-image:url(../images/bg_shad.png);
	background-repeat:repeat-y;
	background-position:center;	
}

.oneColFixCtrHdr #container {
	width: 968px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-position:-12px;
}

.oneColFixCtrHdr #header {
	background: #FFFFFF; 
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width:968px;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:16px;

}
.oneColFixCtrHdr #mainContent {
	padding: 0 0 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #d9d9d9;
	min-height:400px;
	background-image:url(../images/bg_main_container.png);
	background-repeat:repeat-x;
	background-position:top;
	
}
.oneColFixCtrHdr #footer {
	padding: 10px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#D9D9D9;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding:0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#000000;
	background-color:#D9D9D9;	
}


.oneColFixCtrHdr #footer  a:link {
	font-size:12px;
	/*color: #ffea00;*/
	text-decoration: none;
}

.oneColFixCtrHdr #footer  a:visited {
	font-size:12px;
	text-decoration: none;
	/*	color: #ffea00;*/
}
.oneColFixCtrHdr #footer  a:hover {
	font-size:12px;
	text-decoration: underline;
	/*color: #9d9d9d;*/
}

.oneColFixCtrHdr #footer  a:active {
	font-size:12px;
	text-decoration: none;
	/*color: #ffea00;*/
}


a:link {
	font-size:12px;
	color: #373993;
	text-decoration: none;
}

a:visited {
	font-size:12px;
	text-decoration: none;
	color: #373993;
}
a:hover {
	font-size:12px;
	text-decoration: underline;
	color: #666666;
}

a:active {
	font-size:12px;
	text-decoration: none;
	color: #373993;
}




.hotNews a:link {
	font-size:12px;
	color: #000000;
	text-decoration: none;
}

.hotNews a:visited {
	font-size:12px;
	text-decoration: none;
	color: #000000;
}
.hotNews a:hover {
	font-size:12px;
	text-decoration: underline;
	color: #000000;
}

.hotNews a:active {
	font-size:12px;
	text-decoration: none;
	color: #000000;
}


.whiteLink a:link {
	font-size:12px;
	color: #FFFFFF;
	text-decoration: none;
}

.whiteLink a:visited {
	font-size:12px;
	text-decoration: none;
	color: #FFFFFF;
}
.whiteLink a:hover {
	font-size:12px;
	text-decoration: underline;
	color: #FFFFFF;
}

.whiteLink a:active {
	font-size:12px;
	text-decoration: none;
	color: #FFFFFF;
}


h1{
	color:#373993;
	font-size:18px;
}

h2{
	color:#373993;
	font-size:16px;
}

h3{
	color:#373993;
	font-size:14px;
}



.hotNumbers{
	color:#373993;
	font-size:18px;
	margin:0;
}

.sepVer{
	background-image:url(../images/sep_vertical.gif);
	background-repeat:repeat-y;
	width:1px;
	height:240px;
	float:left;
}

.homebottomSectionA{
	width:290px;
	float:left;
	padding-left:10px;
	padding-right:10px;	
	
}

.homebottomSectionA h1{
	font-size:14px;
	color:#373993;
	font-weight:bold;
}


.homebottomSectionB{
	width:290px;
	float:left;
	padding-left:10px;
	padding-right:10px;
}

.homebottomSectionB h1{
	font-size:14px;
	color:#373993;
	font-weight:bold;
}



.clear{
	clear:both;
}


.shadowSepHome{
	background-image:url(../images/sep_h_shad.png);
	background-repeat:no-repeat;
	width:16px;
	height:462px;
	float:left;
	margin-top:30px;

}

.homeRight{
	padding:20px;
	float:left;
	width:200px;
	color:#B90000;

}

.titleLink a:link {
	color:#B90000;
	font-weight:bold;
	text-decoration: none;
}

.titleLink a:visited {
	color:#B90000;
	font-weight:bold;
	text-decoration: none;
}
.titleLink a:hover {
	color:#FF0000;
	font-weight:bold;
	text-decoration: none;
}

.titleLink a:active {
	color:#B90000;
	font-weight:bold;
	text-decoration: none;
}

.scrollingNews{
	background-image:url(../images/inner_new_03.gif);
	background-repeat:no-repeat;
	width:968px;
	height:28px;	
	padding-top:10px;
}

.scrollingNews span{
	font-size:14px;
	color:#FFFFFF;
	padding-right:10px;
	padding-left:20px;
}



.newsDate{
	font-size:10px;
	color:#c4161c;
}


.newsTitle{

}

.newsDetails h1{
	color:#ec5219;
	font-size:10px;
}


.pageEnd{
	width:968px;
	margin:0 auto;
}

.FAQQuestions{
	color:#373993;
	font-size:14px;
	font-weight:bold;
	margin-left:0px;
}

.hrFAQ{
	width:98%;
	color:#b2d7ff;
	height:1px;
}


.readmore{
	font-size:12px;
}

.readmore a:link {
	font-size:12px;
	color: #ff7200;
	text-decoration: none;
}

.readmore a:visited {
	font-size:12px;
	text-decoration: none;
	color: #ff7200;
}
.readmore a:hover {
	font-size:12px;
	text-decoration: underline;
	color: #ff7200;
}

.readmore a:active {
	font-size:12px;
	text-decoration: none;
	color: #ff7200;
}



.myInput{
	border:solid #CCCCCC 1px;;
	color:#373993;
	font-size:16px;
	font-weight:bold;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;	
}

.sepDots{
	border-top:1px #999999 dotted;
	width:200px;
	height:1px;
}


#fscroller{

}

.searchResult{
	background-color:#FFFF33;
}


.tableHeader{
	background-color:#004180;
	color:#FFFFFF;
	font-weight:bold;
	height:30px;
	padding:4px;
}


.tableRowOdd{
	background-color:#F2F5F9;
}

.tableRowEven{
	background-color:#D9E3EC;

}

.borderStyleA{
	border:solid 1px #b2d7ff;
}


.required{
	color:#FF0000;
}















.quote {
   background:url('../images/quote-left.gif') no-repeat left top;
   padding-top: 25px;
   padding-left:0px;
   font-size:15px;
   color:#696969;
   width:200px;
}

.quote div {
	background: transparent url("../images/quote-right.gif") right bottom no-repeat;
	 padding-right: 00px;
	 padding-bottom: 25px;
}

