body {
			margin-left: 0px;
			margin-top: 0px;
			margin-right: 0px;
			margin-bottom: 0px;
			background: url(../images/background.jpg) top center repeat-y;
			background-color: #acb2bb;
			font-family: Helvetica, Arial, sans-serif;
			font-size: 13px;
			voice-family: male; speech-rate: x-slow;
			}
			#outline
			{
			position: relative;
			width: 710px;
			height: auto;
			margin: 0 auto 0 auto;
			background-color: #fff;
			}
			#logo {
			position: relative;
			float: left;
			width: 270px;
			height: 40px;
			z-index: 1;
			background-color: #fff;
			font-size: 36px;
			text-align: center;
			margin: auto 0 auto 0;
			padding: 20px 0;
			border-bottom: 0px solid #eee;
			text-transform: uppercase;
			}
			#logo a {
			text-decoration: none;
			}
			#illustration {
			position: relative;
			float: right;
			width: 439px;
			height: 223px;
			z-index: 3;
			vertical-align: middle;
			border-bottom: 1px solid #fff;
			}
			#sidebar {
			position: relative;
			width: 220px;
			height: 100%;
			float: left;
			padding: 20px;
			background-color: transparent;
			color: #333;
			}
			#illustrationmirror {
			position: relative;
			float: right;
			width: 439px;
			height: 89px;
			z-index: 10
			}
			#navcontainer {
			position: relative;
			float: left;
			width: 260px;
			height: 144px;
			z-index: 7;
			background-color: #333333;
			text-transform: uppercase;
			}
			#navcontainer #current {
			background-color: #fb8f08;
			}
			#navcontainer #current:hover {
			}
			#navcontainer .currentAncestor {
			}
			/* Parent - Level 0 */
			#navcontainer ul {
			list-style: none;
			margin: 0px;
			padding: 0px;
			}
			#navcontainer li {
			position: relative;
			}
			#navcontainer a{
			display: block;
			padding-left: 10px;
			padding-top: 13px;
			height: 22px;
			width: 100%;
			color: #fff;
			font-size: 12px;
			text-decoration: none;
			padding-bottom: 0px;
			border-bottom: 1px #fff solid;
			background-color: #333;
			font-weight: bold;
			}
			#navcontainer a:hover {
			background-color: #fb8f08;
			color: #fff;
			font-weight: bold;
			}
			#navcontainer a:active {
			}
			#content {
			position: relative;
			float: left;
			width: 629px;
			padding: 30px 40px 10px 40px;
			border-top: 3px solid #000;
			}
			#content p {
			text-align: justify;
			}
			#content a {
			font-weight: bold;
			}
			h1 {
			font-weight: bold;
			font-size: 14px;
			color: #333;
			border-bottom: 1px solid #ccc; /* ffb663*/
			padding-bottom: 2px;	
			
			}
			h2 {
			font-weight: bold;
			font-size: 12px;
			color: #000;
			margin: 5px 0 3px 0;
			}
			h3 {
			font-weight: bold;
			font-size:13px;
			color: #000;	
			}
			h3 a {
			color: #000;
			}
			h4 {
			font-size: 70px;
			margin: 5px 0 5px 0;
			color: #333;
			}
			h5 {
			font-size: 18px;
			margin: 5px 0 5px 0;
			color: #333;
			text-transform: uppercase;
			}
			p {
			margin: 0;
			padding: 0 0 10px 0;
			}
			.info {
			font-size: 12px;
			color: #666;
			}
			a {
			
			color: #ee8600;
			border: 0;
			}
			a img, img {
			border: none;
			}
			.borderline {
			border: 1px solid #bbb;
			}
			.search {
			width: 250px;
			}
			.external {
			background: url(../images/external.gif) center left no-repeat;
			padding-left: 17px;
			}

