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

a:link {
	color: #0066ff; text-decoration: none
}
a:visited {
	color: #0066ff; text-decoration: none
}
a:active {
	color: #0066ff; text-decoration: none
}
a:hover {
	color: #0066ff; text-decoration: underline
}

#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 750px;
  text-align: left;
  background: #FFFFFF url('img/content_bg.jpg') top right repeat-y;
  border: 1px solid #99CCFF;
}

#page_header {
  height: 125px;
  background: #cbdbff url('img/header.jpg') top right no-repeat;
  clear: both;
}

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

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

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

#right_side h3 {
  margin-top:0px;
  margin-bottom:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  color: #0066FF;
  padding:4px;
  border: 1px solid #3366cc;
  background-color:#ccffff;
}

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

#right_side li {
	border-bottom: 1px dotted #99CCFF;
}

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

#left_side h1 {
  margin-top:0px;
  margin-bottom:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 18px;
  color: #0066FF;
  background-color:#FFFFFF;
  padding:4px;
  border-bottom: 1px solid #99CCFF;
  clear:both;
}

#left_side h2 {
  margin-top:0px;
  margin-bottom:4px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  color: #0066FF;
  padding:2px;
}

#left_side h3 {
  margin-top:0px;
  margin-bottom:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #0066FF;
  background-color:#FFFFFF;
  padding:4px;
  border-bottom: 1px solid #99CCFF;
  clear:both;
}


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

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


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

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

#page_footer {
  height: 40px;
  background-color: #cbdbff;
  clear: both;
}

#page_footer p {
  padding-top:10px;
  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(img/arrow.gif);
  background-repeat: no-repeat;
  background-position: 0 7px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height:18px;
}


