body	
	{
		margin-top:100px;
		margin-bottom:100px;
		background-color:#c2c2c2;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#231F20;		
	}
.MASTER_TABLE
	{
		width:800px;
		vertical-align:top;
		border:1px #999999 solid;	
		background-color:#FFFFFF;	
	}	
.HEADER
	{
		background-image:url(../images/HEADER_R.jpg);
		height:100px;
		background-position:top;
		background-repeat:repeat-x;
		background-color:#231F20;
		border-bottom:1px #999999 solid;		
	}
.FOOTER
	{
		background-image:url(../images/FOOTER_R.jpg);
		height:75px;
		background-repeat:repeat-x;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#FFFFFF;
		text-align:right;
		background-color:#6D6E72;
	}		

#LEFTLINK a
	{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#FFFFFF;
		background-color:#6D6E71;
		text-decoration:none;
		width:149px;
		height:23px;
		line-height:23px;
		display:block;
		font-weight:bold;
		padding-left:1px;
	}
/*#LEFTLINK a:hover
	{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:75%;
		color:#231F20;
		background-color:#F3F3F3;
		text-decoration:none;
		width:220px;
		height:23px;
		line-height:23px;
		display:block;
		font-weight:bold;
		padding-left:1px;
	}*/
		







































/* LEFT SLIDE IN MENU ASSETS */
.arrowlistmenu{
width:216px;
 /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 12px Verdana;
color: white;
background-image:url(../images/MENU_O.jpg);
background-repeat:repeat-x;
cursor:hand;
height:23px;
line-height:23px;
text-align:left;
vertical-align:middle;
display:block;
width:100%;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(../images/MENU_N.jpg);
height:23px;
line-height:23px;
background-repeat:repeat-x;
color:#6D6E72;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 10px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
color:#4C8BC0;
}

.arrowlistmenu ul li a{
color:#231F20;
background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 1px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px solid #dadada;
font-size:10px;
margin-left:4px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.arrowlistmenu ul li a:visited{
color:#990000;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color:#000000;
background-color: #F3F3F3;
display: block;
padding: 1px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px solid #dadada;
font-size:10px;
margin-left:4px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
					