

/*	body
	{
		background-image: url(images/hocdiglogo_tint.jpg);
		background-repeat:no-repeat;
		background-position:100px center;
		background-color:transparent;
		margin:0px;
	}*/





	#pagemidpanel
	{
		position: relative;
		width:900px; height:670px;
		margin: 0px auto;
		background-color:transparent;
		overflow:visible;
	}

	#leftcol
	{
		position: absolute;
		left: 0px; top: 0px;
		width: 470px;
		text-align: left;
		background-color:transparent;
	}
	#rightcol
	{
		position: absolute;
		left: 500px; top: 0px;
		width: 390px;
		background-color:transparent;
	}
	.rightcolwords
	{
		padding:20px;
		border: 2px solid #264BA0;
	}



	#headline
	{
		text-align: left;
	}

	#fullwidthrule
	{
		width:900px;
		color: red;
	}


	#fcfs, #fcfnhst, #fcfc,#cs
	{
		cursor: default;
	}


	.bg2
	{
		width:900px; height: 20px;
	}

	.mainmenuitem
	{
		height: 25px;
		color: black;
		background-color:transparent; /*#264BA0*/
/*		padding: 5px 5px 0px 5px;*/
		cursor:default;
		text-align: left;
		vertical-align: top;
	}




	.csdata
	{
		padding: 10px;
		margin-top: 10px;
		border: 1px dashed #c0c0c0;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	



	#wemeanfreeimg
	{
		position: relative; display: block; visibility: visible; 
		margin-top: -110px;
		cursor: default;
	}
	#wemeanfree
	{
		position: absolute; display: none; visibility: hidden; 
/*		left: 170px; top: 210px; */
		width: 600px;  height: 480px;
		background-color: white;
		margin: auto auto;
		border: 2px solid black;
		padding: 10px;
		text-align: left;
	}
	#wmfhead1
	{
		font-family: Arial,Helvetica, sans-serif; font-style: normal; font-weight: bold;
		font-size: 17px; line-height: 23px;
		color: red;
	}
	.wmfwords
	{
		font-family: Arial,Helvetica, sans-serif; font-style: normal; font-weight: normal;
		font-size: 14px; line-height: 19px;
		color: black;
		margin: 20px 0px;
	}
	li.wmf
	{
		margin: 10px 0px;
	}
	#wmfclose
	{
		position: absolute; display: block; visibility: visible; 
		left:570px;
		text-align: right;
		font-family: Arial,Helvetica, sans-serif; font-style: normal; font-weight: normal;
		font-size: 12px; line-height: 12px;
		color: gray;
		cursor: default;
	}
	.bold
	{
		font-weight: bold;
	}