/*=====================================================================================*/
/*============================== STYLE FOR TOP AREA ===================================*/
/*====================== Top Area includes Main Navigation  ===========================*/
/*=====================================================================================*/
#top{
	width:762px;
	margin:0 auto;
	height:73px;
}
#top #topnavi{
	text-align:right;
	vertical-align:bottom;
}
#top #topnavi img{
	padding:0px 1px;
}
/*=====================================================================================*/
/*============================== STYLE FOR ADVT AREA ==================================*/
/*======================== Top Area includes Flash Banner =============================*/
/*=====================================================================================*/
#advt{
	width:762px;
	margin:0 auto;
	height:163px;
	background:#f0f0f0;
}
/*=====================================================================================*/
/*============================== STYLE FOR MAIN AREA ==================================*/
/*========================== Top Area includes Side Area ==============================*/
/*=====================================================================================*/
#main{
	width:762px;
	margin:0 auto;
	background:url(../images/bg_mp.jpg);
	background-repeat:repeat-y;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	line-height:16px;
}
#main #side{
	width:180px;
	vertical-align:top;
}
#main #container{
	width:530px;
	padding:21px 26px;
	vertical-align:top;
}
#main #container h1{
	padding-bottom:21px;
	padding-left:15px;
	background:url(../images/icon1.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
#main #container h1 span{
	color:#666666;
	font-size:14px;
	display:block;
	padding-top:5px;
}
#main #container ul{
	padding-left:45px;
	list-style-image:url(../images/arrow.jpg);
	line-height:18px;
}
#main #container ul li a{
	text-decoration:none;
	font-weight:bold;
}
#main #container .title{
	background:#8FB7DA;
	color:#fff;
	font-weight:bold;
}
#main #container .heading1{
	background:#F5F5F5;
	font-weight:bold;
	width:30%;
}
#main #container .heading2{
	background:#F5F5F5;
	font-weight:bold;	
	width:70%;	
}
#main #container .gridbdr td{
	vertical-align:top;
}
/*=====================================================================================*/
/*============================ STYLE FOR BOTTOM AREA ==================================*/
/*=================== Bottom Area includes Bottom Navigation ==========================*/
/*=====================================================================================*/
#btm1{
	height:51px;
	margin:0 auto;
	background:url(../images/bg_btm1.jpg);
	background-repeat:repeat-x;
	clear:both;	
}
#btm1 #btm{
	width:760px;
	margin:0 auto;
	background:url(../images/bg_btm.jpg);
	background-repeat:repeat-x;
	line-height:51px;
	border-left:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	clear:both;
}
#btm1 #btm a{
	color:#666666;
	text-decoration: none;	
}
#btm1 #btm a:hover{
	color:#CC6633;
}
#btm1 #btm .col1{
	padding-left:12px;
}
#btm1 #btm .col2{
	text-align:right;
	padding-right:12px;	
}
#btm2{
	width:762px;
	height:54px;
	margin:0 auto;
	background:url(../images/bg_btm2.jpg);
	background-repeat:repeat-y;
	clear:both;	
}