body {
  background-image: url("../images/back01.gif");
  min-width:760px;
  max-width:1200px;
}

a:link { text-decoration: underline; color:rgb(0,0,160);}
a:visited { text-decoration: underline; color:rgb(0,0,160);}
a:hover { text-decoration: underline; ;color:rgb(0,0,160);}

.title h2 {
  color: rgb(0,0,0);
}
.title a:link { text-decoration: none; color:rgb(0,0,0);}
.title a:visited { text-decoration: none; color:rgb(0,0,0);}
.title a:hover { text-decoration: none; color:rgb(0,0,0);}

h3 {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 100%;
  margin-bottom: 0;
}

.header {
  text-align: center;
}
.content {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Sans-Serif;
  text-align: center;
  margin-left: 170px;
  margin-right: 230px;
}
.contentLeft {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Sans-Serif;
  text-align: Left;
  margin-left: 170px;
  margin-right: 210px;
}
.contentLeft h1 {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Sans-Serif;
  text-align: center;
  font-size: 200%;
}
.sidebarL {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Sans-Serif;
  width: 170px;
  float: left;
  text-align: left;
  font-size: 100%;
  padding: 0;
  margin-left: 0;
}
.sidebarL hr {
  padding-top: 0px;
  margin-left: 20px;
  width: 120px;
  height: 1px;
}
.sidebarL li {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 75%;
  font-style: italic;
}
.smalltext {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 80%;
}
.sidebarR {
  background: #93a5d5 url(../images/right-bg.png) repeat-x;
  color: rgb(255,255,255);
  width: 210px;
  float: right;
  padding: 5px;
  border-left:  solid 1px #cccccc;
}
.sidebarR img {
  border: 0;
}
.sidebarR a {
  font-size: 90%;
}
.sidebarR a:link { text-decoration: none; color:rgb(255,255,255);}
.sidebarR a:visited { text-decoration: none; color:rgb(255,255,255);}
.sidebarR a:hover { text-decoration: underline; color:rgb(255,255,255);}

.sidebarR h1 {
  color: rgb(255,255,255);
  font-size: 90%;
  margin-top: 5px;
  margin-bottom: 10px;
}
.sidebarR h2 {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Sans-Serif;
  color: rgb(0,0,0);
  font-size: 90%;
  text-align: justify;
  background: rgb(255,255,255);
  padding: 0;
  border: 0;
  margin: -6px;
}
.sidebarR h1 {
  font-size: 90%;
}

.floatL {
  float: left;
  padding: 10px;
}

.floatR {
  float: right;
}

.floatN {
  float: none;
}

.clear {
  clear: both;
}

.linedTable {
  border-width: 1px;
  border-style: solid;
  border-color: rgb(192,192,192);
  border-collapse: collapse;
}
.linedTable th {
  background-color:rgb(240,240,255);
}
.linedTable tr:nth-child(odd) {
  background-color:rgb(240,240,255);
}
.linedTable tr:nth-child(even) {
  background-color:rgb(255,255,255);
}
.linedTable a:link { text-decoration: underline; color:rgb(0,0,255);}
.linedTable a:visited { text-decoration: underline; color:rgb(0,0,255);}
.linedTable a:hover { text-decoration: underline; color:rgb(0,0,255);}

.bigList {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Sans-Serif;
  color: rgb(0,0,160);
  font-size: 1em;
  font-weight: bold;
  font-style: italic;
}
.bigList a:link { text-decoration: none; color:rgb(0,0,160);}
.bigList a:visited { text-decoration: none; color:rgb(0,0,160);}
.bigList a:hover { text-decoration: none; background:rgb(192,192,192);color:rgb(0,0,160);}
.bigList a:focus { text-decoration: none; border:none; color:rgb(0,0,160);}

#footer {
  text-align: justify;
  clear: both;
}
#copyright {
  clear: both;
  font-family: sans-serif;
  font-size: 8pt;
  font-style: italic;
  margin-top: 30px;
  width: 100%;
}
#logos {
  float: right;
}

tr.odd {
  background-color: rgb(230,230,230);
}

table#tprog {
  border-collapse: collapse;
  text-align: left;
}
#tprog td {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  vertical-align: top;
}
col#tprog1 {width:7em;}

table#tacc { border-collapse: collapse;}
#tacc td {
  padding-top: 1em;
  padding-bottom: 1em;
  vertical-align: top;
  border-top: 1px solid rgb(192,192,192);
}
col#tacc1 {width:30%;}
col#tacc2 {width:50%;}
col#tacc3 {width:20%;}

