/* CSS Document */
body{
	margin:0px;
	padding:0px;
	background:url(images/mainbg.jpg) 0 0 repeat-x #F6F4E4;
	color:#292821;
	font:14px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
div, p, ul, h1, h2, h4, img, form, label{padding:0px; margin:0px;}
ul{list-style-type:none;}

/*--- Content ----*/
#main{
	width:800px;
	position:relative;
	margin:0 auto;
	padding:0px;
	min-height: 580px;
}


/*----Navigation----*/
#left{width:240px; float:left; height: 100%;}
#leftTop{width:240px; height:125px; position:relative; margin:0 auto; padding:0; background:url(images/left-top.jpg) 0 0 no-repeat;}
#leftTop img{width:160px; height:45px; margin:30px 0 0 37px;}

#left ul{width:240px; height:231px; display:block; background:url(images/menu-bg.jpg) 0 0 no-repeat; padding:28px 0 0;}
#left ul li{
	width:118px;
	height:27px;
	position:relative;
	margin:0 auto;
	background:url(images/dot.gif) 0 100% repeat-x;
}
#left ul li a{
	width:96px;
	height:26px;
	display:block;
	background:url(images/arrow-normal.gif) 0 50% no-repeat #F6F4E4;
	color:#504E3F;
	font:13px/26px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:0 0 0 22px;
	text-decoration:none;
}
#left ul li a:hover{background:url(images/arrow-normal.gif) 0 50% no-repeat #F6F4E4; color:#64119B; text-decoration:none;}
#left ul li.active{
	width:96px;
	height:27px;
	display:block;
	color:#64119B;
	font:13px/26px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	padding:0 0 0 22px;
}


/*----Right Panel----*/
#right{width:560px; float:left;}
#right h1{
	height:124px;
	background:url(images/header.jpg) 0 0 no-repeat;
	color:#fff;
	font:400%/120% Georgia, "Times New Roman", Times, serif;
	padding:37px 0 0 23px;
}
#right h1 span{font: 40% Georgia, "Times New Roman", Times, serif;}
#right h2{
	width:350px;
	height:36px;
	display:block;
	background:url(images/icon2.jpg) 0 0 no-repeat #F6F4E4;
	color:#64119B;
	font-size:24px;
	line-height:36px;
	padding:0 0 0 75px;
	margin:29px 0 0 0px;
}

#right h3{width:300px; display:block; color:#64119B; font-size:18px;  margin:0 0 0 9px; clear:both; padding-top:20px; padding-bottom:10px;}
#right h4 span{color:#9F9D81; background:#F6F4E4; font-size:16px; font-weight:bold; line-height:18px;}

#right p{padding:10px 0 0 9px;}
#right p span.colortext{color:#64119B;}

#right ul {padding-left: 40px; list-style:circle}

#rightmore{width:420px; height:1px; display:block; border:1px solid #fff; line-height:28px; padding:0 0 0 20px; margin:0 0 0 9px;}
#rightmore p.textposition{float:left; padding:0 0 0 18px; margin:0px;}
#rightmore a{float:left; width:36px; height:1px; display:block; color:#1F1E15; text-decoration:none; padding:0 15px 0 45px; margin:0 0 0 135px;}
#rightmore a:hover{text-decoration:underline;}

#rightmorenext{
	width:520px;
	height: 1px;
	display:block;
	line-height:1px;
	padding:0 0 0 20px;
	margin:0 0 0 9px;
}
#rightmorenext p.textposition{float:left; padding:0 0 0 18px; margin:0px;}


.floatR {float:right;}
.floatL {float:left;}

/*----/Right Panel----*/

/*----Footer Panel----*/
#footermain{background:url(images/footerbg.gif) 0 0 repeat-x #6B6854; color:#fff; position:relative; margin:0 auto; height:150px; clear:both; width:100%;}
#footer{width:691px; position:relative; margin:0 auto; font:12px/15px "Trebuchet MS",Arial, Helvetica, sans-serif; font-weight:normal;}

#footer p.copyright{width:204px; position:absolute; top:70px; left:218px;}


hr 	{		height: 1px; 
			background-color: #64119B; 
			width: 80%; }

