

body {
    padding:0px;
    margin:0px;
    color:#1b0058;
    font-size:12px; 
    font-family:Times Roman, Serif;    
    background-image:url(images/background.png);
}

#container {
 background-image:url(images/background.png);
}

#table {
 border-left:1px solid #999999;
 border-right:1px solid #999999;
 border-top:1px solid #999999;
 border-bottom:1px solid #999999;
}

.head {
    background-image:url(images/bg.gif);
    background-color:#5792c9;
}

.leftHead {
    width:400px;
    horizontal-align:center;
}

.rightHead {
    width:160px;
    horizontal-align:right;
}

.nav {
   height:22px;
   background-color:#1b0058;
}

a:link {
    font-family:Sans Serif;
    font-size:12px;
    text-decoration:none;
    color:#fff000;  
}

a:focus {
    font-family:Sans Serif;
    font-size:12px;
    text-decoration:none;
    color:#ffffff;  
}

a:visited {
    font-family:Sans Serif;
    font-size:12px;
    text-decoration:none;
    color:#fff000;
}

a:hover{
    font-family:Sans Serif;
    font-size:12px;
    text-decoration:none;
    color:#ffffff;
}

a:active {
    font-family:Sans Serif;
    font-size:12px;
    text-decoration:none;
    color:#ffffff;
}

.line {
    background-color:#1b0058;
}

.columnLink {
    text-decoration:underline;
}

.bodyContent {   
    margin:0px;
    line-height:16px;
    color:#1b0058;
    font-size:12px; 
    padding:15px;
    padding-top:0px;
    padding-bottom:0px;
 }

.sideContent a {
    font-family:Times Roman, Serif;
    line-height:18px;
    color:#1b0058;
    align:center;
    vertical-align:top;
    text-decoration:underline;
}

.sideContent  a:hover {
    color:#fff000;
    align:center;
    vertical-align:top;
    
}

.footer {
    background-color:#f8e226;
    line-height:16px;
    height:75px;
    color:#1b0058;
    font-size:12px; 
    text-align:center;
    font-style:italic;
    font-weight:bold;
}

.footer2 {
    background-color:#f8e226;
    line-height:16px;
    height:75px;
    color:#1b0058;
    font-size:12px; 
    text-align:center;    
}

.bod:link {
    color:#1b0058;
    font-family:Sans Serif;
    font-size:12px;
    font-weight:bold;
    text-decoration:underline;    
}

.bod:focus {
    color:#1b0058;
    font-family:Sans Serif;
    font-size:12px;
    font-weight:bold;
    text-decoration:bold;
}

.bod:visited {
    color:#1b0058;
    font-family:Sans Serif;
    font-size:12px;
    font-weight:bold;
    text-decoration:underline;
}

.bod:hover{
    color:#1b0058;
    font-family:Sans Serif;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
}

.bod:active {
    color:#1b0058;
    font-family:Sans Serif;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    text-decoration:underline;
}