body {
  margin: 0px;
	padding: 0px;
  font-family: georgia;
	color: #4C3636;
	background-color: #FFFFFF;
	background-image: url(/img/body-bg.gif);
}
.logo {
  position: absolute;
	top: 30px;
	margin-left: 5px;
}
.logo img {
  border: 0px;
}
a:link {
  color: #0B579D;
}
a:active {
  color: #000099;
}
a:visited {
  color: #0B579D;
}
a:hover {
  color: #E4B308;
}
div.rbox ul {
	margin: 20px;
	padding: 0px;
}
.wrap {
  width: 770px;
  border: 1px solid #0B579D;
  margin-left: auto;
  margin-right: auto;
	margin-top: 20px;
	background-color: #FFFFFF;
	background-image: url(/img/wrap-bg.gif);
	background-repeat: no-repeat;
}
.top-message {
  font-family: georgia;
	border-bottom: 1px solid #800000;
	background-image: url(/img/top-bg.jpg);
	padding: 20px 10px 20px 230px;
	font-size: 14px;
	text-align: center;
	background-color: #999999;
	color: #FFFFFF;
}
.content {
  width: 510px;
}
.top-box {
  border: 1px solid #0B579D; 
	background-color: #FFFFFF; 
	padding: 10px; 
	background-image: url(/img/top-box-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	text-align: center;
}
.heading {
  background-color: #0B579D;
	background-image: url(/img/head-bg.jpg);
  color: #FFFFFF;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
	font-family: georgia;
  font-weight: bold;
	border-top: 1px solid #800000;
}
.heading-2 {
  background-color: #0B579D;
  color: #FFFFFF;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
} 
.rbox {
  float: right;
  width: 200px;
  margin-left: 20px;
  margin-bottom: 20px;
}
.rbox .ctext {
  padding: 5px;
}
.ctext {
  padding: 20px;
}
.foot {
  clear: both;
	border-top: 1px solid #0B579D;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #0B579D;
	color: #FFFFFF;
}