body {
  margin: 0px;
  background: url(/templates/csg/images/header-bg.gif) left top repeat-x;
  font-family: georgia, sans-serif;
  font-size: 15px;
  color: black;
  }

form {
  margin: 0px;
  padding: 0px;
  }

a {
  text-decoration: none;
  color: blue;
  }
a:hover {
  text-decoration: underline;
  }

p {
  line-height: 20px;
  text-align: justify;
  }

h1 {
  font-family: georgia, serif;
  font-size: 38px;
  letter-spacing: -1px;
  color: #555;
  margin: 0px 0px 5px 0px;
  }
h2 {
  font-size: 24px;
  font-weight: normal;
  letter-spacing: -1px;
  color: #258625;
  margin: 10px 0px 10px 0px;
  }
h3 {
  font-size: 18px;
  margin: 15px 15px 5px 5px;
  border-bottom: 1px solid #e5e5e5;
  }

#header {
  background: url(/templates/csg/images/header-title.gif) top left no-repeat transparent;
  height: 125px;
  }
#header-phone {
  background: url(/templates/csg/images/header-phone.gif) top right no-repeat transparent;
  height: 65px;
  margin-right: 20px;
  }
#breadcrumbs {
  float: left;
  font-weight: bold;
  color: white;
  }

#footer {
  clear: both;
  background: url(/templates/csg/images/footer-bg.gif) bottom left repeat-x;
  height: 86px;
  font-family: tahoma, sans-serif;
  }
#footer-content {
  margin: 0px 20px;
  font-size: 11px;
  font-weight: bold;
  color: white;
  }
#footer-content a {
  color: yellow;
  }
#footer input {
  font-family: tahoma, sans-serif;
  font-size: 11px;
  margin-top: 40px;
  margin-bottom: 5px;
  }

#content {
  margin: 0px 20px 30px 20px;
  }

.left-container {
  width: 200px;
  float: left;
  margin: 0px 20px 20px 0px;
  }
.left-panel {
  float: left;
  background: url(/templates/csg/images/left-top.gif) top left repeat-y transparent;
  width: 200px;
  margin: 0px 0px 20px 0px;
  }
.left-panel-content {
  background: url(/templates/csg/images/left-bottom.gif) bottom left no-repeat transparent;
  padding: 10px 15px;
  }
.left-title {
  font-family: georgia, serif;
  font-size: 20px;
  color: #2E72B1;
  }
.left-panel-content ul {
  margin: 5px 0px 3px 10px;
  padding: 0px 0px 0px 10px;
  list-style: tree;
  }
.left-panel-content li {
  margin: 0px;
  padding: 2px 0px 2px 0px;
  }

#main-panel {
  }

#action_options {
  align: center;
  width: 500px;
  background: #f5f5f5;
  border: 1px solid #cccccc;
  padding: 10px;
  margin: 20px auto;
  }
