
body {
  cursor: default;
  background-color: #EAEAEA;
  margin-top: 15px;
  font-family: arial, verdana, helvetica, sans-serif;
  font-style: normal;
  font-size: 10px;
  color: #6E6E6E;
  text-align: left;
  font-weight: normal; }

#container {
  width: 80%;
  margin-right: auto;
  margin-left: 20px;
  text-align: left; }

#header {
  width: 100%;
  background-color: #EAEAEA;
  height: 1px;
  padding-top: 5px; }

#left {
  float: left;
  width: 220px; }

#main {
  margin-top: 40px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 260px;
  padding: 5px; }

p {
  color: black;
  line-height: 20px;
  padding: 5px;
  background-color: white;
  background-color: #EAEAEA; }

a {
  color: #575757;
  background-color: #EFE23F;
  text-decoration: none; }

a:hover {
  color: #E1E1E1;
  background-color: #272727;
  text-decoration: underline; }

#footer {
  clear: both;
  font-size: 10px;
  color: #2A2A2A; }

.right {
  color: gray;
  background-color: white;
  float: right;
  font-size: 100%;
  margin-top: 5px; }

.left {
  color: gray;
  background-color: #FBFBFB;
  float: left;
  font-size: 100%;
  margin-top: 5px;
  background-color: #EAEAEA; }

/* AddThis Vertical Layout Menu */ 
.addthis_toolbox .vertical {
  background-color: white;
  width: 136px;
  padding: 1px;
  border-color: #eee;
  border-width: 3px;
  border-style: solid;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

.addthis_toolbox .vertical a {
  position: relative;
  display: block;
  background-color: #fff;
  width: 102px;
  padding-top: 4px;
  padding-right: 0;
  padding-bottom: 4px;
  padding-left: 34px;
  text-decoration: none;
  color: #00bff3; }

.addthis_toolbox .vertical a:hover {
  background-color: #f5f5f5;
  color: #027999;
  text-decoration: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }

.addthis_toolbox .vertical span {
  position: absolute;
  left: 14px;
  top: 4px; }

.addthis_toolbox .vertical .more {
  border-top-color: #eee;
  border-top-width: 1px;
  border-top-style: solid;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 0;
  margin-left: 10px;
  text-align: center; }

.addthis_toolbox .vertical .more a {
  padding-top: 4px;
  padding-right: 0;
  padding-bottom: 4px;
  padding-left: 0;
  margin: 0; }

.addthis_toolbox .vertical .more a:hover {
  background-image: none; }

.addthis_toolbox .vertical .more span {
  display: none; }

