
PK 
body
{
background-color: #f6f6f6;
}
/* Portal page box */
.portal-box-header
{
min-height: 20px;
padding: 30px 30px 0 30px;
}
.portal-box-header h1
{
border: 0;
font-weight: bold;
color: #bd1d01;
font-size: 200%;
margin: 0;
margin-right: 300px;
}
.portal-box-contents
{
background: url(portal-box-bottom.png) no-repeat bottom left;
padding: 40px 30px 40px 30px;
}
.set
{
margin-top: 10px;
width: 280px;
float: right;
}
.set2
{
margin-right: 25px;
}
.portal-box-interior
{
width: 760px;
}
.corner-box
{
width: 400px;
margin-left: 15px;
}
.ltr1
{
margin-left: 250px;
}
/* Footer */
.footer {
border: none;
width: 720px;
margin-left:150px;
padding: 0;
font-size: 80%;
color: #AAA;
}
/* Page specific styles */
#central .portal-box-interior
{
background: url(central-header.jpg) top left no-repeat;
}
#central .portal-box-header
{
padding-top: 20px;
padding-bottom: 20px;
min-height: 120px;
margin-bottom: 55px;
}
.portal-box1
{
width: 744px;
color: #5F6775;
margin-left:150px;
margin-top:100px;
background: #fff url(portal-box-sides.png) repeat-y;
}


PK 99