/* andreas03 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use for any purpose as long as the proper credits are given to the original author.

Version: 1.2
(Nov 28, 2005)

Screen layout: */

body{
margin:0;
padding:30px 0;
font-family:Arial, Helvetica, sans-serif;
font-size:0.75em;
background:#047 url(img/bodybg.png) repeat-x fixed;
color:#222;
}

#thetop{
margin:0;
}

#container{
width:720px;
margin:0 auto;
padding:20px 20px 0 20px;
background:#fff url(img/contbg.png) no-repeat;
color:cecdcd;
}

a{
text-decoration:none;
background-color:inherit;
color:#222;
font-weight:bold;
}

a:hover{
text-decoration:underline;
color:#bc0e0e;
}

a img{
border:0;
}

p{
margin:0 0 15px 0;
line-height:1.5em;
}



#logo{
float:left;
width:185px;
height:103px;
text-align:center;
color:#555;
overflow:auto;
background-image:url(img/phi_logo_1.gif)
}

#intro p{
}

#intro{
	z-index: 100;
	background-image: url(img/topnav.jpg);
	background-repeat: no-repeat;
	float: right;
	width: 339px;
	height: 31px;
	margin-top: 72px;
}

#main{
float:left;
width:530px;
margin-right:20px;
padding:0;
font-size:0.9em;
}

.headerstyle{
display:block;
margin:0px 0 10px 0;
padding:5px 0 5px 8px;
background:#eee url(img/gradient2.png) repeat-x;
color:#222;
border-top:1px solid #ddd;
border-right:1px solid #bbb;
border-bottom:1px solid #bbb;
border-left:1px solid #ddd;
text-decoration:none;
}

#sidebar{
width:155px;
float:right;
margin-top:20px;
font-size:1em;
line-height:1.3em;
}

#sidebar p{
font-size:0.9em;
}

.sidelink{
display:block;
width:140px;
margin:3px 10px 2px 0;
padding:5px 0 5px 8px;
font-size:1.1em;
font-weight:bold;
text-align:left;
background:#eee url(img/gradient1.png) repeat-x;
color:#222;
border-top:1px solid #ddd;
border-right:1px solid #bbb;
border-bottom:1px solid #bbb;
border-left:1px solid #ddd;
}


.sidelink:hover,.menuheader{
background:#fff url(img/gradient2.png) repeat-x;
color:#bc0e0e;
border-top:1px solid #ddd;
border-right:1px solid #888;
border-bottom:1px solid #888;
border-left:1px solid #ddd;
text-decoration:none;
}

.sidelink  li ul a {
border-top:1px solid #ddd;
border-right: 4px solid #bbb;
border-bottom: 1px solid Blue;
border-left: 4px solid #FF3300;
}
#footer{
margin:0 auto 20px auto;
width:760px;
background:#fff url(img/footerbg.png) bottom left no-repeat;
padding:0 0 5px 0;
font-size:0.9em;
color:#888;
text-align:center;
}

h1,h2,h3,h4{
margin:0 0 10px 0;
font-weight:normal;
}

h1{
font-size:2.8em;
}

h2{
margin:0 0 4px 0;
font-size:1.8em;
}

h3{
margin:20px 0 8px 0;
font-size:1.4em;
}

h4{
margin:10px 0 5px 0;
font-size:1.2em;
}

.clear{
	clear:both;
	margin:0;
	border-top: 3px solid #cff3e7;
}

.right{
text-align:right;
}

.internallink{
font-size:0.9em;
text-align:center;
}

.block{
padding:20px;
background:#eee;
color:#222;
border:2px solid #ddd;
text-align:center;
}

.credit{
color:#888;
background-color:inherit;
}

.hide{
display:none;
}

#newscon {

	color:#000000;
	padding:2px;
	margin-top: 30px;
}

#newscon h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
}

h2, h3 {
	font-weight:lighter;
	text-transform:lowercase;
}


#newscon hr {
color:#DBDBDB;
padding-top:0px;
}

#newscon a {
text-decoration:none;

color:#000000;
}

#newscon a:hover {
color:#bc0e0e;

}

/* Original open source design by Andreas Viklund - http://andreasviklund.com
Released through OSWD.org */
