
body {
     margin:0px;
     padding:0px;
	  font-family: verdana, arial, helvetica, sans-serif;
	  /*font-family: "Book Antigua", times, serif;*/
	  font-size: smaller;
     color:#333;
     background-color:#EEE;
     min-width:700px; /*note ie6 does not use min-width */
     /*background-image: url(../images/background_blue.gif);*/
     }
div#Main{  /*wraps everything in body and centers */
     width: 700px;
     margin: 10px auto;
     }
div#Header {
	margin-bottom: 0px;
	margin-top: 10px;
	padding: 10px;
	height: 125px;
	border-style: solid;
	border-color: #00BFFF;
	border-width: 2px;
	background-color: white;
	float: left;
	width: 676px;
	text-align: center;
}
div#Menu {
	float: left;
	width: 148px;
	padding: 8px 8px 12px 4px;
	background-color: white;
	border: 2px solid #00BFFF;
	line-height: 40px;
	font-size: 9pt;
}
	  
div#Content {
     margin: 0px 0px 0px 0px;
     padding:5px;
     background-color: White;
     border: 2px solid #00BFFF;
     width:522px;
     float:right;
     }

a {
	color:#09c;
	/*font-size:12px;*/
	text-decoration:none;
	font-weight:600;
	border: 0px none;
	}
a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {color: #6495ED;  }
h1 {
	margin: 0px;
	font-size: 14pt;
	line-height: 32px;
	border: 0px;
	padding: 0px;
	clear: none;
	/* font-family: "Monotype Corsiva", cursive, serif;*/
	color: #483D8B;
}
h2,h3,h4,h5 {
	margin:0px 0px 15px 0px;
	line-height: 30px;
	padding:0px;
	font-weight:900;
	color:#999;
	}
h2{
	font-size: 14pt;
}

	#HeadingFont1
	{
		/*margin:0px 0px 15px 0px;*/
		padding:3px;
		font-size:24px;
		line-height:32px;
		font-weight:900;
		color: #4682B4;
	}
	#HeadingFont2
	{
		/*margin:0px 0px 15px 0px;*/
		padding:3px;
		font-size:22px;
		line-height:32px;
		font-weight:900;
		color:#888;
	}
p.gallery {
	
	margin:7px 3px 10px 3px;
	padding:0px;
	
	}


ul{
	
	list-style-image: url(../images/orangebullet.gif);
}
	
div.ImageLeft{
	float:left;
	padding:3px;
	font-size: xx-small;
	color: #666666;
	text-align: right;
	border: 1px solid lightsalmon;
	margin-right: 5px;
	margin: 5px;
}
div.ImageRight{
	float:right;
	padding:3px;
	font-size: xx-small;
	color: #666666;
	text-align: right;
	border: 1px solid lightsalmon;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin: 5px;
}
table.Content{
	font-size: larger;
	font-weight: bold;
	background-color:  #C1E1FF;
	width:100%;
}
span.Italic{
	font-style: italic;
}

div.container {
  background-color: #fff;
  }
div.spacer {
  clear: both;
  }
div.float {
	float: left;
	width: 200px;
	height: 270px;
	padding: 5px;
	margin: 0px 15px 0px 15px;
}
div.thumb {
	height: 160px;
}

  
div.float p {
   text-align: center;
   }
	
/*
img.gallery:link {border: 1 solid #09c;}
img:visited {border: 1 solid #07a;}
img.gallery:hover {border: 1 solid #6495ED;}
*/

a img.gallery {border: 1px solid #09c;}
a:link img.gallery {border: 1px solid #09c;}
a:visited img.gallery {border: 1px solid #07a;}
a:hover img.gallery {border: 1px solid #6495ED;}
a:hover { border: 0; }

em {
	font-weight:bold;
	color:#1E90FF;
}