/**

PAGE LAYOUT AND TAB SPACING IS EXACLY AS FOLLOWS:





<body>

<div id=body_area>

	<div id=header></div>

	<div id=page_area>

		<div id=side_bar></div>

		<div id=content></div>

	</div>

	<div id=footer></div>

</div>

</body>







*/



body {
	text-align: center;
	margin: 10px 10px;
	padding: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url('http://www.rogueriviera.org/images/backgroundtile.gif');
}

	

	

/** E5/Win incorrectly applies the CSS "text-align" attribute to block-level elements. SEE: http://www.bluerobot.com/web/css/center1.html **/

#body_area { 

}





#content { /** Main Content Section - after header,sidemenu and before footer */

}





#footer_menu {
	text-align: center; 
	font-size: 8px; 
	height: 80px;
}



img {

	border: none;

}

/* >>>>>>>>>>> START LINKS >>>>>>>>>>>> */

a {
	font-size:12px;
	color:#0000FF;
	text-decoration: bold;
}

a:hover {
	text-decoration: underline;
	font-size:12px;
	color:#00FFFF;
	text-decoration: bold;
}



#footer_menu a {
	font-size: 10px;
	color: #0000FF;
}

#footer_menu a:hover {
	color: #BB0000;
}



/* <<<<<<<<<<<<<<< END LINKS <<<<<<<<<<<< */





/* >>>>>>>>>> START CONTENT FORMATTING >>>>>>>> */



.keyword { /** Standout keywords */
	font-weight: bold;

}



#content .dateDisclaimer{/** Copy write, date, company name */ 
 font-style : italic;
 font-size : 12px;
 }



#content h1, h2, h3 {
	font-weight: bold;	
}



#content h1 { /** Use for page titles */
	color: #000080;

}



#content h2 { /** Use for sub-titles */
	color: #001580;
	border-bottom: 1px dashed gray;
}


#content h3 { /** Use for in page sections titles */
	color: #3855a7;
	padding : 0px 0px 0px 0px;
	margin : 10px 0px 0px 0px;
}



#content p { /** Use for all other content */
	text-indent : 20px;
	padding : 0px 0px 10px 0px;
	margin : 0px 0px 0px 0px;
}



#content .keyword { /** Standout keywords */
	font-weight: bold;
}



#content .dropshadow{
	margin : 10px 10px 10px 10px;
	border-right: 3px solid #a2a3a7;
	border-bottom: 3px solid #a2a3a7;
}



/* <<<<<<<<<<< END CONTENT FORMATTING <<<<<<<<<< */




















