ul.Menu
{
list-style-type:none;
margin:0;
padding:0;
overflow:hidden;
border-radius: 20px;
}

li.Menu
{
float:right;
}


a.Menu:link,a.Menu:visited
{
display:block;
width:112px;
font-weight:bold;
color:black;
background-color:  #CEECED;  //#98bf21;
text-align:center;
padding:4px;
text-decoration:none;
text-transform:uppercase;
}


a.Menu:hover,a.Menu:active
{
background-color:#a1d7f8;
}

a.SideBar:link,a.SideBar:visited
{/* Basic State */
display:block;
width:140px;
font-weight:bold;
color: #614826;  /* #183637; */
background-color: #fff26d;
text-align:right;
padding:4px;
text-decoration:none;
#text-transform:uppercase;
}


a.SideBar:hover,a.SideBar:active
{/*Hover*/
background-color: #a27f3a;
color: white;
}



.TitleTable
{
border:1px solid black;
border-collapse:collapse;
vertical-align:top;
text-align:right;
table-layout: fixed;
empty-cells: show;
font-weight: bold;
}


ul.CatMenu
{
list-style-type:none;
margin:0;
padding:0;
overflow:hidden;
}

li.CatMenu
{
float:right;
}


a.CatMenu:link,a.CatMenu:visited
{
display:block;
width:112px;
font-weight:bold;
color:black;
background-color: #00B4F0;//#00BFFF;  //#98bf21;
text-align:center;
padding:4px;
text-decoration:none;
text-transform:uppercase;
}


a.CatMenu:hover,a.CatMenu:active
{
background-color: #006EB0;//#0000FF;
color: white;
}



ul.TaskBar
{
list-style-type:none;
margin:0;
padding:0;
overflow:hidden;
}

li.TaskBar
{
float:right;
}


a.TaskBar:link,a.TaskBar:visited
{
display:block;
width:112px;
font-weight:bold;
color:black;
background-color: transparent; //#F0FFFF;
text-align:center;
padding:4px;
#text-decoration:none;
text-transform:uppercase;
}


a.TaskBar:hover,a.TaskBar:active
{
background-color:#a1d7f8;
}


.HeaderFrame
{
width: 100%;
float: right;
background-color: #70e9ff;
border-radius: 25px;
border-style: none;
-webkit-backface-visibility: hidden;
outline-style: none;
}

.HeaderImage
{
float: right;
border-radius: 25px;
}

.HeaderTitle
{
color: white;
float: right;
padding-right: 30px;
text-shadow: 2px 2px black;
width: 70%;
}

.HelpBody
{
background-color: #fafff3;
outline-style: none;
border: none;
}

.SideNavBar
{
position: relative;
float: right;
vertical-align: top;
text-align: right;
WIDTH: 125px;
MARGIN-TOP: 15px;
OVERFLOW-Y:auto;
}

.SearchBox
{
float: right;
padding: 6px;
margin-top: 0px;
font-size: 17px;
border: none;
border-radius: 0px 5px 5px 0px;
margin-right: 30px;
width: 317px;
}

.SearchButton
{
float: right;
height: 33px;
cursor: pointer;
border-radius: 5px 0px 0px 5px;

}

.Page
{
background-color: white;
margin-right: 155px;
}


.PageTitle
{
font-weight:bold;
font-size: x-large;
color: #a27f3a;
text-decoration: wavy;
}

.SubTitle
{
margin-top: 20px;
font-weight:bold;
font-size: large;
}

.TextFragment
{
width: 100%;
float: right;
}


.NavLink
{
font-size: small;
}



.FootLine
{
margin-top: 20px;
}

.FormSection{
  margin-top: 10px;
  border-radius: 10px;
  border: 2px solid #73AD21;
  padding: 20px;
 }

.SectionTitle
{
font-weight:bold;
font-size: large;
color: #a27f3a;
}

.SectionInput{
  border-radius: 5px;
  border: 1px solid #73AD21;
  font-family: Arial;
}

.ContentFrame
{
width: 100%;
height: 100%;
}

a:link {
  color: #a27f3a;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: #a27f3a;
  background-color: transparent;
  text-decoration: none;
}

.ScreenShot {
  max-width: 80%;
  height: auto;
}​
