/*set page background to white and text to very dark grey html us included because it is the root element for pages served as application/ahtml+html*/
html, body{
	background:#FFFFFF;
	color:#373737;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	height: 101%;
	background: #ECF6CC url(../images_old/bluebells_bg2.jpg);
  }
}
/* CSS Document */

/* the height spawns a vertical scrollbar on all pages
 * to prevent short pages jumping to the left on Firefox
 * add a color and tiled image background to the page */ 
#wrapper {
	width: 800px;
	margin: 0 auto;
}
/* set 15px top margin for title bar other margins set to zero*/
#titlebar {
	width: 800px;
	margin: 0 auto;
}
/* maincontent width is 1px smaller to account for left border*/
#maincontent {
	background: #FFF url(../images/bluebells_side.jpg) top right repeat-y;
	width: 800px;
	font-size: 12px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	height: auto;
	clear: left;
}

#maincontent p {
	font-size: 12px;
}
/*set margins, padding and line height for maincontent paragraphs*/
#maincontent p, h1 {
	margin: 0 25px 0 40px;
	padding: 5px 0;
	line-height:1.4;	
}
#maincontent h1 {
	font-size: large;
	color: #666666;
	clear: right;
}

/*set dimensions for level 1 and 2 headings in maincontent */
#maincontent h1, #maincontent h2 {
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
}
#maincontent h2 {
font-size: 110%;
}

#maincontent a:link, #maincontent a:visited, #maincontent a:active {
color: #333333;
text-decoration: none;
}
#maincontent a:hover {
	color:#99CC00;
	text-decoration: none;
	clear: both;
}

#maincontent ul {
	margin: 0 25px 0 80px;
	padding: 5px 0;
	line-height:1.4;
	font-size: 12px;
}
/* styles for the nav menu - remove padding, margin and bullets */
#nav {
	margin-left: 75px;
}


#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }

/* float each list element inline */
#nav li {
	float: left;
	display: block;
	width: 150px;
	line-height: 15px;
	text-align: left;
	margin-bottom: 10px;
  }

/* style the links in the nav list */
#nav a {
	margin: 0;
	height: 1em;
	padding: 0px 7px 7px 7px;
	width: 90px;
	text-decoration: none;
	font-variant:small-caps;
	font-weight:bold;
	font-size: 14px;
	color: #999999;
  }
/* style the links in the nav list */

#nav a:link, #nav a:visited {
  color: #666666;
  }

#nav a:hover, #nav a:active {
  color: #99CC00;
  }
  


/* special style for link to identify current page */
#thispage a:link, #thispage a:visited,
#thispage a:hover, #thispage a:active {
  background-color: #A8B2A3;
  color: #FFF;
  border-left: #5B6058 solid 2px;
  border-top: #5B6058 solid 2px;
  border-right: #B1B7AE solid 2px;
  border-bottom: #B1B7AE solid 2px;
  }
  
  
  

#insertSection {
	background-color:#CCCCCC;
	color: #333333;
	float:none;
	text-decoration: none;
	width: 100%;
	padding-top: 15px;
	margin-right: 0px;
	margin-top: 15px;
	clear: left;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#singleInsert  {
	color: #333333;
	float:left;
	margin: 15px;
	padding: 15px;
	width: 600px;
	text-decoration: none;
	margin-left: 85px;
	clear: none;
}
#singleInsert p {
	margin: 0 0 0 10px;
	padding: 0;
	font-size: small;
}


#leftInsert  {
	color: #333333;
	float:left;
	margin: 15px;
	padding: 15px;
	width: 275px;
	text-decoration: none;
	margin-left: 75px;
	clear: none;
}
#leftInsert p {
	padding: 0;
	font-size: small;
	margin: 0;
}
#rightInsert {
	color: #333333;
	float:right;
	padding: 15px;
	width: 275px;
	text-decoration: none;
	margin-right: 75px;
	clear: none;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#rightInsert p {
	margin: 0;
	padding: 0;
	font-size: small;
	}
#seayInsert {
	color: #333333;
	float:right;
	margin: 15px;
	padding: 15px;
	width: 350px;
	text-decoration: none;
	font-size: small;
	font-style: italic;
	background-color: #DADADA;
}
#seayInsert p {
	margin: 0 0 0 10px;
	padding: 0;
	font-size: small;
	}
#principles {
	background-color:#FFCC33;
	color: #333333;
	float:right;
	margin: 20px;
	padding: 10px;
	width: 250px;
	text-decoration: none;
}  
#principles a:link, #principles a:visited {
	color: #333333;
	text-decoration: inherit;
  }
#principles a:hover, #principles a:active {
	color: #FF0000;
	text-decoration: inherit;
  }
#principles p {
	margin: 0 0 0 10px;
	padding: 0;
	font-size: small;
	line-height:1.4;
	text-decoration: inherit;
}
#principles h3 {
	padding: 0;
	margin: 0 0 0 10px;
}


#boxed {
	padding: 15px;
	border-left-style: double;
	border-bottom-style: double;
	border-right-style: double;
	border-top-style: double;
	margin: 20px;
}
#boxed p {
	margin: 0 0 0 0px;
	padding: 0;
	font-size: small;
	}
/* this next rule prevents Firefox adding a space beneath the
 * title image when displayed as application/xhtml+xml */
#titlebar img {
  display: block;
  }
/* footer styles - set to height and width of the footer image */
#footer {
	background: url(../images_old/footer.gif) top left no-repeat;
	width: 800px;
	height: 40px;
	padding: 0;
	color: #FFF;
	font-size: 75%;
	clear: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: none;
  }
#footer p {
  margin: 0;
  padding: 10px 15px 0 25px;
  clear:both;
  }
