
body
{
    text-align: center;
    /* background: #3898FA5 url( 'images/bg.jpg' ) top center no-repeat fixed; */
    background: #000000 url( 'images/bg.gif' ) top center no-repeat fixed;

    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 125%;
}

A:link {
	COLOR: #99AADD; text-decoration: none
}
A:visited {
	COLOR: #99AADD; text-decoration: none
}
A:active {
	COLOR: #99AADD; text-decoration: none
}
A:hover {
	COLOR: #FF3333; text-decoration: overline underline
}

#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 900px;
  text-align: left;
  background: #000000 url('images/content_bg.jpg') top right repeat-y;
  border: 1px solid #018843;
}

#page_header {
  height: 120px;
  background: #000000 url('images/headernew.png') top right no-repeat;
  clear: both;
}

#page_header h1 {
  margin: 0px;
  padding-top:96px;
  padding-left:80px;
  font-family: verdana, arial, sans-serif;
  font-size:18px;
  
  letter-spacing: 1.6px;
  color: #757575;
}

#page_header h2 {
  margin: 0px;
  padding-left:25px;
  font-family: verdana, arial, sans-serif;
  font-size:11px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #757575;
}

#menu_bar {
  height:40px;
  background: #000000 url('images/drop_shadow.gif') top left repeat-x;
  clear: both;
}

#menu_bar ul {
  margin-top: 0px;
  padding-left: 0px;
  margin-left: 0px;
  background: #FF6600 url('images/menu_bg.gif') top left repeat-x;
  color: White;
  float: left;
  width: 100%;
  font-family: verdana, arial, sans-serif;
  font-size:10px;
  font-weight: bold;
}

#menu_bar ul li { display: inline; }

#menu_bar 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: #FFFF00;
  text-decoration: none;
  float: left;
  border-right: 1px solid #fff;
}

#menu_bar ul li a:hover
{
  background: #FF6600 url('images/menu_hover_bg.jpg') top left repeat-x;
  color: #FFFFFF;
}

#content_wrapper {
  margin-top:10px;
  margin-bottom:0px;
  margin-left:15px;
  margin-right:10px;
  clear:both;
}

#right_side {
  margin-top:0px;
  float: right;
  width:175px;
  /* border-left:1px dashed #AADD99; */
  padding-left: 5px;

}

#right_side h3 {
  margin-top:0px;
  margin-bottom:0px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #AADD99;
  padding-top:4px;
  background-image: url('images/right-header.jpg');
  background-repeat: no-repeat;
  background-position: 0 0px;
  width: 175px;
  height: 30px;
  text-align: center;
  }

#right_side p {
  margin-top:0px;
  margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #CCCCCC;
  line-height: 16px;
  padding-left:4px;
}

#right_side A {
	  padding-left:4px;

}

#left_side {
  float: left;
  width:680px;
  background-color: #000000;
  border:0px dashed #A8A800;
}

#left_side h3 
{
  padding-left: 0px;
  margin-top:0px;
  margin-bottom:0px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #AADD99;
  padding-top:4px;
  /* background: #000000 url('images/ff_blue.gif') no-repeat; */
  /* border-bottom: 1px solid #AADD99; */
  background-image: url('images/left-header.jpg');
  background-repeat: no-repeat;
  background-position: 0 0px;
  width: 680px;
  height: 30px;
  text-align: center;
  
  clear:both;
}

#left_side p {
  margin-top:0px;
  margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #CCCCCC;
  line-height: 18px;
  padding-left:4px;
}

#left_side div {
  margin-top:0px;
  margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #CCCCCC;
  line-height: 18px;
  padding-left:4px;
}

.smaller_font
{
  font-size: 11px;
}

.float_left {
  float: left;
  margin-right: 10px;
}

.float_right {
  float: right;
  margin-left: 10px;
}

.feature_box {
  float:left;
  width:660px;
  
  /* background-color: #EEEEFF; */
  background-color: #000000;
  
  border:2px dashed #333399;
  padding:10px;
  margin-top:10px;
  margin-bottom:5px;
  margin-right:8px;
  margin-left:0px;
}

.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;
}

#page_footer {
  height: 60px;
  background-color: #333333;
  clear: both;
}

#page_footer p {
  padding-top:18px;
  text-align: center;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  letter-spacing:1px;
}

#spacer {
  height:20px;
  clear:both;
}

.arrow_list { 
  margin-left: 10px;
  padding-left: 0;
  list-style: none;
} 

.arrow_list 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
}

.image_frame {
    border: darkkhaki 1px solid; 
    padding: 4px; 

}

.topborder1 
{
    border-top: #AADD99 1px dashed;
}
    
