* 
{
    padding:0;
    margin:0;
}

body
{
    background-color: #f0f9fe;
	margin: 0;
	padding: 0;
	color: #0c3045;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}


.page-contents-container
{
    background-image: url(../images/pcc-bg.png);
	background-repeat: repeat-y;
	background-position: center;
    margin: auto;
    padding: 0 0 0 30px;
    width: 950px;
    border: none 0 #f0f9fe;
}

.header-logo
{
    background-image: url(../images/header-logo-bg.jpg);
	background-repeat: repeat-x;
	height: 134px;
    margin-bottom: 10px;
    width: 920px;
}

.header-logo .pe-logo
{
    display: block;
    background-image: url(../images/header-logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0;
	padding: 0 35px 0 0;
	height: 136px;
    width: 446px;
}


.header-logo .hasoub
{
    display: block;
    background-image: url(../images/hasoub.png);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0;
	padding: 0;
	height: 49px;
    width: 155px;
    position: relative;
    top: -161px;
    left: 730px;
    z-index: 100;
}

.header-logo .ge-security
{
    display: block;
    background-image: url(../images/ge-security.png);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0;
	padding: 0;
	height: 73px;
    width: 129px;
    position: relative;
    top: -136px;
    left: 724px;
    z-index: 10;
}

.hide-text
{
	text-indent:-10000px; 
	line-height:0px; 
	text-decoration:none; 
	font-size:0px; 
	overflow:hidden; 
}

.footer
{
    background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat-x;
	height: 55px;
	width: 920px; 
	padding-top: 25px;
	text-align: center;
}

.footer .links
{
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
    padding: 0.1em;
}

.footer .links a, .footer .links a:visited
{
	color: #0c3045;
    text-decoration: none;
}


.footer .copyrights
{
    font-family: Verdana,Arial,Tahoma;
    font-size: 9px;
}

.page-main-contents
{
    height:auto !important;
	padding: 8px;
}

.pagination-controls
{
    text-align: center;
    margin: 10px;
    font-size: 10px;
    font-family: Verdana,Arial,Tahoma;
    font-weight: bold;
}

.pagination-controls span
{
    margin: 1px 5px 1px 5px;
}

.pagination-controls a,
.pagination-controls a:hover,
.pagination-controls a:visited
{
    font-family: Tahoma,Verdana,Arial;
    font-size: 9px;
    font-weight: bold;
    text-decoration: none;
    color: #0c3045;
    margin: 0;
    padding: 1px 3px 1px 3px;
    border: solid 1px #0c3045;
}

.pagination-controls a:hover
{
    color: #ffffff;
    background-color: #0c3045;
}

