body
			{
				background-color: white;
				background: url('./img/main_bg.gif');
				background-repeat: repeat-y;
			}

			p.inside {font-family:arial;font-size:9pt;color:#666666;padding-left:18px;}
			strong.inside_b {font-family:arial;font-size:9pt;color:#666666;font-weight:bold;}
			p.inside2 {font-family:arial;font-size:9pt;color:#655C51;padding-left:18px;}
			p.inside3 {font-family:arial;font-size:9pt;color:#828A30;padding-left:18px;}
			p.inside4 {font-family:arial;font-size:9pt;color:#4D6684;padding-left:18px;padding-right:10px;padding-top:4px}
			p.inside5 {font-family:arial;font-size:9pt;color:#828A30;padding-left:8px;}
			div#fixed
			{
				position: absolute;
				top:0px;
				left:0px;
				width:1010px;
			}

			img.home_image {float:left}
			
			img#top_left_logo
			{
				position: absolute;
				top:0px;
				left:0px;
			}

			div#nav
			{
				position: absolute;
				top: 80px;
				left: 57px;
			}
			
			div#nav div.element
			{
				position: relative;
				background: url('./img/nav_bg.jpg');
				background-repeat: repeat-y;
				color: #2d4f58;
				font-family: Verdana;
				font-size: 11px;
				line-height: 20px;
				width:135px;
				height: 22px;
			}
			
			div#nav div.elementOver
			{
				position: relative;
				background: url('./img/nav_bg_over.jpg');
				background-repeat: repeat-y;
				color: #2d4f58;
				font-family: Verdana;
				font-size: 11px;
				line-height: 20px;
				width:135px;
				height: 22px;
				cursor:pointer;
			}

			div.subElementNav
			{
				position: absolute;
				top: 5px;
				left: 70px;
				z-index: 10;
			}

			div.subElement
			{			
				background: url('./img/subnav_bg.png');
				background-repeat: repeat-y;
				font-family: Verdana;
				font-size: 10px;
				line-height: 18px;
				width: 145px;
				height: 20px;
				color: #2d4f58;
			}

			div.subElementOver
			{			
				background: url('./img/subnav_bg_over.png');
				background-repeat: repeat-y;
				font-family: Verdana;
				font-size: 10px;
				line-height: 18px;
				width: 145px;
				height: 20px;
				color: black;
			}

			div.subElement_seperator
			{			
				background: url('./img/subnav_bg.png');
				background-repeat: repeat-y;
				font-family: Verdana;
				font-size: 6px;
				line-height: 10px;
				width: 145px;
				height: 10px;
				color: black;
			}

			div#home_div
			{
				position:absolute;
				top: 30px;
				left: 208px;
			}

			

			div#nav_1
			{
				z-index:5;
			}

			div#subnav_1
			{
				z-index:10;
			}