body {
	background: #C1ECFC;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	font: 14px Tahoma;
}

a img {
	border: 0px;
}

#header, #middle, #footer, #top_menu {
	width: 99%;
	display: block;
	position: relative;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
  width: 200px;
  float: left;
}

#right_logo {
  position: relative;
  top: 0px;
  left: 210px;
  width: 75%;
  float: left;
  height: 110px;
 	border-left: 2px dotted #AFC4FF;
 	background: url(/img/r_logo_bg.jpg);
}

#top_menu {
	text-align: center;
	border-top: 2px dotted #AFC4FF;
	border-bottom: 2px dotted #AFC4FF;
}

#r_menu {
	position: relative;
	top: 0px;
	left: 0px;
  width: 203px;
  float: left;
}

#body {
	border-left: 2px dotted #AFC4FF;
	padding-left: 5px;
	margin-left: 7px;
  position: relative;
  top: 0px;
  width: 70%;
  float: left;
}

#footer {
	text-align: center;
	border-top: 2px dotted #AFC4FF;
	border-bottom: 2px dotted #AFC4FF;
	background: url(/img/foot_bg.jpg) no-repeat;
}

.cl_b {
	clear: both;
}

a {
	font-weight: bold;
	color: #00299D;
	text-decoration: none;
}

a:hover {
	border-bottom: 2px dotted #00299D;
	color: #001E72;
}

h1 {
	margin: 0px;
	font: 16px Arial;
	text-align: right;
	color: #fff;
	font-weight: bold;
}

h2 {
	color: #00299D;
}

#r_menu h2 {
	color: #001E72;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 14px Verdana;
	border-bottom: 1px dashed #00299D;
	border-top: 1px dashed #00299D;
	font-weight: bold;
}

#r_menu ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
