body {
   background: url(/Images/BodyBG.jpg) repeat-x;
   margin: 0px;
}


table, td, body, input, select, textarea {
   color: black;
   font-size: 11px;
   font-family: Verdana, Helvetica, Sans-Serif;
}


#Editor {
   background: white;
}


a {
   color: #004499;
   text-decoration: none;
}


a:hover {
   text-decoration: underline;
}


.LogoHeader {
   font-size: 24px;
   font-weight: bold;
   margin-left: 0px;
}


.PageTitle {
   font-variant: small-caps;
   color: black;
   font-weight: bold;
   font-size: 20px;
}


.AltColor {
   color: #333333;
}


.Required {
   color: red;
}


.ContentTopLeft {background: url(/Images/ContentTopLeft.png) no-repeat; background-position: bottom right;}
.ContentTopRight {background: url(/Images/ContentTopRight.png) no-repeat; background-position: bottom left;}
.ContentArea {background: url(/Images/Content.png) repeat-x; background-color: white;}
.ShadowLeft {background: url(/Images/ShadowLeft.png) repeat-y; background-position: top right;}
.ShadowRight {background: url(/Images/ShadowRight.png) repeat-y; background-position: top left;}
.ContentBotLeft {background: url(/Images/ContentBotLeft.png) no-repeat; background-position: bottom right;}
.ContentBotRight {background: url(/Images/ContentBotRight.png) no-repeat; background-position: bottom left;}


.ContentBot {
   color: #535353;
}


.ContentTable {
   margin-bottom: 17px;
}


.LogoButton {
   display: block;
   height: 97px;
   width: 105px;
   background: url(/Images/Logo.png) no-repeat;
}


.LogoButton:hover {background: url(/Images/LogoOn.png) no-repeat;}


.Pipe {
   font-weight: bold;
   color: #999999;
   margin-left: 12px;
   margin-right: 12px;
}


.PortfolioList, .PortfolioList ul {
   list-style: none;
   margin-left: 5px;
   margin-top: 0px;
   padding-left: 0px;
}


.PortfolioList li {
   padding-bottom: 5px;
}


.PortfolioList ul li {
   padding-left: 7px;
   padding-bottom: 1px;
   width:199px;
}


.PortfolioList a {
   text-decoration: none;
   color: black;
   font-weight: bold;
   font-size: 10px;
}


.PortfolioList a:hover {
   text-decoration: underline;
}


.PortfolioList ul a {
   text-decoration: none;
   width: 199px;
   max-width: 199px;
   color: black;
   padding: 6px 0px 6px 10px;
   display: block;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   font-weight: 100;
}


.PortfolioList ul a:hover {
   background: url(/Images/PortfolioNavHover.gif) no-repeat;
   text-decoration: none;
}


li.PortfolioOn {
   height: 24px;
}


li.PortfolioOn a {
   background: url(/Images/PortfolioNav.gif) no-repeat;
   position: absolute;
   width: 200px;
}


li.PortfolioOn a:hover {
   background: url(/Images/PortfolioNav.gif) no-repeat;
}
