/*General Stuff*/

body {
  color: #340064;
  background: #FDF2DC;
  margin: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
}

a:link {
  color: #72260f;
  font-weight: bold;
  text-decoration: none
}
  
a:visited {
  color: #72260f;
  font-weight: bold;
  text-decoration: none  
}

h1 {
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif 
}

h2 {
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif 
}
  
h3 {
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
}
 
 #inline {
  display: inline
}
 
th {
  text-align: left
}

table td {
  padding: 5px
}

/*End General Stuff*/


/*Header*/
#header {
position: absolute;
background: #340064;
width: 100%;
top: 0px;
left: 0px;
}
/*End Header*/


/* Menu Bar Tabs */
#menucontainer {
  position:absolute;
  top: 110px;
  height:60px;
  background:#DFF7C3;
  width:100%;
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
}
	
#menunav {
  position:relative;
  height:34px;font-size:16px;
  font-weight:bold;
  background:#340063 url(images/current_tab_bottom.gif) repeat-x bottom left;
}
	
#menunav ul {
  margin:0px;
  padding:0 0 0 0;
  list-style-type:none;
  width:auto;
  float:right;
}

#menunav ul li {
  display:block;
  float:left;
  margin:0 1px;
}

#menunav ul li a {
  display:block;
  float:left;
  color:#340064;
  text-decoration:none;
  padding:0 0 0 12px;
  height:26px;
  line-height:175%;
  background: #DFF7C3 url(images/navtopleft.gif) no-repeat top left;
  margin:0px;
}

#menunav ul li a span {
  padding:5px 12px 0 0;
  height:26px;
  color: #72260f;
  background:#DFF7C3 url(images/navtopright.gif) no-repeat top right;
}

#menunav ul li a:hover, #menunav ul li a.current {
  background:#80CF7E url(images/navtopleft_current.gif) no-repeat top left;
}

#menunav ul li a:hover span, #menunav ul li a.current span {
  width:auto;
  background:#80CF7E url(images/navtopright_current.gif) no-repeat top right;
}
/*End Menu Bar Tabs*/	


/*Side Menu*/
ul.navbar {
  background-color: #DFF7C3; 
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 1em;
  top: 200px;
  width: 11em;
  border-style: solid;
  border-width: 2px;
  border-color: #80CF7E;
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
} 

ul.navbar li {
  margin: 0.5em;
  padding: 0.3em
}
  
ul.navbar a {
  text-decoration: none
}
  
ul.navbar a:hover {
   color: #72260f;
  font-style: italic;
  font-weight: bold
}
/*End Side Menu*/




#news {
  
  padding: 5px;
  margin: 0;
  border-style: solid;
  border-width: 3px;
  border-color: #72260f;
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
} 







/*Main Content of Page*/
#content {
  position: absolute;
  top: 170px;
  left: 13em;
  padding: 1em;
}

#content  a:hover{
  font-style: italic;
}
/*End Main Content of Page*/


/*Main Content when there is no Side Bar.*/
#nosidebarcontent {
  position: absolute;
  top: 170px;
  padding: 1em;
  }
/*End Main Content when there is no Side Bar*/

  
/*Last Updated*/
#update {
  color: #340064;
  font-size: x-small;
}
/*End Last Updated*/


/*For Small Text*/
#smalltext {
  font-size: small;
  }
/* End Small Text*/


/*Read-a-Likes.*/ 
.read {
 margin: 0;
 padding: 0
}

ul.read li {
  list-style-position: inside;
} 
/*End Read-a-Likes*/ 


/*Calendar*/
th.calendar {
  text-align: center;
  border: solid #340064 2px;
}

table.calendar {
  border: solid #340064 3px;
  border-spacing: 0px;
  width: 100%;
}

td.days {
  border: solid #340064 1px;
  font-weight: bold;
  text-align: center
}

td.cell {
  border-bottom: solid #340064 1px;
  border-left: solid #340064 1px;
  border-right: solid #340064 1px;
  border-top: solid #340064 1px;
  vertical-align: top;
}

span.number {
  font-weight: bold
}
/*End Calendar*/


/*Print Style*/
.print {
  margin: 0;
  padding: 0
}

/*Site Map*/
table.sitemap {
  border: solid #340064 3px;
  border-spacing: 0px;
  width: 100%;
}

td.sitemap {
  vertical-align: top;
}
  
img {
  border: none;
}

#showonprint { 
display:none
}
