html, body {
    height:100%;
    min-height: 100%;
    }
    
body {
    margin: auto;
    padding: 0px 0px 0 0px;
    background-color:#8d8d8d;
    text-align: center;
}
#container{
    margin:0px auto;
    background-image : url("img/rcl_bg.gif");
    background-attachment: none;
    background-position: -16px 0px;
    background-repeat: repeat-y;
    text-align:left;
    width:800px;
    height:100%;
    min-height: 100%;
    display: table;
}
#header {
    position: relative;
    background-image : url("img/rcl_banner.gif");
    height: 189px;
    background-repeat: no-repeat;
    width: 100%;
    left: 18px;
    top: 0px;
}
#navLinks{
    background:#;
    position:relative;
    width: 130px;
    top: 61px;
    }
#mainContent {
    padding:5px;
    position: relative;
    width: 580px;
    height: auto;
    left: 178px;
    top: -7px;
    text-align: justify;
    } 
#bottomNav {
    padding:5px;
    position: relative;
    width: 580px;
    height: 200px;
    left: 178px;
    text-align: center;
    border-top:15px solid #fff;
    } 
img#profile{
    width: 170px;
    height: 148px;
    float: left;
    border: 3px solid #fff;
    }   
p#para {
    border-bottom: 6px solid #fff;
    }   
body, div, span, td {
	color:#2A2A2A;
      font-family: Arial, Helvetica, sans-serif;
      font-style:  normal;
      font-weight: normal;
      font-size: 12px;
	}
a:link {
	color: #6E0000;
      text-decoration: under-line;
}
a:hover {
	color: #6E0000;
      text-decoration:under-line;
}
a:visited {
	color: #6E0000;
      text-decoration: under-line;
}
u {
	color: #2A2A2A;
      text-decoration: under-line;
}
h1 {
    margin: -3px -3px 0 -3px;
    font: 24px Arial, Helvetica, sans-serif;
    color: #0D1331;
    font-weight: normal;
    line-height: 30px;
    }
h2 {
    margin: -3px -3px 0 -3px;
    font: 18px Arial, Helvetica, sans-serif;
    color: #6E0000;
    font-weight: normal;
    line-height: 18px;
    }
#grid {
    width: 550px;
    position: relative;
    left: 10px;
} 
#lcell {
    font: 13px Arial, Helvetica, sans-serif;
    color: #282847;
    width: 90px;
    padding: 3px;
    background: #E0E0E0;
    font-weight: bold;
    vertical-align: top;
} 
#rcell {
    padding: 3px;
    background: #EBEBEB;
    text-align: justify;
}
#publications {
    width: 570px;
    cellspacing: 3px;
    background: #ffffff;
    text-align: justify;
}  

#list {
    width: 580px;
    border: 0px;
} 

#item {
    height: auto;
} 

#pdf {
    width: 30px;
    vertical-align: top;
} 

#info {
    vertical-align: top;
    border-bottom:7px solid #fff;
} 