#page {
 position: relative;
 width: 100%;
 font-family: sans-serif;
}

#pageHeading  {
 font-size: 145%;
 color: rgb(127,87,0);
 width: 100%;
 height: 65px;
 text-align: center;
 background-color: rgb(235,200,150);
 padding-bottom: 0px;
}

#pageBellowHeadingInfo  {
 font-size: 90%;
 color: rgb(50,50,50);
 width: 100%;
 text-align: right;
 padding-bottom: 5px;
}

#menu {
 width: 160px;
 float: left;
 font-family: tahoma;
 margin-top: 5px;
 margin-left: 20px;
}

.menuSection  {
 margin: 5px;
}

.menuSectionHeading  {
 font-weight: normal;
 font-size: 100%;
 width: 90%;
 color: rgb(100,100,100);
 border-bottom: 1px solid rgb(200,200,200);
 margin-bottom: 8px;
 margin-top: 8px;
 padding-bottom: 2px;
}

.menuSectionItem  {
 font-size: 90%;
 padding: 2px 4px 2px 4px;
 color: rgb(127,87,0);
}

.menuSectionSeparator  {
 margin-bottom: -10px;
}

#main {
 position: relative;
 margin-top: 20px;
 margin-left: 220px;
 margin-right: 30px;
}

#mainHeading  {
 font-size: 140%;
 color: rgb(50,50,50);
 width: 100%;
 text-align: left;
 margin-bottom: 10px;
 margin-left: -10px;
 font-family: tahoma;
}

.mainSubHeading {
 font-size: 110%;
 color: rgb(50,50,50);
 width: 100%;
 text-align: left;
 margin-bottom: 6px;
}

.mainContentParagraph {
 font-size: 90%;
 color: rgb(50,50,50);
 margin-bottom: 10px;
 line-height: 17px;
}

a {
  color: rgb(127,87,0);
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

