html
{
      margin: 0;
      padding: 0;
      height: 100%;
}
body
{
      margin: 0;
      padding: 0px;
      background-color: #FFFFFF;
      font-family: arial, verdana, sans-serif;
      font-size: 12px;
      line-height: 14pt;
      height: 100%;
      background-image: url(images/line.jpg);
      background-repeat: repeat-y;
}

/***** This is the CSS for the header area *****/
div.header
{
      font-size: 30px;
      margin: 0px;
      padding: 0px;
      background-color: #7D0026;
      /*** background-color: #CC3C3C; ***/
      color: white;
      border-bottom: 1px black solid;
      font-weight: bold;
}
/* padding be in a separate div in order to work with all browsers */
div.headerPadding2
{
      padding: 20px;
}
div.border2
{
      width: 100%;
      background-color: #00FF99;
      border-bottom: 1px solid black;
      font-weight: bold;
}
div.border1
{
      width: 100%;
      background-color: #000000;
      border-bottom: 1px solid black;
      font-weight: bold;
}
div.headerPadding1
{
      padding: 1px;
}

/**** This is for the menu ***/
div#menu
{
      width: 240px;
      height: 100%;
      font-weight: bold;
      float: left;
}
div.menuPadding
{
      padding: 30px;
}
div.menuTitle
{
      color: #460000;
      font-weight: bold;
      font-size: 14px;
}
a.menu
{
      color: black;
      margin-left: 3px;
}
a.menu:hover
{
      color: purple;
}

/*** This is for the content area ****/


div.content
{
      margin-left: 235px;
      margin-right: 60px;
      vertical-align: top;
}
div.contentPadding
{
      padding: 30px;
}

div.cntPageTitle
{
      font-family: "Microsoft Sans Serif";
      font-size: 20px;
      font-weight: bold;
      color: black;
      margin-bottom: 27px;
}


/**** This is just for the news loop ****/
div.newsHeadline
{
      font-size: 15px;
      font-weight: bold;
      color: #460000;
}
div.newsByline
{
      font-size: 10px;
      font-weight: normal;
      color: gray;
}
div.newsBody
{
      margin-top: 2px;
}

/**** Just for the calender page ****/
div.calenderMonth
{
      padding: 0px;
      padding-top: 10px;
}
div.calenderMonthPadding
{
      font-size: 16px;
      font-weight: bold;
      color: #FFFFFF;
      background-color: #3A81A3;
      padding: 10px;

}
div.calenderDay1
{
	padding: 20px;
      border-bottom: 2px solid black;
      margin-left: 50px;
      margin-right: 50px;

}
div.calenderDay2
{
	padding: 20px;
      margin-left: 50px;
      margin-right: 50px;
}
div.txtDayWrapper
{
      display:inline;
      
}
div.txtDay
{
      color: #C60;
	font-family: Georgia, Times, Times New Roman, New York;
	font-size: 30px;
	font-weight: bold;
      line-height:27px;
}
div.txtWordDay
{
      color: #000000;
      font-size: 12px;
      font-weight: bold;
      padding-top:3px;
}
div.txtTime
{
      font-weight: bold;
      display: inline;
      font-size: 12px;
}
div.txtLocation
{
      font-size:12px;
      color: #C90;
      font-weight: bold;
}
div.txtTitle
{
      font-size:14px;
      font-weight: bold;
      margin-bottom: 5px;
}
div.txtNotes
{
      font-size:12px;
      
}
/*** more calender stuff ****/
li.monthlist
{
      margin-left: 5px;
}



/***** Roster Style Stuff *****/
div.rosterWrapper
{
      margin-right: 280px;
      margin-top: 30px;
      margin-bottom: 40px;
}
table.rosterTable
{
      border: 1px solid #c9c9c9;
      margin-bottom: 3px;
      width: 100%;
}
div.rosterPersonType
{
      font-size: 15px;
      font-weight: bold;
      color: red;
      margin-bottom: 4px;
}
div.rosterPersonWrapper
{
      margin-bottom: 20px;
}
div.rosterInsert
{
      margin-left: 40px;
      margin-top: 5px;
      margin-bottom: 5px;
}