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;
}

a {
   color: #004499;
   text-decoration: none;
}


a:hover {
   text-decoration: underline;
}

#Editor {
   background: white;
}

#Container {
   width: 918px;
   margin: 0px auto;
   border-radius: 10px;
   box-shadow: 0px 0px 50px #888888;
}

#TopNav {
   background: url(/Images/TopNavMid.png) repeat-x bottom;
   padding-left: 30px;
   border-radius: 10px 10px 0px 0px;
   border-left: 1px solid #444444;
   border-right: 1px solid #444444;
}

#Content {
   background: url(/Images/Content.png) White repeat-x;
   padding: 15px 10px;
   border-left: 1px solid #888888;
   border-right: 1px solid #888888;
}

#Footer {
   background: url(/Images/BotNavMid.png) repeat-x bottom;
   padding-left: 20px;
   text-align:center;
   color: #535353;
   height: 34px;
   border-radius: 0px 0px 10px 10px;
   border-left: 1px solid #444444;
   border-right: 1px solid #444444;
}

.BorderBox {
   border-top: 1px solid #E0E0E0;
   border-left: 1px solid #E0E0E0;
   border-right: 1px solid #B8B8B8;
   border-bottom: 1px solid #B8B8B8;
   padding: 10px;
   background-color: White;
   border-radius: 5px;
   box-shadow: 0px 0px 2px #E0E0E0;
}




.PageTitle {
   font-variant: small-caps;
   color: black;
   font-weight: bold;
   font-size: 20px;
}


.AltColor {
   color: #333333;
}


.Required {
   color: red;
}




.Logo {
   display: block;
   height: 97px;
   width: 105px;
   background: url(/Images/Logo.png) bottom;
   margin-left: 12px;
}


.Logo:hover {background-position: top;}


.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;
}


