* {
   font-family: Tahoma, Trebuchet, Geneva;
   font-size: 12;
}

a.link {
   color: 3F1B1D;
   text-decoration: none;
}

a.link:hover {
   color: 3F1B1D;
   text-decoration: underline;
}

/* Links */
a.nav {
   color: 000000;
   font-family: Tahoma, Trebuchet, Geneva;
   font-size: 11;
   text-decoration: none;
}

a.nav:hover {
   color: #62272a;
   text-decoration: none;
}

a.resources {
   color: 782624;
   font-weight: bold;
   text-decoration: none;
}

a.resources:hover {
   color: 782624;
   font-weight: bold;
   text-decoration: underline;
}

a.yellow {
   color: D39121;
   text-decoration: none;
}

a.yellow:hover {
   color: D39121;
   text-decoration: underline;
}

a.yellowBoxes {
   color: 000000;
   font-family: Tahoma, Trebuchet, Geneva;
   font-size: 11px;
   text-decoration: none;
}

a.yellowBoxes:hover {
   color: 000000;
   font-family: Tahoma, Trebuchet, Geneva;
   font-size: 11px;
   text-decoration: underline;
}

body {
   background-color: 808080;
   margin: 0 10 10 0;
}

/* Three yellow boxes */
.box1 {
   background-color: D69E3E;
   height: 64px;
}

.box2 {
   background-color: E1B86E;
   height: 64px;
}

.box3 {
   background-color: EDD6A8;
   height: 64px;
}

/*
.calendar {
   background-color: DCDEDD;
   color: 000000;
   font-family: Tahoma, Trebuchet, Geneva;
   font-size: 11px;
   line-height: 14px;
   padding: 0px;
}
*/

/*  White Columns */
.header {
   color: 000000;
   font-family: Tahoma, Trebuchet, Geneva;
   font-size: 12px;
   font-weight: bold;
   line-height: 12px;
}

.header2 {
   color: 000000;
   font-family: Tahoma, Trebuchet, Geneva;
   font-size: 11px;
   font-weight: bold;
   line-height: 12px;
}

.headerPurple {
   color: 3F1B1D;
   font-family: Tahoma, Trebuchet, Geneva;
   font-size: 12px;
   font-weight: bold;
   line-height: 12px;
}

.headerRed {
   color: 782624;
   font-family: Tahoma, Trebuchet, Geneva;
   font-size: 12px;
   font-weight: bold;
   line-height: 12px;
}

.headerWhite {
   color: ffffff;
   font-family: Tahoma, Trebuchet, Geneva;
   font-size: 12px;
   font-weight: bold;
}

.headerYellow {
   color: D39121;
   font-family: Tahoma, Trebuchet, Geneva;
   font-size: 12px;
   font-weight: bold;
}

.learningDark {
   background-color: F1F2F1;
   border: 0px;
   border-bottom-width: 1px;
   border-color: BEC1C0;
   border-style: solid;
   color: 575958;
   font-family: Tahoma, Trebuchet, Geneva;
   font-size: 12px;
   line-height: 14px;
}

.learningHeader {
   background-color: 3F1B1D;
   border: 0px;
   border-bottom-width: 1px;
   border-color: BEC1C0;
   border-style: solid;
   color: ffffff;
   font-family: Tahoma, Trebuchet, Geneva;
   font-size: 11px;
   font-weight: bold;
   line-height: 12px;
}

.learningLight {
   border: 0px;
   border-bottom-width: 1px;
   border-color: BEC1C0;
   border-style: solid;
   color: 575958;
   font-family: Tahoma, Trebuchet, Geneva;
   font-size: 12px;
   line-height: 14px;
}

.learningSearch {
   background-color: #979F9E;
}

/* Learning Center */
.learningTable {
   border: 1px;
   border-bottom-width: 0px;
   border-color: BEC1C0;
   border-style: solid;
}

.mainTable {
   background-color: ffffff; /* remove these to get rid of border */
   border: 2px;
   border-color: 303030;
   border-left-width: 0px;
   border-style: solid;
   border-top-width: 0px; /* border */
}

.nav {
   background-color: E6E7E8;
}

.pad {
   padding: 10px 15px;
}

/* Red Column */
.redCol {
   background-color: 782624;
}

/* Text */
   
.t2 {
   color: 000000;
   font-family: Tahoma, Trebuchet, Geneva;
   font-size: 11px;
   line-height: 14px;
}

.t2white {
   color: ffffff;
   font-family: Tahoma, Trebuchet, Geneva;
   font-size: 11px;
   line-height: 14px;
}

.t3 {
   color: 000000;
   font-family: Tahoma, Trebuchet, Geneva;
   font-size: 12px;
   line-height: 15px;
}

.textbox {
   color: 000000;
   font-family: Tahoma, Trebuchet, Geneva;
   font-size: 11px;
   line-height: 11px;
   width: 90px;
}

.uc {
   text-transform: uppercase;
}

.vpad {
   padding: 10px 0px;
}

td {
	empty-cells: show;
}