body {
	height:100%;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 73%;
	margin: 0px 0px 0px 0px;
	padding: 0;
	background-color: #EEF2F2;
	line-height: 1.5em;
}

html > body {
  font-size: 12px;
}

#navlist
{
	padding-left: 0;
	margin-left: 0;
	width: 150px;
}

#navlist li
{
	list-style: none;
	margin: 0;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#navlist li a 
{
	text-decoration: none;
	
}

/* ##### Main Section ##### */

#main {
	text-align: justify;
	line-height: 1.5em;
	position:absolute;
	top: 72px;
	width: 774px;
}

#main p {
  text-indent: 2em;
  margin: 0 0 1.5em 0;
  padding: 0;
}

#main a {
  color: black;
  background-color: transparent;
  text-decoration: underline;
}

#main a:hover {
  color: blue;
  background-color: transparent;
  text-decoration: none;
}

#main h1 {
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 145.5%;
  font-weight: bold;
  margin: 0 0 1.05em 0;
  padding: 0;
}

.column1, .column2 {
  margin: 2em 0;
  padding: 0 10px 0 10px;
  float: left;
}

.column1 {
	border-top: 1px solid #CCCCCC;
	border-right: 1px #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.column2 {
	width:579px;
	border-left: 1px solid #CCCCCC;
	color: #000000;
	background-image: url(/images/RD/layerBg.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

/* ###### Footer ###### */

#footer {
	color: #AFAFAF;
	margin: 0;
	padding: 0.25em 0mm 1.25ex 3mm;
	clear: both;
	border-top: 1px solid #999999;
}

body > #footer {  
  padding-top: 0.5em;
}


.sibebar {
	background-image: url(/images/RD/layerBg.gif);
}

.brdrTest {	background-color: #F4FFF9;
	border: 1px ridge #003DAE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px;
	list-style-type: disc;
	margin: 4px;
}
.multiLink1 {text-decoration:none;border-bottom:solid 1px red;font-family: sans-serif;font-size: 12px}
.right {
	float: right;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 10px;
}
.head
{
	font-weight: bold;
	background-color:#DBE3E3;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	padding: 5px;
}

.BoldHead {
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 14px;
  padding: 0;
}

