BODY
{
    BORDER-RIGHT: white thin solid;
    BORDER-TOP: white thin solid;
    FONT-SIZE: 10pt;
    BORDER-LEFT: white thin solid;
    COLOR: blue;
    MARGIN-RIGHT: 0pt;
    BORDER-BOTTOM: white thin;
    FONT-FAMILY: 'Microsoft Sans Serif';
    BACKGROUND-COLOR: #eaeae4
}
H3
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 12pt;
    COLOR: midnightblue;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana;
    BACKGROUND-COLOR: transparent;
    FONT-VARIANT: normal
}
.MENU
{
    BORDER-TOP: thin ridge;
    FONT-SIZE: 11pt;
    COLOR: black;
    FONT-FAMILY: 'Microsoft Sans Serif';
    BACKGROUND-COLOR: #d6d6ce
}
ul {    font-family: Arial,Helvetica;    font-size: 12px;    margin: 0;    padding: 0;    list-style: none;}
li {    background-color: #eaeae4; font-size:11px;   border-left: 5px solid #d6d6ce;    display: inline-block;    width: 100%;    height: 18px;    margin: 1px 0;list-style: none;}
li a {    color: black; font-size:11px;   display: inline-block;    font-weight: normal;    line-height: 20px;    padding-left: 15px;    text-decoration: none;    width: 100%; /* 150px - 15px (padding) */    height: 20px; list-style: none;}
li a:hover {  border: 1px solid #46a4e4;  background-color: #ffffff;  }


/*
			Vertical Accordions
		*/
		
		.accordion_toggle {
			display: block;
			height: 30px;
			width: 100%;
			background: #deded6;
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;			fomt-family: Arial,Helvetica;			font-size: 12px;
			color: #000000;
			border-bottom: 1px solid #eaeae4;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		.separator_Title {
			display: block;
			height: 26px;
			padding: 0 10px 0 10px;
			line-height: 26px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;			fomt-family: Arial,Helvetica;			font-size: 12px;
			color: #000000;
			border-bottom: 1px solid #eaeae4;			border-top: 1px solid #fffff7;
			background-color: #fffff7;			cursor: pointer;
			margin: 1 1 1 1;
		}

h1.accordion_toggle span {margin-left:5px;}

.accordion_toggle_active {
			 border: 1px solid #46a4e4;  			 background-color: #ffffff; 
		}
		
		.accordion_content {
			background-color: #fffff7;
			overflow: hidden;
		}		
			
			.accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}
			
			.accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
			
		.vertical_accordion_toggle {
			display: block;
			height: 30px;
			width: 600px;
			background: url(images/accordion_toggle.jpg) no-repeat top right #a9d06a;
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #000000;
			border-bottom: 1px solid #cde99f;
			cursor: pointer;
			margin: 0 0 0 0;
		}

		.vertical_accordion_toggle_active {
			background: url(images/accordion_toggle_active.jpg) no-repeat top right #e0542f;
			color: #ffffff;
			border-bottom: 1px solid #f68263;
		}

		.vertical_accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
		}

			.vertical_accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}

			.vertical_accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
  			
		
					
					
    /* Container styling*/
    #horizontal_container {
      margin: 20px auto 20px auto;
      width: 680px;   
      height: 100px;    
    }
    
    #vertical_nested_container {
      margin: 20px auto 20px auto;
      width: 620px;
    }
