/* CSS Document */

/* set page background to white and text to very dark gray
 * html is included because this is the root element for
 * pages served as application/xhtml+xml */
html, body {
	background: #FFFFFF;
	background-image: url(NewWebDesign/mybackgr.jpg);
  color:#373737;
  margin: 0;
  padding: 0;
  font-family:Arial, Helvetica, sans-serif;
  }
/* set width of wrapper to same width as title image
 * no top or bottom margin
 * auto on both sides will center wrapper in modern browsers */
#wrapper {
	width: 738px;
	margin: 15px auto 0px;
	border: 2px solid #000099;
	border-right: 5px solid #373737;
	border-bottom: 5px solid #373737;
	background: #FFFFFF;

  }
/* set 15px top margin for titlebar, other margins set to zero */
#titlebar {
	background-color: #000066;
  margin: 0;
  padding: 0px;
  }
/* maincontent width is 1px smaller to account for left border */
#content {
	width: 737px;
	border-left: #BFBCCB solid 1px;
	margin: 0;
	padding: 0;
	font-size: 85%;
	background: #FFFFFF;
  }
/* set margins, padding, and line height for maincontent paragraphs */
#content p {
	margin: 0 25px 0 40px;
	padding: 5px 80px 0 80px;
	color: #000066;
	line-height:1.5em;
	text-decoration: none;
	background: #FFFFFF;
  }
/* set dimensions for level 1 and 2 headings in maincontent */
#maincontent h1, #maincontent h2 {
  margin: 0 0 5px 15px;
  padding: 5px 0 0;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color: #396632;
  }
#content h1 {
  font-size: 1.5em;
  color: #000066;
  padding-left: 40px;
  padding-top: 15px;
  }
#content h2 {
  font-size: 1.3em;
  color: #000066;
  padding-left: 60px;
  padding-right: 20px;
  }
/* styles for the nav menu - remove padding, margin and bullets */
#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }
/* float each list element inline */
#nav li {
  float: left;
  display: inline;
  }
/* style the links in the nav list */
#nav a {
  display:block;
  margin: 0;
  height: 1em;
  padding: 0px 0 0px 22px;
  width: 158px;
  text-decoration: none;
  font-variant:small-caps;
  font-weight:bold;
  font-size: 120%;
  }
a {
	text-decoration: none;
}

#nav a:link, #nav a:visited {
  background-color: #000099;
  color: #FFF;
  border-left: #908AA5 solid 2px;
  border-top: #908AA5 solid 2px;
  border-right: #2C263D solid 2px;
  border-bottom: #2C263D solid 2px;
  }
#nav a:hover, #nav a:active {
  background-color: #DFECD9;
  color: #524872;
  border-left: #EBF3E7 solid 2px;
  border-top: #EBF3E7 solid 2px;
  border-right: #777E74 solid 2px;
  border-bottom: #777E74 solid 2px;
  }
 #footer {
 	margin: 0;
	padding: 0;

	}
#footer p{
	margin: 0;
	padding-top: 20px;
	font-size: .7em;
	background: #FFFFFF;
	}
