/* CSS Document */
html, body, ul, ol, p, h1, h2, h3, h4, h5, h6, form, fieldset, img {
	padding : 0;
	margin : 0;
	border : 0;
	} 

body {
	padding : 0;
	margin : 0;
	background-color:#c8c9c3;
	color : #000;
	text-align : center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
} 

ul{
	list-style-type:none
}

/*----MAIN PANEL----*/
#mainPan { 
	width : 778px;
	background-color : #FFFFFF;
	margin : 10px auto 0 auto;
	border : 2px solid #000000;
	text-align : left;
	position : relative;
} 

/*----TOP PANEL----*/
#topPan { 
	width : 778px;
	height : 230px;
	background-image:url(../images/pdrp_banner.jpg);
	background-repeat : no-repeat;
	padding : 0;
	margin : 0;
} 

/*----/TOP PANEL----*/


/*----/HEADER PANEL----*/


/*----BODY PANEL----*/
#bodyPan{
	width:752px;
	margin:0 auto 0 10px;
	padding:0;
	
}
/*----Body Left Panel----*/
#leftPan{
	width:200px;
	float:left;
	padding:15px 5px 20px 0;
	margin: 0 5px 0 0;
	background-color:#FFF;
}
#leftPan ul{
	width:193px;
}
#leftPan li{
	width:193px; 
}
#leftPan ul li a{
	width:193px; 
	display:block; 
	background: #060B33 url(../images/bullet_normal.jpg) no-repeat 5px 10px; 
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform: uppercase;
	font-size:12px;
	line-height: 25px;
	padding:0 0 0 15px;
	text-decoration:none;
}

#leftPan ul span li a{
	width:193px;
	display:block;
	background: #666666 url(../images/bullet_normal.jpg) no-repeat 5px 10px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform: uppercase;
	font-size:12px;
	line-height: 25px;
	padding:0 0 0 15px;
	text-decoration:none;
}

#leftPan ul li a:hover{
	width:193px;
	display:block;
	background: #fff url(../images/bullet_hover.jpg) no-repeat 0 5px 10px; 
	color:#999999; 
	text-decoration:strong;
}

#leftPan ul span li a:hover{
	width:193px;
	display:block;
	background: #fff url(../images/bullet_hover.jpg) no-repeat 0 5px 10px; 
	color:#000033; 
	text-decoration:strong;
}

#leftPan table {
	width:200px;
	float:left;
	padding:15px 5px 20px 0;
	margin: 0 5px 0 0;
	background-color:#FFF;
}	

/*----/Body Left Panel----*/

/*----Body Right Panel----*/
a:link {color:#000000; text-decoration: underline; line-height: normal; }
a:active {color: #000000; text-decoration: underline; line-height: normal; }
a:visited {color: #000000; text-decoration: underline; line-height: normal; }
a:hover {
	color: #999999;
	text-decoration: underline;
	line-height: normal;
}

#rightPan{
	width:499px; 
	float:left; 
	padding:15px 0px 20px 25px;
	background-color:#FFFFFF;
	border-left:solid 1px #6e7649;
	margin:0;
}

#rightPan .mainimage{
	width:475px;
	height:323px;
	background-image:url(../images/main_image2.jpg);
	margin:0 0 15px 12px;
	padding:0;
}

#rightPan p{
	padding:10px 10px 0 0;
	text-align:left;
	color:#000000;
	line-height:normal;
}
#rightPan .leftimage{
	float:left;
	margin: 7px 10px 5px 0;
	padding:0;
}
#rightPan .rightimage{
	float:right;
	margin: 5px 0 5px 10px;
	padding:0;
}
#rightPan .centerimage{
	margin: 50px 5px 5px 200px;
	padding:25px 0 0 0;
}

#rightPan h1{
	color:#6e7649; 
	font-size:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	line-height:18px;
}
#rightPan h2{
	padding:5px 0 0 0;
	color:#a5b8c9; 
	font-size:12px; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	text-transform:uppercase;
	text-align:left;
	line-height:18px;
}

#rightPan li {
	list-style-position: inside;
	}

#rightPan table {
	margin: 5px 0px 0px 0px;
	border-collapse:collapse;
	border:solid 1px #6e7649;
	background-color: #FFFFFF;
	}
#rightPan th strong {
	color: #fff;
}
#rightPan th {
	height: 20px;
	width: 100px;
	padding-left: 5px;
	padding-right: 5px;
	color: #FFF;
	text-align: left;
	text-transform:capitalize;
	font-size:12px;
	border-left: 1px solid #E8E8E8;
	border-bottom: solid 2px #fff;
	background-color: #666666;
}
#rightPan tr {
	height: 15px;
	width: 100px;
}
#rightPan td {
	font-size:11px;
	color:#666666;
	line-height:normal;
	text-align:left;
	padding: 5px;
	border-left: 1px solid #E8E8E8;
	border-bottom: 1px solid #DFDFDF;
}
#rightPan td.first,th.first {
	border-left: 0px;
	}
#rightPan tr.row-a {
	background: #FFFFFF;
	
}
#rightPan tr.row-b {
	background: #c8c9c3;
}




/*----/Body Right Panel----*/
/*----/BODY PANEL----*/
/*----/MAIN PANEL----*/

/*----FOOTER PANEL----*/
#footermainPan{
	width:778px;
	height:68px;
	background:#070708; 
	color:#c8c9c3; 
	margin:0; 
	clear:both; 
	padding:5px 0;
}
#footermainPan p{
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
	color: #fff;
	line-height: 12px;
	padding:2px 25px;
}

/*----/FOOTER PANEL----*/
