@charset "utf-8";


html,body {
   padding: 0;
   margin: 0;
}

body {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 13px;
   color: #464646;
//   background-color: #FFFFDC;
   background-color: #FFFFF0 ;
   text-align: center;
}
#Container  {
    width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    background: #FFFFFF;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    padding: 0;
    border: 1px solid #000000;
    text-align: center; /* this overrides the text-align: center on the body element. */
//    background-color: #FFFFDC;
    background-color: #FFFFF0;
    position:relative;
} 
#Header {
    position: relative;
    z-index: 2;
    top: 20px;
    height: 125px;
    width: 100%;
    color: inherit;
    background-color: Palegoldenrod;
    padding: 0px;
    margin: 0px;
    text-align: center;
    border:none;
}
#Header img {
    border-style: none;
    padding-right: 20px;
    padding-top: 5px;
    width: 573px;
    height: 115px;
    padding-left: 105px;
}
#Orange {
    position: absolute;
    z-index: 4;
    top: 0px;
    float: left;
    left:-10px;
}
#SideMenu {
    font: bold;
    width:149px;
    height:auto;
    z-index:3;
    left: 4px;
    background-color: #FFFFF0 ;
    border: 5px outset #EEDD99;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 40px;
}
#newSideMenu { 
    text-align: left;
    width: 162px; 
    margin-top: 50px;
    background-color: #FFFFF0; /* Container color as page background*/
    float: left;
}
#newSideMenu ul
{
	margin-left: 0;
	padding-left: 5px;
	list-style-type: none;
	font-family: Verdana; font-size: 12pt;
}
#newSideMenu li {
             padding:1px;
             margin: 0px;
          }
#newSideMenu img {
	margin-top: 0px;
	margin-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
}
#newSideMenu a
{
	display: block;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 152px; 	/* this determines the width of the background color */

	background-color: Palegoldenrod;
	border-bottom: 2px solid #FFFFF0;
  	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13pt; 
	color:#993333; 
}

#newSideMenu a:link
{
	text-decoration: none;
}
#newSideMenu a:visited
{
	text-decoration: none;
}

#newSideMenu a:hover
{
	text-decoration: none;
	background-color: White;
	font-size: 13pt; 
	font : bold;
  	background-image: url(../Images/TableBG20.jpg);background-repeat
}
 

#UnderSideMenu {
    position:absolute;
    width:149px;
    height:auto;
    z-index:3;
    left: 4px;
    float: left;
    clear: left;
    top:550px;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-top: 10px;
}
#mainContent  {
    margin-top: 10px;
    margin-right: 125px;
    margin-bottom: 10px;
    margin-left: 175px;
    padding: 0px;
} 

#mainContentWide  {
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 175px;
    padding: 0px;
} 
#mainContentWider  {
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 0px;
}
#RightSideBar  {
    float: right; /* this element must precede in the source order any element you would like it be positioned next to */
    width: 115px; /* top and bottom padding create visual space within this div */
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0;
    background-color: #FFFFF0 ;
    border-left-width: thin;
    border-left-style: solid;
    border-left-color: #FFCC99;
    margin-top: 30px;
    position: relative;
    text-align: center;
}
#RightSideBar img {
    border-style: none;
}
#Footer {
    font-size: 10px;
    font-weight: 100;
    padding-bottom: 15px;
}

.dropcap {
    float:left;
    color:#999999;
    font-size:50px;
    line-height:25px;
    padding-top:1px;
    font-family: Times, serif, Georgia;
} 

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
    padding: 0;
    margin: 0;
}

.TableHighlight    {
    background-color: #FAF0E6;
    color: #663333;
    list-style-type: circle;
    text-align: left;
    vertical-align: middle;
}

.TableLeft {
    text-align: justify;
    padding-right: 0px;
}
.TableLeft img{
    padding: 20px 0 0 0;
}

#mainContent h1 {
    font-size: 30px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-weight: lighter;
    color: #FFCC99;
    text-align: center;
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
    padding-top: 20px;
}
#mainContent h2 {
    font-size: 20px;
    color: #79431B;
}

#mainContent p {
  text-align: justify;
  padding-right:8px;
  padding-left:8px;
}

#mainContentWide h1 {
    font-size: 30px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-weight: lighter;
    color: #FFCC99;
    text-align: center;
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
    padding-top: 20px;
}
#mainContentWider h1 {
    font-size: 30px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-weight: lighter;
    color: #FFCC99;
    text-align: center;
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
    padding-top: 20px;
}
#mainContentWide h2 {
    font-size: 20px;
    color: #79431B;
}
#mainContentWider h2 {
    font-size: 20px;
    color: #79431B;
}
#mainContentWider table {
  text-align: left;
  border: none;
  padding: 0px;
  margin::0 0 0 0;
  width:100%;
}
#mainContentWider table td{
width:100px}

#mainContentWide p {
  text-align: justify;
  padding-right:8px;
  padding-left:8px;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
  float: right;
  margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
  float: left;
  margin-right: 8px;
}
/* Miscellaneous classes for reuse */
.fltrtclear { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
  float: right;
  margin-left: 8px;
  clear:right;
}
.fltlftclear { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
  float: left;
  margin-right: 8px;
  clear:left;
}
img.floatLeft { 
    float: left; 
    margin-left:  4px; 
    margin-right: 8px; 
    margin-bottom: 10px; 
}
img.floatRight { 
    float: right; 
    margin-left:  8px; 
    margin-right: 4px; 
    margin-bottom: 10px; 
}
div.layoutrow {
  text-align: justify;
  }
  


