#MainContentTable {
border:0px solid #000;
border-radius:25px;
-moz-border-radius:25px;
-webkit-border-radius:25px;
margin:10px auto;
background-color:#ffffff;
box-shadow: #323 30px 30px 60px;
-moz-box-shadow: #323 30px 30px 60px;
-webkit-box-shadow:#989 15px 15px 30px;

}

html { 
}
BODY	{
  background-size: cover;
	background-color:#e69763;
	margin-top: 20;
	}

a	{font:weight:heavy;}

H1	{font-weight: bold;
	 text-align: center;
	 color: #006000;
	 background: #FFFFD8;
	 font-family:  Georgia, Arial, 'Gill Sans', sans-serif}

p	{font-weight: bold;
	 text-align: center;
	 color: #006000;
	 font-family:  Georgia, Arial, 'Gill Sans', sans-serif;
	 font-size: small;
	 }
hr {
    border: 2px dashed #006000;
    border-style: none none dashed; 
    color: #fff; 
    background-color: #fff;
}

hr.style-five {
    border: 0;
    align:center;
    width:	80%;
    height: 0; /* Firefox... */
    box-shadow: 0 0 4px 1px silver;
}
hr.style-five:after {  /* Not really supposed to work, but does */
    content: "\00a0";  /* Prevent margin collapse */
}

#imgbox 
{
    vertical-align : middle;
    position : absolute;
    border: 1px solid #999;
    background : #FFFFFF; 
    filter: Alpha(Opacity=100);
    visibility : hidden;
    height : 172px;
    width : 300;
    z-index : 50;
    overflow : hidden;
    text-align : center;
}

.menulink	{
	font-family:  Georgia, Arial, 'Gill Sans', sans-serif;
	color:#292B76;
	text-decoration:none;
	font-size:medium;
	font-weight:bold;
	}
.menulink:hover	{
	color:#177040;
	}
.menulinkcurrent{
	font-family:  Georgia, Arial, 'Gill Sans', sans-serif;
	text-decoration:none;
	font-size:medium;
	font-weight:bold;
	color:#177040;
	cursor: pointer;
	}
.menulinksmall	{
	font-family:  'Lucida Handwriting','Segoe Print',Georgia, Arial, 'Gill Sans', sans-serif;
	color:#41C5C7;
	text-decoration:none;
	font-size: large;
	font-weight:bold;
	}
.menulinksmall:hover	{
	color:#9DC02E;
	}
.menulinkcurrentsmall{
	font-family:  'Lucida Handwriting','Segoe Print',Georgia, Arial, 'Gill Sans', sans-serif;
	text-decoration:none;
	font-size: large;
	font-weight:bold;
	color:#2c569a;
	cursor: pointer;
	}

.quotes
{
	padding:20px;
}

.quotesquote	{
	font-family:  'Lucida Handwriting','Segoe Print',Georgia, Arial, 'Gill Sans', sans-serif;
	color:#404040;
	text-decoration:none;
	font-size:small;
	}
	
.quotesperson	{
	font-family: 'Segoe Print',Georgia, Arial, 'Gill Sans', sans-serif;
	color:#404040;
	text-decoration:none;
	font-size:small;
	font-weight:bold;
	}
	
