body {
	margin: 0px;
	padding: 0px;
	background-color: #C1B7AE;
	background-repeat: no-repeat;
	background-position: right top;
	text-align: center;
}

/* Hyperlink settings */
a {
	color: #4D3300;
}

a:hover {
	color: #7B5100;
}

a:visited {
	color: #7B5100;
}

.inactive { 
	color: #FFF; 
}

/* Page heading */
h1 {
	font-family: "Lucida Grande", Geneva, Arial, sans-serif;
	font-size: 20px;
	color: #4D3300;
}

/* Content sub-heading */
h2 {
	font-family: "Lucida Grande", Geneva, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #4D3300;
}

/* Page container */
#container, #mw_container
	{
	width: 865px;
	margin: 10px auto;
	color: #000;
	line-height: 130%;
	font-family: "Lucida Grande", Geneva, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	}
	
/* added to support the 2007 MW Review */
#mw_container
	{
	text-align: center;
	min-width: 920px;
	max-width: 920px;
	}

#mw_border
	{
	background-color: #fff;
	border: 1px solid #3F270F;
	}

/* added to support a new border for wide videos */
#video_border
	{
	padding-top: 15px;
	text-align: center;
	background-color: #DDDAD8;
	border: 1px solid #3F270F;
	}

#video_content
	{
	padding-bottom: 10px;
	}
	
/* Nav and content border */
#border
	{
	background-color: #DDDAD8;
	border: 1px solid #3F270F;
	background-image: url(/images/lnavbg.png);
	background-repeat: no-repeat;
	background-position: left top;
	}

/* Header items */
#header
{	
	margin: 10px auto 0px;
}

#header h1
	{
	background: url(/images/rlogo_2x.png) no-repeat;
	background-size: 175px 40px;
	background-position: 0px 4px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	height: 40px;
	width: 175px;
	text-indent: -800px;
	}

.htable { border: 0px; height: auto; width: 100%; }

#ticker { 
	width: 100%; 
	float: right;
	margin: 0px;
	padding: 0px;
}

#ticker table {
	width: 100%;
	border: 0px;
	text-align: right;
}

#ticker table td#tic-item a, 
#ticker table td#tic-item a:hover, 
#ticker table td#tic-item a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 120%;
	color: #4D3300;
	text-decoration: none;
	opacity: 1.0;
}

/* Top navigation bar settings */
#topnav {
	font-size: 13px;
	text-align: center;
	padding: 0px;
	background-color: #78542F;
	border: 1px solid #3F270F;
	margin-bottom: 5px;
}

#topnav p {
	padding: 2px 0px;
	margin: 0px;
	color: #E0D5C6;
}

#topnav a {
	color: #E0D5C6;	
}

/* Left navigation column settings */

#leftnav {
	float: left;
	width: 160px;
	margin: 0;
	padding: 1em;
	line-height: normal;
	font-size: 14px;
	color: #9B938B;
}

#leftnav ul {
	list-style: none;
	margin: 0 0 1em 0; 
	padding: 0;
}

#leftnav li { 
	padding-bottom: 0.5em;
}

/* next 5 added by FL for v9 */

.topicTitle
	{
	font-family: "Lucida Grande", Geneva, Arial, sans-serif;
	font-size: 16px;
	color: #4D3300;
	margin-top: 14px;
	border-bottom: 1px dotted;
	padding-bottom: 1px;
	background-color: #eae8e6;
    }
	
.menuCommand
	{
	color: #993366;
	font-weight: bold;
	}
    
.button
	{
	color: #663300;
	font-weight: bold;
	}

.popup
	{
	color: #006666;
	font-weight: bold;
	}
    
    /* added by FL for v10 */
.pTitle
   {
	color: #663333;
	font-weight: bold;
   }
 

#leftnav p a {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 120%;
	color: #666;
	text-decoration: none;
}

/* Content settings */
#content {
	margin-left: 180px;
	border-left: 1px solid #66411B;
	padding: 1em;
	background-color:#FFF; 
}

#content h2 {
	margin: 0 0 .5em 0;
}

#content li { 
	padding-bottom: 1em;
} 

/* Div items in Content */

#content div ul {
	list-style: none;
	margin: 0 0 2em; 
	padding: 0;
}

#content div li {
	padding-bottom: 2px;
}

#content div table {
	padding: 0px;
	margin: 0px auto 15px;
}

#content h3 {
	color: #663333;
	font-size: 16px;
}

.resize img { 
	width: 450px; 
	height: auto; 
}

#content div h3 {
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#content div th {
	margin: 2px;
	padding: 2px;
	font-weight: bold;
	background-color: #979088;
	text-align: center;
}

#content div td {
	margin: 2px;
	padding: 5px;
	text-align: center;
}

.lshade {
	background-color: #E9DED2;
}

.dshade {
	background-color: #CFC5BB;
}

.cshade {
	background-color: #78542F;
	margin-bottom: 2px;
	color: #FFF;
}

#content div img {
	height: auto;
	width: auto;
	margin: 0px;
	padding: 0px;
	border: none;
	white-space: nowrap;
}

/* Inner spans for special emphasis text color */
.txtRed { color: #990000; font-weight: bold; }
.txtBlue { color: #000066; font-weight: bold; }
.txtGreen { color: #006600; font-weight: bold; }
.txtOrange {color: #FF6600; font-weight: bold; }
.txtBrown { color: #4D3300; font-weight: bold; }
.txtPurple { color: #993399; font-weight: bold; }
.txtRedPlain { color: #990000; }
.txtAqua { color: #006666; font-weight: bold; }

/* hr setting */
hr {
	border: 0;
	height: 1px;		
	background-color: #66411B;
}

/* Footer items */
#footer {
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: normal;
}

#footer p {
	padding: 1px 0px;
	padding: 0px;
	font-size: x-small;
	color: #666666;
}