body { 
  background-color: #b5a789;
  font-family:      Georgia, "Times New Roman", Times, serif;
  font-size:        small;
  margin:           0px;
}

#allcontent {
  width:			920px;
  padding-top:		0px;
  padding-bottom:	5px;
  background-color:	#675c47;
  margin-left:		auto;
  margin-right:		auto;
}

#header {
  background-color: #675c47;
  margin:           10px;
  height:           108px;
}

#main {
  background:       #efe5d0 url(images/background.gif) top left;
  font-size:        105%;
  padding:          15px;
  margin:           0px 10px 10px 10px;
  width:			600px;
  float:			left;
}

#sidebar {
  background:       #efe5d0 url(images/background.gif) bottom right;
  font-size:        105%;
  padding:          15px;
  margin:           0px 10px 10px 650px;
}

#footer {
  background-color: #675c47;
  color:            #efe5d0;
  text-align:       center;
  padding:          15px;
  margin:           10px;
  font-size:        90%;
  clear:			left;
}

h1 {
  font-size:        120%;
  color:            #954b4b;
 
}

h2 { 
  font-size: 		105%; 
  font-weight: 		bold;
  margin-bottom: 	0;
}

h4 { 
  background-color:	#EFE5D0;
  color:	 		#EFE5D0; 
  font-size: 		110%;
}

p { 
  margin-top: 		0; 
  padding-top: 		0; 
}

ol {
  margin-bottom: 	0;
  padding-bottom:	0;
  
}

li {
  margin: 			.5em 0;
  
}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }

.resourcesParagraph {
  margin-bottom: 	30px;
}

.slogan { 
  color: 			#954b4b; 
}

.building {
  text-align:       center;
  line-height:      1.8em;
  font-size: 		85%; 
}

a:link {
  color:            #b76666;
  text-decoration:  none;
  border-bottom:    thin dotted #b76666;
}
a:visited {
  color:            #675c47;
  text-decoration:  none;
  border-bottom:    thin dotted #675c47;
}

.horizontalcssmenu ul{
  margin: 			0;
  padding: 			0;
  list-style-type: 	none;
  text-align:       center;
  padding:          5px;
  margin:           5px;
 }

/*Top level list items*/
.horizontalcssmenu ul li{
  position: 		relative;
  display: 			inline;
  float: 			left;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
  display: 			block;
  width: 			111px; /*Width of top level menu link items*/
  padding: 			2px 8px;
  border: 			1px solid #202020;
  border-left-width: 0;
  text-decoration: 	none;
  background: 		url(images/menuBar.gif) center center repeat-x;
  color: 			black;
  font: 			bold 12px Tahoma;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
  left: 			0;
  top: 				0;
  border-top: 		1px solid #202020;
  position: 		absolute;
  display: 			block;
  visibility: 		hidden;
  z-index: 			100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
  display: 			inline;
  float: 			none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
  width: 			160px; /*width of sub menu levels*/
  font-weight: 		normal;
  padding: 			2px 5px;
  background: 		#e3f1bd;
  border-width: 	0 1px 1px 1px;
}

.horizontalcssmenu ul li a:hover{
  background: 		url(images/menubgover.gif) center center repeat-x;
}

.horizontalcssmenu ul li ul li a:hover{
  background: 		#cde686;
}

.horizontalcssmenu .arrowdiv{
  position: 		absolute;
  right: 			0;
  background: 		transparent url(images/menuarrow.gif) no-repeat center left;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
  padding-top: 		1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */



