body {
    margin:20px 5px 20px 5px;
    background-color:#439CCB;   
}

a {
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}

body,
table {
    font-family : Arial, Verdana, Geneva,Helvetica, sans-serif;
    font-size : 12px;
    -moz-user-select: none;
}

body.main div#headerLink {
    position:absolute;
    top:168px;
    left:0px;
	width:100%;
    color:#FFFFFF;
    border:0px;
	text-align:right;
    text-decoration:none;
    font-weight:bold;
}

body.main div#headerLink a,    
body.main div#headerLink a:visited {
    color:white;
}

body.main div#homeLink {
    position:absolute;
    top:60px;
    left:20px;
    width:350px;
    height:80px;
    cursor:pointer;
}

body.main div#header td#topLeft {
    background-image:url(/SPL/images/topLeft.jpg);
    background-repeat:no-repeat;
    width:443px;
    height:186px;
}

body.main div#header td#topCenter {
    background-image:url(/SPL/images/topCenter.jpg);
    background-repeat:repeat-x;
    height:186px;
}

body.main div#header td#topRight {
    background-image:url(/SPL/images/topRight.jpg);
    background-repeat:no-repeat;
    width:406px;
    height:186px;
}

body.main div#middle td#middleLeft {
    background-color:#DAE0E3;
    width:169px;
    height:300px;
    table-layout:auto;
    vertical-align:top;
}

body.main div#middle td#middleLeft td  {
    height:30px;
    padding-left:8px;
    color:#003567;
	font-weight:bold;
    width:161px;
}

body.main div#middle td#middleLeft td a {
    color:#003567;
    padding-left:4px;
    font-weight:normal;
}

body.main div#middle td#middleRight {
    background-color:#FFFFFF;
    height:300px;
    padding-bottom:10px;
    padding-left:15px;
    padding-right:15px;
    padding-top:0px;
    vertical-align:top;
    /*border:solid 1px #000000;*/
    /*max-width:350px;*/
}

body.main div#footer td#footerLeft {
    background-image:url(/SPL/images/footer.jpg);
    background-repeat:no-repeat;
    /*width:1245px;*/
    height:40px;
    text-align:center;
    padding-top:15px;
    color:#FFFFFF;
    font-size:10px;
}

body.main div#footer td#footerExtend {
    background-image:url(/SPL/images/footerExtend.jpg);
    background-repeat:repeat-x;
    height:40px;
}

body.main .pBold {
    font-weight: bold;
}

