
body {
  text-align: center;
  background: #f4fde5 url('../images/bg.jpg') top center no-repeat fixed;
  margin-top: 10px;
  margin-bottom: 10px;
}

a:link,
a:visited,
a:active {
  color: #FF6600;
  text-decoration: none;
}

a:hover {
  color: #FF6600;
  text-decoration: underline;
}

#page {
  margin: 0 auto;
  width: 760px;
  text-align: left;
  background: #ffffff url('../images/content_bg.jpg') top right repeat-y;
  border: 1px solid #018843;
}

#header {
  height: 120px;
  background: #9acd34 url('../images/header.jpg') top right no-repeat;
  clear: both;
}

#header h1 {
  margin: 0;
  padding-top: 30px;
  padding-left: 25px;
  font-family: verdana, arial, sans-serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #ffffff;
}

#header h2 {
  margin: 0px;
  padding-left: 25px;
  font-family: verdana, arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #018843;
}

#navigation {
  height: 40px;
  background: #ffffff url('../images/drop_shadow.gif') top left repeat-x;
  clear: both;
}

#navigation ul {
  margin-top: 0;
  padding-left: 0;
  margin-left: 0;
  background: #ff6600 url('../images/menu_bg.gif') top left repeat-x;
  color: #ffffff;
  float: left;
  width: 100%;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

#navigation ul li {
  display: inline;
}

#navigation ul li a
{
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  background: #ff6600 url('../images/menu_bg.gif') top left repeat-x;
  color: #efefef;
  text-decoration: none;
  float: left;
  border-right: 1px solid #ffffff;
}

#navigation ul li a:hover
{
  background: #ff6600 url('../images/menu_hover_bg.gif') top left repeat-x;
  color: #FFFFFF;
}

#content {
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 15px;
  margin-right: 15px;
  clear: both;
}

#content_right {
  margin-top: 5px;
  float: right;
  width: 160px;
  border: 0px dashed #cccccc;
}

#content_right h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  color: #ff6600;
  padding: 4px;
  border: 1px solid #aae5a4;
  background-color: #f4fde5;
}

#content_right p {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #666666;
  line-height: 16px;
  padding-left: 4px;
}

#content_left {
  float: left;
  width: 540px;
  background-color: #ffffff;
  border: 0px dashed #cccccc;
}

#content_left h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: verdana, arial, sans-serif;
  font-size: 18px;
  color: #ff6600;
  background-color: #ffffff;
  padding: 4px;
  border-bottom: 1px solid #018843;
  clear: both;
}

#content_left p {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #666666;
  line-height: 18px;
  padding-left: 4px;
}

.float_left {
  float: left;
  margin-right: 10px;
}

.float_right {
  float: right;
  margin-left: 10px;
}

.feature_box {
  float: left;
  width: 250px;
  background-color: #f6fcec;
  border:1px solid #aae5a4;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-right: 8px;
}

.feature_box h4 {
  padding-left: 5px;
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #779e28;
}

.feature_box p {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #555555;
  line-height: 16px;
  margin-bottom: 5px;
}

#footer {
  height: 60px;
  background-color: #99cc33;
  clear: both;
}

#footer p {
  padding-top: 18px;
  text-align: center;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #ffffff;
  letter-spacing: 1px;
}

#content_spacer {
  height: 20px;
  clear: both;
}

ul.csc-bulletlist-1 { 
  margin-left: 10px;
  padding-left: 0;
  list-style: none;
} 

ul.csc-bulletlist-1 li { 
  padding-left: 10px;
  background-image: url('../images/arrow.gif');
  background-repeat: no-repeat;
  background-position: 0 7px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 18px;
}

#content_left div.monospace p {
  font-family: monospace;
}

.csc-textpic-caption {
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
  color: #666666;
}


