/* -----------------------------------------------------    
NEW STYLESHEET FOR WCM    |     OCTOBER 2006
TO BE USED FOR NEW PAGES MOVING FORWARD
------------------------------------------------------*/

html {
	margin:0;
	padding:0;}
body {
	background: #E9E9E9 url(../images/body_bg.jpg) repeat-y;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	color:black;
	width:760px;}
#m {
	margin:0 0 0 0;
	padding:0 0 0 0;}
#lmr {
	margin:0 0 0 0;
	padding:0 0 0 0;}
#mr {
	margin:0 0 0 0;
	padding:0 3px 0 0;
position:relative;}
#lm {
	margin:0 0 0 0;
	padding:0 0 0 0;
	background:url(/images/rma/graybar.gif) repeat-y;
}
#lm #l {
        margin:20px 0 20px 0;
        padding:0 0 0 0;
float:left;}
#lm #m {
margin:0 0 0 161px;
padding:0 0 0 0;}


/* HEADING STYLES */

h1 {
	font-size:2em; /*changed from 1.5em dough*/
	color:#ee3424;
	margin:10px 0 10px 0;
        font-weight:normal;
	padding:0;}
h1.nounderline {
	background: none;}
h3 {
	font-size:1em;
	color:#000000;
	padding:0 0 2px 0;
	margin:10px 0 3px 0;
	background: url(../images/dotted_div_1.gif) 0 14px repeat-x;}
h3.nounderline {
background:none;}
h4 {
	font-size:1em;
	color:#810017;
	margin:10px 0 3px 0;
	padding:0;
/*	background: url(../images/dotted_div_1.gif) 0 14px repeat-x;}*/}
h4.nounderline {
	background:none;}

/*  BREADCRUMBS Dough added font-size:11px, and margin left of 3px on 4/27 to make consistent with current site - please modify as needed*/

.breadcrumbs {
color:#888;
        font-size: 11px;
	margin:10px 15px 0 10px;} 
.breadcrumbs a {
  color:#888;}
.breadcrumbs a:hover {
  color:#ee3424;}
#lm .breadcrumbs {
    margin-left:170px;}

/*  LIST STYLES */

ul {
	list-style-image: url(/images/css/home_arrowV2005.gif);
	list-style-type: square;
	list-style-position: outside;
	margin:0;
	padding:0 0 8px 20px;}
.disklist ul {
	list-style-type:decimal;
	list-style-type:disc;
	list-style-position:outside;
	list-style-image:none;
	margin:0 0 0 15px;
	padding:0 0 8px 0px;}
	
ol {
   margin:0;
   padding:0;
   list-style-position:inside;}
/* OTHER */

.delimiter {
    padding:0 5px;
    color:#999;}
.em {
  	font-weight:bold;}
.allcaps {
    text-transform:uppercase;}
.small {
    font-size:0.8em;}
.italic {
    font-style:italic;}
	
/* CLEAR */
div.clearer {
	clear: both; 
	line-height: 1px; 
	height: 0;}
div.bot-clear {margin: 0 0 10px 0;
	padding: 0;}
	
div.goto-top {position: relative; margin: 10px 0 7px 89%; padding: 0;} /* anchor style taken from universal.css*/

