*{
  padding:0;
  margin:0;
}

body{
  font-family: Arial, sans-serif; 
  font-size:76%;
  text-align: center; 
}

#pagewidth{ 
  width:750px; 
  text-align:left; 
  margin-left:auto; 
  margin-right:auto; 
  margin-top:5px;
} 

#logo{ 
  width:750px;
  height:170px;
  margin-bottom:5px;
}
/*bottom margin adds gap*/ 

#leftdiv{
  width: 175px; 
  float: left;
  border: 1px solid #aaaaaa;
 }
 /*
 width of left column
 padding 0 is for autosize js
 */

#rightdiv{
  width: 565px;
  float: right;
  border: 1px solid #aaaaaa;
}
  /*
 width of right column
 padding 0 is for autosize js
 */

#footer {
  float: none;
  width:748px; 
  font-size: 0.9em; 
  text-align:center; 
  color:#000000; 
  background-color:#82CFFD; 
  margin: 5px 0 5px 0;
  border: 1px solid #aaaaaa;
}
 /* 
left menu -------------------------------------------
*/

#menu{
  width: 175px;
}

#menu ul{
  list-style-type: none;
  font-size:1em; 
}

#menu li a{
  display: block;
  padding: 3px 0 3px 10px;
  text-decoration: none;
}

#menu li a:hover {
  background-color: #FFEC8B; 
  text-decoration: underline;
}
/* highlight color for menu mouseovers*/

* html body #menu li a { 
  width: 155px; 
} 
/*
ie hack for menu highlight to work because 
display block messes it up badly
*/

.menutitle{
  padding: 5px 0 5px 0;
  font-size:1em; 
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
}
/*
for just the first main menu title only
*/

.menutitletopmain{
  padding: 0 0 5px 0;
  font-size:1em; 
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
} 
/* 
for first underlined menu header on main, if it is the first thing
on the page ala methodology page
*/

.menualone{
  padding: 10px 0 5px 0;
  font-size:1em; 
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
} 
/* 
for underlined menu headers on main
*/

.topleftbar{
  width: 175px;
  line-height:25px;
  font-size: 1.1em; 
  text-align: center;
  color:#000000;
  background-color: #82CFFD;
  font-weight: bold;
  margin: 0 0 5px 0;
} 

.toprightbar{
  width: 565px;
  margin: -10px -10px 10px -10px;
  line-height:25px;
  color:#000000;
  background-color: #82CFFD;
  text-align:center;
  font-size: 1.1em; 
  font-weight: bold; 
}
 /* 
center stuff and images ------------------------------------------
*/

img{ 
  border-style: none;
}

.centermenuimage{
  text-align:center;
  margin: 5px 0 0 0;
}

.centerlast{
  text-align:center;
  margin: 2px 0 5px 0;
}

.centertable{
  margin: 0 auto 10px auto;
}
/* 
center the calendar
*/

.littlepagemenu{
  text-align:center;
  margin: 5px 0 5px 0;
  color:#000000; 
  background-color: #eee;
}
/* 
for page 1 page 2 thingies
*/

 /* 
main stuff ------------------------------------------
*/

.rightcontent{
  font-size:1em;
  margin:10px;
  line-height: 1.5em; 
} 
/* 
for all right content on the entire site 
*/

.main{ 
  text-indent:2em;
  text-align:justify;
}
 /* 
for almost ALL paragragh text on entire site
*/

.dropcap{ 
  float:left; 
  color:#000000; 
  background-color: #ffffff;
  font-size:4.5em; 
  line-height:40px; 
  padding-top:5px;
  font-family: "Times New Roman", Times, serif;
  margin: 0 5px 0 0;
} 
 /* 
giant capital letter on main page
*/

.rightbar{ 
  width: 565px;
  margin: 10px -10px 10px -10px;
  line-height: 25px;
  color: #000000;
  background-color: #82CFFD;
  text-align:center;
  font-size: 1.1em; 
  font-weight: bold; 
}

.floatrighttop{
  float: right;
  margin: 0 0 0 10px;
  text-align: center;
  font-family: "Times New Roman", Times, serif;
  font-size: 0.9em; 
  color: #666666;
  background-color: #ffffff;
}
/* 
put an image on the top right of the main column
*/

.floatright{
  float: right;
  margin: 10px 0 0 10px;
  text-align:center;
  font-family: "Times New Roman", Times, serif;
  font-size: 0.9em; 
  color:#666666;
  background-color: #ffffff;
 }
/* 
put an image on the right of the main column
*/

.floatleft{
  float: left;
  margin: 0 10px 0 0;
  text-align:center;
  font-family: "Times New Roman", Times, serif;
  font-size: 0.9em; 
  color:#666666;
  background-color: #ffffff;
}
/* 
put an image on the left of the main column
*/

/* 
below stuff for the text boxes with the address in them ------------------
*/

.textbox{
  padding: 5px;
  float: right;
  margin: 0 0 0 10px;
  color:#000000;
  background-color: #FFEC8B;
  border: 1px solid #666666;
  text-align: center;
  font-family: "Times New Roman", Times, serif;
 }
/* 
for address box on the main and contact page
*/

.inbox{
 color: #000000;
 font-size: 1.1em;
 line-height: 1.1em;
}

.inbox2{
 color: #4F4F4F;
 font-size: 1em;
 line-height: 1.1em;
}

.bottom{ 
 padding-bottom: 5px;
}
 /* bottom gap for lowest LI's in address boxes*/

/* 
below various text decorations ----------------------
*/

ol {
  padding: 10px 0px 10px 40px;
}

.quote{
  background: #EEE;
  margin: 1em 1em 0 1em;
  padding: 8px 8px 8px 8px;
  border-left: 1em solid #ddd;
}

.quotesource{ 
  padding: 5px 5px 5px 10px;
  margin-left: auto;
  margin-right: auto;
}

.underlined{
  text-decoration: underline;
}

.redtext{
  font-family: Arial, sans-serif;
  font-size:1em; 
  font-weight: bold;
  color:#ff0000;
}

.greentext{
  font-family: Arial, sans-serif;
  font-size:1em; 
  font-weight: bold;
  color:#4CBB17;
}

.bluetext{
  font-family: Arial, sans-serif;
  font-size:1.1em; 
  font-weight: bold;
  color:#283A90;
}

.clr{clear:both;}

/* 
Below is for the events script --------------------------
*/

.eventsmdy {
  width: 100px;
  color: #000000;
  background-color: #FFEC8B;
  text-align: center;
  font-size:1.1em; 
  font-weight: bold;
  text-decoration: underline;
}

.eventsday {
  width: 50px;
  color: #000000;
  background-color: #FFEC8B;
  text-align: center;
  font-size:1.1em; 
  font-weight: bold;
  text-decoration: underline;
}

 .eventstime {
  width: 100px;
  color: #000000;
  background-color: #FFEC8B;
  text-align: center;
  font-size:1.1em; 
  font-weight: bold;
  text-decoration: underline;
 }
 
.eventswhere {
  width: 110px;
  color: #000000;
  background-color: #FFEC8B;
  text-align: center;
  font-size:1.1em; 
  font-weight: bold;
  text-decoration: underline;
 }

.eventswhat {
  width: 185px;
  color: #000000;
  background-color: #FFEC8B;
  text-align: center;
  font-size:1.1em; 
  font-weight: bold;
  text-decoration: underline;
 }
  
.eventsmdy2 {
  width: 100px;
  color: #000000;
  background-color: #82CFFD;
  text-align: center;
  font-size:1.1em; 
  font-weight: bold;
  text-decoration: underline;
}

.eventsday2 {
  width: 50px;
  color: #000000;
  background-color: #82CFFD;
  text-align: center;
  font-size:1.1em; 
  font-weight: bold;
  text-decoration: underline;
}

.eventstime2 {
  width: 100px;
  color: #000000;
  background-color: #82CFFD;
  text-align: center;
  font-size:1.1em; 
  font-weight: bold;
  text-decoration: underline;
 }
 
.eventswhere2 {
  width: 110px;
  color: #000000;
  background-color: #82CFFD;
  text-align: center;
  font-size:1.1em; 
  font-weight: bold;
  text-decoration: underline;
 }

.eventswhat2 {
  width: 185px;
  color: #000000;
  background-color: #82CFFD;
  text-align: center;
  font-size:1.1em; 
  font-weight: bold;
  text-decoration: underline;
 }
  /* 
Below is primary and elementary calendar ------------
*/

.calendarrowgray {  color: #000000;
  background-color: #E0E0E0;
 }
 
 .calendarrowyellow {  color: #000000;
  background-color: #FFEC8B;
 }

.calendarmonth {
  width: 50px;
  color: #000000;
  background-color: #FFEC8B;
  text-align: center;
  font-size:1.1em; 
  font-weight: bold;
  text-decoration: underline;
 }
 
.calendardate {
  width: 70px;
  color: #000000;
  background-color: #FFEC8B;
  text-align: center;
  font-size:1.1em; 
  font-weight: bold;
  text-decoration: underline;
 }
 
.calendarday {
width: 90px;
color: #000000;
background-color: #FFEC8B;
text-align: center;
font-size:1.1em; 
font-weight: bold;
text-decoration: underline;
 }

.calendarevent {
width: 335px;
color: #000000;
background-color: #FFEC8B;
text-align: center;
font-size:1.1em; 
font-weight: bold;
text-decoration: underline;
 }
 
  /* 
Below is contact list table ------------
*/ 

.contacttitle{
width: 325px;
}
.contactemail{
width: 220px;
}

