html {
  margin:0px 0px 0px 0px;
/*  background:#ffffff url('http://www.bryaneye.com/images/bg01.jpg') fixed no-repeat; */
    background:#ffffff;
}

body {
  margin:0px 0px 0px 0px;
  font-family:sans-serif;
  font-size:10pt;
  background:#ffffff;
}

.workTitleH4 {
  margin-top:2px;
  margin-bottom:4px;
  font-style:italic;
  color:#003366;
}

.workTitleH3 {
  margin-top:32px;
  margin-bottom:4px;
}

a.nohovercolor:hover {
  background:transparent;
}

p {
  margin-top:12px;
}

div.footer {
    position:fixed;
    bottom:0px;
    height:30px;
    left:0px;
    z-index:200;
    width:100%;
   background:#4f4f4f;
    color:#999999;
    font-size:8pt;

}

.masterContainer {
  width:100%;
  background:#ffffff;;
}

.bodyContainer {
  width:940px;
}

.leftSidebar {
  width:180px;
  vertical-align: top;
}

.rightSidebar {
  width:200px;
  vertical-align: top;
}

h1 {
  color:#336699;
  margin-top:4px;
}

a.menuLink2:link, a.menuLink2:visited, a.menuLink2:active {
  color:white;
  font-size:10pt;
  text-decoration:none;
}

a.menuLink2:hover {
  background:white;
    color:#336699;
}


.sidebarRightDiv {
     -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    border:1px solid #999999;
    background:#eeeeee;
    padding:20px;
}

a:link, a:visited, a:active {
  color:#336699;
}

a:hover {
  background:#336699;
  color:white;
}

