BODY		{
		margin: 0px;
		font-family: 'Lucida Sans Unicode', 'Lucida Grande', 'Bitstream Vera Sans', 'Verdana', 'Tahoma', 'Arial', sans-serif;
		}
a		{
		color: #000;
		}
a:hover	{
		color: red;
		}

/*------------------- DIV ZONE -------------------*/

#container	{
		position: relative;
		width: 700px;
		height: auto;
		}
#header		{
		width: 700px;
		height: 127px;
		margin: 0px;
		background: url("banner_bg.gif") no-repeat;
		border-top: 1px solid #777;
		}
		#header SPAN	{
				display: block;
				}
		#header H1	{
				display: block;
				padding-left: 35px;
				font-family: 'Geneva', Verdana, Sans;
				font-size: 30pt;
				color: #fff;
				text-align: left;
				}
		#header H4	{
				display: block;
				position: relative;
				padding-left: 35px;
				font-family: 'Geneva', Verdana, Sans;
				font-size: 10pt;
				color: #fff;
				text-align: left;
				}
#menuleft	{
		position: absolute;
		width: 150px;
		height: auto;
		margin: 0px;
		float: right;
		left: 540px;
		border: 1px dashed #fff;
		z-index:1;
		}	
		#menuleft H3	{
				}
		#menuleft UL {
				margin: 3px;
				padding: 0px;
				white-space: nowrap;
				font-family: "Arial", Verdana, Sans-Serif;
				font-size: 10pt;
				font-weight: bold;
				}
		#menuleft LI {
				list-style-type: none;
				}
#subcontainer	{
		display: block;
		width: 700px;
		background: url("subcontainer_bg.gif") no-repeat;
		}				
#singlecontent	{
		width: 500px;
		height: auto;
		display: block;
		margin-left: 10px;
		position: relative;
		border-top: 1px solid #777;
		}
#multiplecontent	{
			position: relative;
			width: 630px;
			border-top: 1px solid #555;
			display: block;
			margin-left: 35px;
			font-size: 11px;
			}
#singlecontent H3   	{
	 		display: block;
			padding: 2px;
			width: 500px;																	 			
			font-family: Arial;
			font-size: 12pt;
			font-weight: bold;
			color: #000;
			font-style: italic;
			}
#multiplecontent H3	{
			display: block;
			padding: 2px;
			width: 630px;
			font-family: "Arial", Verdana ;
			font-size: 18pt;
			font-weight: bold;
			color: #000;
			font-style: italic;																				
			}
#footer			{
			display: inherit;
			width: 100%;
			height: 40px;
			margin: 0px;
			}
			#footer span	{
					font-size: 8pt;
					text-decoration: underline;
					}
#extradiv1 {
					 }
#extradiv2 {
					 }
#extradiv3 {
					 }
#extradiv4 {
					 }
#extradiv5 {
					 }
#extradiv6 {
					 }					 					 					 
/*--
			#header1 li	{
					display: inline;
					list-style-type: none;
			 		}
			#header1 a	{
					padding: 3px 10px;
					border: 0px 1px 0px 1px solid #036;
					}
			#header1 a:link, #header1 a:visited {
					color: #fff;
					background-color: #036;
					text-decoration: none;
					}
			#header1 a:hover	{
					color: #fff;
					background-color: #369;
					border: 0px 1px 0px 1px solid #fff;
					text-decoration: none;
--*/