/*Style Sheet for Version 5 Browsers */

/*Styles for the Main Content Layer */
body {
	background-repeat: no-repeat;
	background-image:  url(/graphics/backgrounds/about-backgroundw.jpg);
	
}


p {
	text-indent:15px;
	margin-left:10px;
	}

#RMenu.p { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-align:left;
	line-height:11px;
	}

/*Style Applied to the Sidebar Layer */

.sideDiv, .sideDiv1, .sideDiv2, sideDiv3 { text-indent:0px;font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}

.sideDiv {
	color : #0E2D91;
	font-size : 12px;
	background-color: #BFCAE2;
	
}

.sideDiv1 {
color : #0E2D91;
	font-size : 11px;
	background-color: #BFCAE2;
	text-transform: capitalize;
	font-weight: bold;
	margin-bottom:-1px;
	
}

.sideDiv2 {
color : #0E2D91;
	font-size : 10px;
	font-weight: bold;
	padding-bottom: 4px;
	margin-top:-1px;
}

.sideDiv3 {
color : #0E2D91;
	font-size: 9px;
	font-weight: normal;
	
}

.char-under {
	text-decoration:underline;
	}
/* Modify the Horz Rule */
hr.mod {
  border: 0;
  width: 90%;
   color: #CC9933;
	background-color: #CC9933;
	height: 3px;
	margin-top:1px;
	margin-bottom:1px;
	margin-left:10px;
}
 

