HTML {
	height:100%;
	width:100%;
	padding:0 0 0 0;
	margin:0 0 0 0;
}
BODY {
	height:100%;
	width:100%;
	padding:0 0 0 0;
	margin:0 0 0 0;

	
	background-repeat:repeat-x;
	background-color:#fff;
	font-family:Arial, "Arian AMU", "Arial AMU", Arial, Sylfaen, "Arial Unicode";
	font-size:small;
	text-align: center; 
	
	color:#444;
}
OPTION {
	font-family:"Arian AMU", "Arial AMU", Arial, Sylfaen, "Arial Unicode";
	font-size:medium;
}
#page {
	height:auto;
	width:960px;
	text-align:center;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
}

#content {
	padding:10px 10px 10px 10px;
	text-align:left;
	width:940px;
	height:auto;
}

#service_list {
	list-style:none;
	margin-left:20px;
	padding:0;
	/*cursor:pointer;*/
}

#service_list TH {
	background-color:#EEE;
	color:#900;
	font-weight:bold;
}

#service_list LI {
	list-style:url(../images/ok.png);
	margin:0 0 10px 15px;
	font-weight:bold;
}

#service_list A {
	text-decoration:none;
	color:#900;
	font-size:small;
}

#service_list A:hover {
	text-decoration:underline;
	color:#F00;
	font-size:small;
}


#pleaseWait {
	background-color:#FFF;
   filter:alpha(opacity=70);
   -moz-opacity: 0.7;
   opacity: 0.7;
   position:absolute;
   left:0;
   right:0;
   height:100%;
   width:100%;
   padding-top:25%;
   font-size:large;
   color:#900;
   display:none;
}

H1, H2, H3 {
	color:#969696;
}

H1 {
	background:url(../images/title_background.gif) bottom left no-repeat;
	font-size:18px;
	height:55px;
	padding:0 0 0 50px;
	font-weight:normal;
	margin:0;
}

th {
	background-color:#900;
	color:#FFF;
	text-align:center;
	height:22px;
}

.faq_question {
	border-bottom:1px solid dotted;
	padding:5px 0 5px 5px;
	cursor:pointer;
	margin:2px 0 2px 0;
}

.faq_question:hover {
	background-color:#f5f5f5;
	color:#F00;
	border-bottom:1px solid dotted;
}
.faq_answer {
	display:none;	
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	font-style:italic;
	background-color:#f2f2f2;
	padding:10px;
}
#online_question select {
	width:400px;
	border:1px solid #666;
	font-family:"Arian AMU", "Arial Unicode", Arial, Helvetica, sans-serif;
	font-size:small;
	color:#900;	
}

.ch, ch1 {
	width:400px;
	border:1px solid #666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#900;
}


.chcapcha {
	width:220px;
	border:1px solid #666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#900;
}

#topMenu {
	/*background-image:url(../images/top_tile.gif);
	background-repeat:repeat-x;*/
	background-color:white;	
	outline:none;
}

object {
	outline:none;
}

#bottom {
	width:960px;
	height:50px;
	background-image:url(../images/bottom_tile.gif);
	background-repeat:repeat-x;
}

#bottomText {
	width:920px;
	color:#FFF;
	font-size:12px;
	height:25px;
	padding-top:25px;
}

#pageContent {
	width:700px;
}

.rollOverTR TR:hover {
	background-color:#CCC;
}

#searchBlock {
	border-bottom:1px dotted #CCC;	
	border-top:1px dotted #CCC;	
	background-color:#FFD;
	padding:5px 15px 5px 15px;
	width:910px;
}


.btn {
	background:url(../images/btn_bg.gif) repeat-x top;
	border:none;
	height:24px;
	color:white;
	font-family:"Arian AMU", "Arial AMU", "Arial Unicode", Sylfaen, Arial;
	font-size:12px;
	cursor: pointer; cursor: hand;
}


.text {
	width:300px;
	border:1px solid #999;
}


.help_preview {
	background-color:#FFFFCC;
	border:1px solid #FF9900;
	overflow:visible;
	position:absolute;
	padding:5px 5px 5px 5px;
	border:1px #333333 solid;
	text-align:left;
	display:none;
}

.errors {
	background-color:#FFC;
	color:#900;
	margin:1px 0 1px 0;
	padding:3px 3px 3px 3px;
	width:80%;
	font-size:small;
}

#secondMenu {
	clear:both;
	height:60px;
	white-space:normal;
	text-align:center;
}

#secondMenu .sec_menu_corner {
	background:none;
}

#secondMenu TD {
	height:68px;
	background:url(../images/sec_menu_tyle.gif) repeat-x top;
}

#secondMenu A {
	color:#606a74;
	font-size:12px;
	font-family:"Arian AMU",Arial, "Arial Unicode", Sylfaen;
	text-decoration:none;
	font-weight:bold;
	vertical-align:middle;

}

#secondMenu A:hover {
	color:#900;
}

A.main:link
{
	color:#606a74;
	text-decoration:none;
	font-weight:bold;
}
A.main:visited
{
	color:#606a74;
	text-decoration:none;
	font-weight:bold;
}
A.main:hover
{
	color:#222d2d;
	text-decoration:underline;
	font-weight:bold;
}

.ch1, select {
    width:125px;
   
}
