/* author: LB Neal */
/* Creation date: 11/21/2009 */

Body {
  background: #f0f0f0;
  font-size: 14px;
  font-family: Verdana, Georgia, sans-serif;
  color: #111111;
  margin-top: 3px;
}

a:link		{font-weight: normal; text-decoration: none; color:blue;}
a:active	{font-weight: bold; text-decoration: none; color:blue;}
a:visited 	{font-weight: normal; text-decoration: none;color:blue;}
a:hover 	{text-decoration: underline; color:blue;}

.top-left {
width: 466px;
height: 113px;
background: #b0b0b0 url("left-header.jpg") no-repeat;
margin: 0px;
padding: 0px;
display: box; /* block; fixed N2 */
}

.top-right {
/* width: 64px; */
/* height: 113px; */
background: #ffffff url("dp-64x64.jpg") repeat;
margin: 0px;
padding: 0px;
display: box; /* block; fixed N2 */
}

.left-side {
width: 120px;
background: #FFF3DB url("left-back.jpg") repeat-y;
padding: 0px;
margin: 0px;
/* 
margin-top: 0px; 
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px; */
/* text-align: left; */
display: box; /* block; fixed N2 */
}

.right-side {
width: 120px;
/* height: 76px; */
background: #FFF3DB url("right-back.jpg") repeat-y; /* top left; */
margin: 0px;
padding: 0px;
display: box; /* block; FIXED N2 */
}

.boxed-top-right
{	
border-bottom-width: 1px; 
border-top-width: 1px; 
border-left-width: 0px; 
border-right-width: 1px; 
border-style: solid;	
border-color: #222222;
}