body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #EFEFEF url('../images/backstripes.gif');
	color: #333333;
	font:1em Garamond;
}
p {
	margin: 5px;
}
a, a:active {
	color:#235E82;
}
a:visited {
	color:#4D87A9;
}
a:hover {
	color:#80B6D6;
}
H1 {
	color: #235E82;
	font-size: 1.3em;
}
#Content {
	width: 771px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	border: 1px solid #ccc;
	background: #fff;
}
#Header {
	height: 180px;
	background: #235E82 url(../images/img-header.jpg);
}
#HeaderBar {
	height: 25px;
	background: #235E82 url(../images/RCAM_bar.jpg);
	font:1em Garamond;
}
#centerContent {
	width: 100%;
	overflow: visible;
}
#Menu {
	float: left;
	width: 213px;
	height: 400px;
	background: #fff url('../images/img-menu-background.jpg') repeat-x left top;
}
#Body {
	width: 525px;
	float: right;
	padding: 15px;
}
#Footer  {
	text-align: center;
	color: #ccc;
	font-size: .8em;
	padding: 10px;
	clear: both;
	background: #163B52;
	height: 60px;
}
#Footer a {
	color: #ccc;
	font-size: 1em;
}
#menu3	ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu3 {
	width: 200px;
	border: 1px solid #ccc;
	margin: 5px;
}
#menu3 li a {
	height: 24px;
	voice-family: inherit;
	text-decoration: none;
}
#menu3 li a:link, #menu3 li a:visited {
	color: #888;
	display: block;
	background: url(../images/menu3.gif);
	padding: 8px 0 0 30px;
}
#menu3 li a:hover, #menu3 li a:active {
	color: #283A50;
	background: url(../images/menu3.gif) 0 -32px;
	padding: 8px 0 0 30px;
}
/* -------------------img Shadow -----------------------*/
div.shadow {
  float: right;
  padding: 0 1px;
  background: #bfbfbf;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  position: relative;
}

div.shadow img {
  padding: 5px 5px 9px 5px;
  background: white url(../images/shad_bottom.png) repeat-x bottom left;
}

div.shadow div.topleft {
  width: 2px;
  height: 4px;
  background: url(../images/shad_tlcorner.png) no-repeat top left;
  position: absolute;
  top: 0px;
  left: -1px;
}

div.shadow div.topright {
  width: 2px;
  height: 4px;
  background: url(../images/shad_trcorner.png) no-repeat top right;
  position: absolute;
  top: 0px;
  right: -1px;
}

div.shadow div.bottomleft {
  width: 4px;
  height: 4px;
  background: url(../images/shad_blcorner.png) no-repeat bottom left;
  position: absolute;
  bottom: 0px;
  left: -1px;
}

div.shadow div.bottomright {
  width: 4px;
  height: 4px;
  background: url(../images/shad_brcorner.png) no-repeat bottom right;
  position: absolute;
  bottom: 0px;
  right: -1px;
}