

#level1_pdst, #level2_pdst, #level3_pdst, #level4_pdst, #level5_pdst
{	width: 978px;
	margin: 0 auto;
	color: #fff;
	position: relative;	
}


#level1_pdst
{
	background-image: url('../images/1main.jpg');
	background-repeat: no-repeat;
	height: 88px;
}

#level1-right_side_pdst
{
	height: 100%;
	position: absolute;
	right: 0;
	text-align: right;
}

#level2_pdst
{
	background-color: #fff;
	width: 974px;
	height: 35px;
	border: 1px solid #000;
	z-index: 10;
}
#level3_pdst
{
	background-color: #fff;
	width: 974px;
	border: 1px solid #000;
	vertical-align: top;
}
#level4_pdst
{
	width: 100%;
	margin: 0 auto;
	float: left;
	padding: 10px 0 30px 0;
	background: #112f5e;
	color: #fff;
	text-align: center;
}


#level5Copyright_pdst > a
{
	color: #fff;
	text-decoration: none;
}
#level5Copyright_pdst > a:hover
{
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dashed #fff;
}
#level5Copyright_pdst > a:visited
{
	color: #fff;
}
#level5Copyright_pdst
{
	width: 50%;
	float: left;
}
#level5bip_pdst
{
	width: 49%;
	float: right;
	text-align: right;
}







#searchForm
{
	margin: 15px 0 0 0;
}
#searchFormInput
{
	width: 188px; 
	height: 17px;
	background-color: #304364;
	border: 1px solid #5d6b86;
	color: #c1c1c1;
	font-size: 10px;
	float: left;
	margin-right: 10px;
}
.searchIcon
{
	cursor: pointer;
}
#path
{
	margin-left: 10px;
	color: #444;
	font-size: 11px;
	padding-top: 5px;
}
#path a
{
	font-family: Trebuchet MS, Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #444;
	text-decoration: none;
}
#path a:hover
{
	text-decoration: underline;
}
#right-menu
{
	float: left;
	width: 242px;
	height: 550px;
	position: relative;
	left: 20px;
}
#right-menu ul
{
	color: #444;
}
#right-menu ul li:hover
{
	cursor: pointer;
	/*text-decoration: underline;*/
}
.selected
{
	font-weight: bold;
	border-bottom: 1px dashed grey;
	border-left: 1px dashed grey;
	padding-left: 3px;
}
#main
{
	float: right;
	/*width: 692px;*/
	width: 685px;
	color: #000000;
	margin-bottom: 20px;
	padding: 20px;

}
p.lead
{
	font-weight: bold;
}
div.pagination
{
	width: 100%;
	text-align: center;
}
div.pagination > span.pagination_inactive
{
	display: inline-block;
	padding: 0 5px;
	border: 1px solid grey;
	cursor: pointer;
}
div.pagination > span.pagination_inactive:hover
{
	color: #fff;
	background-color: #000;
}
div.pagination > span.pagination_active
{
	border: none;
}

#footer
{
	width: 980px;
	margin: 0 auto;
	text-align: left;
}



