/* CSS Document */
body{
	margin:0px;
	padding:0px;
	background:url(images/mainbg.gif) 0 0 repeat-x #FFFFFF;
	color:#000066;
	font: 12px/16px "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
}
div, p, ul, h1, h2, h4, img, form, label{
	padding:0px;
	margin:0px;
}
ul{list-style-type:none;}

/*----MAIN PANEL----*/
#Pan{
	color:#000066;
	width:800px;
	position:relative;
	margin:0 auto;
	padding:0px;
	height: 18px;
	min-height: 700px;
}

.emphasize_text{
	color:#000033;
	line-height: 1.3;
	background-color: #FFFFFF;
	padding: 5px;
}

.emphasize_text2{
	color:#990000;
	font-weight: bolder;
	font-size: 14px;
	line-height: 1.5;
	text-decoration: underline;
}

.emphasize_text3{
	color:#990000;
	font-weight: bolder;
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 7px;
}

/*----Left Panel----*/
#leftPan{
	width:190px;
	float:left;
}
#leftTopPan{
	width:195px;
	height:125px;
	margin:0;
	padding:0;
	background:url(images/left-top.jpg) 0 0 no-repeat;
}
#leftTopPan img{
	width:160px;
	height:39px;
	margin:5px 0 0 5px;
}

#leftPan ul{
	width:190px;
	height:240px;
	display:block;
	background:url(images/menu-bg.png) 0 0 no-repeat;
	padding:28px 0 0;
}
#leftPan ul li{
	width:90px;
	height:27px;
	margin:0;
}
#leftPan ul li a{
	width:130px;
	height:26px;
	display:block;
	color:#000000;
	font: 15px/18px "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-weight:bold;
	padding:0px 0 0 22px;
	text-decoration:none;
}
#leftPan ul li a:hover{
	color:#FFFFFF;
	text-decoration:none;
	background-color: #990000;
}
#leftPan ul li.home{
	width:130px;
	background: url(images/button.gif) 0 0 no-repeat;
	color:#7F0A5F;
	font: 12px/16px "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-weight:bold;
	text-decoration:none;
	padding:1px 0 0 0px;
	margin-left: 30px;
}
#leftPan ul li.contact{background:none;}

#leftPan h2{
	width:90px;
	height:63px;
	color:#8F146E;
	font-size:24px;
	line-height:63px;
	padding:0 0 0 63px;
	font-weight:normal;
}


/*----/Left Panel----*/

/*----main Panel----*/
#mainPan{
	width:340px;
	float:left;
	text-align: justify;
	margin-left: 25px;
}

#mainPan h1{width:496px; height:172px; background:url(images/header.jpg) 0 0 no-repeat; color:#fff; font:20px/13px "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;; padding:37px 0 0 13px;}
#mainPan h1 span{font: 12/16 "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;}


#mainPan h2{
	width:300px;
	height:36px;
	display:block;
	background:url(images/icon1.jpg) 0 0 no-repeat #F6F4E4;
	color:#8F146E;
	font-size:24px;
	line-height:36px;
	padding:0 0 0 65px;
	margin:29px 0 0 9px;
}

#mainPan h4{
	height:88px;
	display:block;
	color:#FFFFFF;
	font-size:24px;
	line-height:47px;
	padding:11px 0 6px 8px;
	margin:0px 0 6px 0;
	clear:both;
	text-align: left;
	background-color: #3765AE;
}
#mainPan h4 span{
	color:#FFFFFF;
	font-size:13px;
	font-weight:lighter;
	line-height:21px;
}


#mainPan p{
	text-align: justify;
	padding: 3px 0 3px 0;
	margin: 0;
}
#mainPan p.bottompadding{
	padding:22px 0 0 9px;
	margin:0 0 38px 0;
	color: #000033;
}
#mainPan p span.boldtext{
	font-weight:bold;
	font-size: 15px;
	text-align: justify;
	color: #000066;
	line-height: 25px;
}
#mainPan p span.magedacolortext{background:#F6F4E4; color:#8F146E;}
#mainmorePan{width:420px; height:28px; display:block; background:url(images/pattern.gif) 0 0 repeat; border:1px solid #fff; line-height:28px; padding:0 0 0 20px; margin:0 0 0 9px;}
#mainmorePan p.textposition{float:left; padding:0 0 0 18px; margin:0px;}
#mainmorePan a{
	float:left;
	width:200px;
	height:28px;
	display:block;
	background:url(images/morebg.gif) 0 0 no-repeat #D5D2BC;
	color:#1F1E15;
	text-decoration:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
#mainmorePan a:hover{text-decoration:underline;}

#mainmorenextPan{
	width:360px;
	height:28px;
	display:block;
	border:1px solid #fff;
	padding:10px 0 0 0px;
	margin:0;
	text-align: right;
	color: #718DD9;
}
#mainmorenextPan p.textposition{float:left; padding:0 0 0 0px; margin:0px;}
#mainmorenextPan a{
	float:right;
	height:28px;
	display:block;
	color:#3257BA;
	text-decoration:none;
	padding:0;
	margin:0;
}
#mainmorenextPan a:hover{
	text-decoration:underline;
	text-align: right;
	color: #FF0000;
}


#mainaddPan{width:442px; height:170px; position:relative; margin:0 auto; padding:50px 0 0 9px;}
#mainaddonePan{width:218px; height:110px; float:left; background:url(images/image1.jpg) 100% 0 no-repeat #CBC8B2; color:#fff; }
#mainaddonePan p.whitetext{font-size:22px; padding:16px 0 0 16px;}
#mainaddonePan p.whitetextbig{font-size:28px; padding:10px 0 0 16px;}
#mainaddonePan a{width:97px; height:33px; display:block; background:url(images/viewmore.jpg) 0 0 no-repeat #ABA894; color:#fff; font-size:16px; line-height:30px; text-decoration:none; margin:15px 0 0; padding:0 0 0 55px;}
#mainaddonePan a:hover{text-decoration:underline;}

#mainaddtwoPan{width:218px; height:110px; float:left; background:url(images/image2.jpg) 100% 0 no-repeat #CBC8B2; color:#fff; margin:0 0 0 6px;}
#mainaddtwoPan p.whitetext{font-size:22px; padding:16px 0 0 16px;}
#mainaddtwoPan p.whitetextbig{font-size:28px; padding:10px 0 0 16px;}

#mainaddtwoPan a{width:82px; height:33px; display:block; background:url(images/viewmore.jpg) 0 0 no-repeat #ABA894; color:#fff; font-size:16px; line-height:30px; text-decoration:none; margin:15px 0 0; padding:0 0 0 55px;}
#mainaddtwoPan a:hover{text-decoration:underline;}

/*----/main Panel(other pages)----*/

#mainPan2{
	width:580px;
	float:left;
	text-align: justify;
	margin-left: 25px;
}

#mainPan2 h1{width:496px; height:172px; background:url(images/header.jpg) 0 0 no-repeat; color:#fff; font:20px/13px "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif; padding:37px 0 0 13px;}
#mainPan2 h1 span{font:13px/16px Arial, Helvetica, sans-serif;}


#mainPan2 h2{
	width:300px;
	height:36px;
	display:block;
	background:url(images/icon1.jpg) 0 0 no-repeat #F6F4E4;
	color:#8F146E;
	font-size:24px;
	line-height:36px;
	padding:0 0 0 65px;
	margin:29px 0 0 9px;
}

#mainPan2 h4{
	height:30px;
	display:block;
	color:#FFFFFF;
	font-size:20px;
	line-height:25px;
	padding:5px 0 3px 8px;
	margin:0px 0 15px 0;
	clear:both;
	text-align: left;
	background-color: #3765AE;
}
#mainPan2 h4 span{
	color:#718DD9;
	font-size:10px;
	font-weight:lighter;
	line-height:15px;
}


#mainPan2 p{
	text-align: justify;
	line-height: 1.5;
	padding-left: 0px;
	background-repeat: repeat-x;
}
#mainPan2 p.bottompadding{
	padding:22px 0 0 9px;
	margin:0 0 38px 0;
	color: #000033;
}
#mainPan2 p span.boldtext{
	font-weight:bold;
	font-size: 15px;
	text-align: justify;
	color: #000066;
	line-height: 25px;
	border-bottom-color: #A0BAD6;
	border-right-width: 1px;
}
#mainPan2 p span.magedacolortext{background:#F6F4E4; color:#8F146E;}

#submain {
	FLOAT: left;
	WIDTH: 580px;
	COLOR: #000033;
	TEXT-ALIGN: justify;
	vertical-align: top;
	padding-bottom: 20px;
	line-height: 1;
	min-height: 250px;
}
.boxedC1{
	background-color: #3765AE;
	color: #FFFFFF;
	padding: 6px 0 4px 6px;
	height: 15px;
	width: 400px;
	margin: 0px 0 6px 0;
	font: 12px/16px "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-weight: bolder;
}

.boxedC11text{
	color: #000033;
	padding: 2px 0 4px 6px;
	width: 400px;
	font: 12px/16px "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
}

/*----Footer Panel----*/
#footermainPan{
	color:#fff;
	position:relative;
	margin:0 auto;
	height:15px;
	clear:both;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 4px;
	background-color: #3765AE;
}

#footermainPan a{
	text-decoration:underline;
	color: #FFFFFF;
}
#footermainPan a:hover{
	text-decoration:underline;
	color: #FF0000;
}

/*----right Panel----*/
#rightPan{
	width:195px;
	float:right;
	position:relative;
	margin:210px 0 0 0;
	padding:0px 0 10px 0;
	text-align: justify;
}
.rightPantitle{
	font: 14px/18px "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
	padding:4px 0 0 0px;
	color: #FFFFFF;
	background-repeat: repeat-x;
	margin: 0px 0 0px10px;
	height: 27px;
	font-weight: bold;
	background-color: #3765AE;
	}
.righttext{
	float:right;
	position:relative;
	margin:0px 0 0 0;
	padding:12px 15px 0px 15px;
	text-align: justify;
	background-color: #DCE3F5;
}

.righttext_short{
	width:200px;
	float:right;
	position:relative;
	margin:0px 0 0 0;
	padding:0 15px 0px 15px;
	text-align: justify;
	background-color: #D5DEF4;
	text-indent: 30px;
}

.more{
	padding:0px 0 0px 0px;
	color: #718DD9;
	background-repeat: no-repeat;
	float: right;
	}
.more a:hover{
	color: #FF0000;
	}
	
.aa {
	height:18px;
	overflow:hidden;
	background-color: #FFFFFF;
	margin-top: 5px;
	color: #345BC5;
}
.bb {
	color: #3F56A5;
}

.bioPantitle{
	font: 14px/18px "Lucida Grande", Verdana, Geneva, Helvetica, Arial, sans-serif;
	padding:3px 0 0 0px;
	color: #000000;
	background-repeat: repeat-x;
	margin: 0px 0 0px10px;
	background-image: url(images/bar.gif);
	height: 35px;
	width: 466px;
	font-weight: bold;
	}
