body { 
text-align:center; 
padding:0px; 
margin:0px;
}

body ul { 
list-style-type:circle; 
list-style-image: url('../images/bullet_arrow.png'); 
} 

div#content {
/* set the width of the column */
width:1020px;
margin:0px auto;
text-align:left;
padding:0px;
background-color:#f7f7f7;
}

div#header {
width:100%;
height:100px;
border-left:1px solid navy;
border-right:1px solid navy;
border-top:1px solid navy;
border-bottom:2px solid #75b0d9;
background: #FFFFFF url(../images/header_bg.gif) repeat-x scroll left top;
}

.pplogo { 
position:relative;
float:left;
width:120px;
height:80px;
margin:10px;
border-bottom:2px solid navy;
border-right:2px solid navy;
}

.pacpal {
float:left;
width:375px
height:80px;
margin:10px;
margin-left:0px;
}

.capital {
font-size:1.6em;
font-weight:400;
}

#mainbar {
margin:10px;
margin-top:50px;
padding:15px;
width:850px;
}

#tableContent {
margin:10px;
margin-top:50px;
width:1020px;
}
#tableContent td { padding:10px; overflow:hidden; vertical-align:top; }

#mainbar {
width:460px;
text-align:justify;
border-left:1px solid navy;
border-right:1px solid navy;
}

#sidebar { width:310px; }

#sidebar h5 {
font-family:Arial,Verdana;
text-align:center;
color:navy;
font-size:1.1em;
}

#arial {
width:300px;
height:200px;
border:1px solid navy;
}

#arial:hover {
cursor:pointer;
}

#endbar {
font-family:Arial;
font-size:0.9em;
color:white;
padding-top:5px;
padding-bottom:5px;
width:100%;
margin-top:25px;
text-align:center;
border:1px solid navy;
background: #FFFFFF url(../images/header_bg.gif) repeat-x scroll left top;
}




