﻿*{
    margin:0;
    padding:0;
    font-size:14px;
    color:#666666;
    font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
}

html,body {
    height:100%;
}

body{
    background-color:#999999;
    background-image:url('/images/bodybg.gif');
    background-position:center;
    background-repeat:repeat-x;
    background-attachment:fixed;
    padding:0;
    margin-top:auto;
    margin-bottom:auto;
}

table{
    margin:0px;
    padding:0px;
    vertical-align:middle;
    width:100%;
    min-width:100%;
    height:95%;
    border:0;
    border-collapse: collapse;
}

tr{
    margin:0px;
    padding:0px;
    border-collapse: collapse;
}

td{
    margin:0px;
    padding:0px;
    border-collapse: collapse;
}

#outerheader{
    background-image: url('/images/headerbg.gif');
    background-position:center;
    background-repeat:repeat-x;
    height:200px;
    min-height:200px;
}

#outerfooter{
    background-image: url('/images/footerbg.gif');
    background-position:center;
    background-repeat:repeat-x;
    height:200px;
    min-height:200px;
    margin-left:auto;
    margin-right:auto;
}

#outercontent{
    background-color:#ffffff;
    margin-left:auto;
    margin-right:auto;
}

#innerheader{
    height:200px;
    min-height:200px;
    width:800px;
    margin-left:auto;
    margin-right:auto;
    vertical-align:bottom;
}

#innerfooter{
    height:200px;
    min-height:200px;
    width:800px;
    margin-left:auto;
    margin-right:auto;
    vertical-align:bottom;
}

#innercontent{
    width:800px;
    margin-left:auto;
    margin-right:auto;
    vertical-align:bottom;
}



ul.trr{
    display:block;
}

ul.trr li{
    list-style:none;
    display:block;
    float:left;
}

a.mainfont, a.mainfont:link, a.mainfont:visited, a.mainfont:active{
    font-size:20px;
    color:#000000;
    text-decoration:none;
    font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
}
a.mainfont:hover{
    color:#444444;
    text-decoration:underline;
}

.footerfont, .footerfont:link, .footerfont:visited, .footerfont:active{
    font-size:14px;
    color:#dddddd;
    text-decoration:none;
    font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
}
a.footerfont:hover{
    color:#ffffff;
    text-decoration:underline;
}

h1{
    font-size:20px;
    color:#000000;
    font-weight:normal;
}

.header{
    font-size:20px;
    font-weight:normal;
}


.pager {
    padding:5px 0;
    margin:0px 2px 0px 2px;
}
.clickable {
    text-decoration:none;
    font-size:11px; 
    color:#dddddd; 
    background:#444444; 
    border:solid 1px black; 
    padding:0 5px; 
    margin:0 3px; 
    cursor:pointer;
    min-width:20px;
}
.active {
    text-decoration:none;
    font-size:11px; 
    color:#444444; 
    background:#dddddd;
    border:solid 1px black; 
    padding:0 5px; 
    margin:0 3px; 
    cursor:default;
}    

.myul{
    margin:0px;
    padding:0px;
    min-height:60px;
}

.smalltext{
    font-size:11px;
}
