BODY
{
  /* font-family: Arial, Sans-Serif; */
  font-family: Tahoma, San-Serif;
  text-align: left;
  
}

BODY
{
	background-color:Ivory;
	margin:50px;
	font-size: 13px
}

div
{
  border-style: solid;
  border-width: 0px;
}
body, summary
{
  /* 
		Clears white space around the body except for the top which gets 10 pixels.
	*/
  margin-top: 2px;
}

a
{
  /*
		Clears the underline on normal links, and give them #308462 as the color.
	*/
  color: #003366;
  text-decoration: none;
}

a:hover
{
	/*
		Underlines links when the users hover the mouse over them.
	*/
	text-decoration: underline;
}

h1
{
  /*
    Makes h1 elements smaller than their browser default.
  */
 font-size : 16px;
}

h2
{
  /*
    Makes h2 elements smaller than their browser default.
  */
 font-size : 12px;
}

h3
{
  /*
    Makes h3 elements smaller than their browser default.
  */
 font-size : 10px;
}

#Container
{
  width:960px;
}

#Header
{
  background-image: url(Images/InspectSandsBannerBlue.png);
  background-repeat: no-repeat;
  margin: 2px 0px 5px 0px;
  padding: 0px;
  width: 750px;
  height: 60px;
}

#HeaderDivider
{
  background-image: url(Images/InspectSandsDividerBlue.png);
  background-repeat: no-repeat;
  padding: 0px;
  margin: 0px;
  width: 750px;
  height: 5px;
}

#Menu
{
  padding: 0px;
  margin: 0px;
  width: 150px;
  float: left;
}

#Menu ul
{
  padding: 0px;
  margin: 3px 0px 0px 0px;
  vertical-align: middle;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
}

#Menu li
{
  padding: 0px 5px 2px 0px;
}

#MainBody
{
  padding: 0px;
  margin: 5px 0px 5px 0px;
  width: 600px;
  float: left;
}

#MainBody li
{
  padding: 2px 0px 2px 0px;
}

#MainBody ul
{
  padding: 0px;
  margin: 3px 0px 0px 0px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
}


#FooterDivider
{
  background-image: url(Images/InspectSandsDividerBlue.png);
  background-repeat: no-repeat;
  margin: 0px;
  padding: 0px;
  width: 750px;
  height: 5px;
  clear: both;
}

#Footer
{
  padding: 0px;
  margin: 0px;
  width: 750px;
  height: 10px;
  font-size: 10px;
  color: #808080;
}

#Calendar
{
  width: 600px;
  height: 400px;

}

.MenuSelected
{
  font-weight: bold;
  color: #808080;
}

.PhotoCaption
{
  font-size: 12px;
  color: #808080;
  font-style: italic;
  margin-top: 1px;
  margin-bottom: 10px;
}


