#main_content_container{
width:auto;
border: 0px solid #00ff00;
}
/* right rail must have a width and float right to work with this layout */
#right_rail_container{
float:right;
border: 0px solid #ff0000;
margin-top:23px;
width:240px;


}
.spacer_9pixels{
padding-left:24px;
}

.spacer_5pixels{
padding-left:21px;
}

.loginFields{
height:16px;
}

#username_container {
padding-bottom:3px;
}
password_container{
padding-bottom:3px;
}

/* Accordion */
.menu_list {
	width: 224px;
	height: 176px;
	overflow:hidden;
	padding:0px 0 10px 0px;
	border:0px solid #ff0000;
	margin-bottom:3px;
	position:relative;
}
.menu_head_first {
	padding: 2px 27px !important;
	cursor: pointer;
	position: relative;
	margin:0px;
       font-weight:bold;
       color:#464646;
       background:  url('../index2/accordion_01_open.png') no-repeat;
       height:16px;
       width:224px;
       
}
.menu_head_first_close {
	padding: 2px 27px !important;
	cursor: pointer;
	position: relative;
	margin:0px;
       font-weight:bold;
       color:#464646;
       background:  url('../index2/accordion_01_close.png') no-repeat;
       height:16px;
       width:224px;
       
}
.menu_head {
	padding: 2px 27px !important;
	cursor: pointer;
	position: relative;
	margin:0px;
       font-weight:bold;
       color:#464646;
       background:  url('../index2/accordion_04_close.png') no-repeat;
       height:16px;
       width:224px;
       
}
.menu_head_open {
	padding: 2px 27px !important;
	cursor: pointer;
	position: relative;
	margin:0px;
       font-weight:bold;
       color:#464646;
       background:  url('../index2/accordion_04_open.png') no-repeat;
       height:16px;
       width:224px;
       
}
.menu_body {
padding: 0px 12px 0px 12px;
	display:none;
	background:  url('../index2/accordion_02.png');
	background-repeat:repeat-y;
       background-position:left top;
       font-size:11px !important;
       font-family: Arial;
       height: 122px;
       line-height:13px;
       width:204px;
       
       
       
       
}
.menu_body a {
  
  color:#006699;
  text-decoration:none;
}
.menu_body a:hover {
  color: #006699;
  text-decoration:underline;
}
.menu_footer{
	padding: 0px;
	cursor: pointer;

	margin:0px;
       font-weight:bold;
       color:#FB5B04;
       background: url('../index2/accordion_footer.png') no-repeat;
       height:4px;
       width:224px;
}

.button {
background-color:#6893C8;
background-image:url(..images/button.gif);
background-repeat:repeat;
border:1px solid #CCCCCC;
color:#FFFFFF;
font-size:11px;
font-weight:bold;

padding:1px 5px;
}

#bsbw{



}