@media screen, projection
{
	.be-nice-to-Mac-IE5
	{
		font-family: "\"}\"";
		font-family: inherit;
	}
	
	/* -- GENERAL REDECLARATIONS -- */
	
	*
	{
		margin:0;
		padding:0;
	}
	
	body
	{
		background-color: #00ff00;
		text-align: left;
		color: #000;
		font: normal 12px/16px Arial, Verdana, Helvetica, sans-serif;	
	}

	A:link { text-decoration: underline; font-weight: bold; color: #430041; }
	A:visited { text-decoration: underline; font-weight: bold; color: #430041; }
	A:hover { text-decoration: underline; font-weight: bold; color: #8f368c; }
	A:active { text-decoration: underline; font-weight: bold; color: #8f368c; }
		
	ul, ol
	{
		 margin: 0px 0px 16px 0px;
	}

	ul
	{
		list-style: url(../images/bullet_arrow.gif);	
	}
	
	li
	{
		margin: 0px 0px 0px 40px;	
	}
	
	dl
	{

	}
	
	dt
	{
		font-weight: bold;
	}
	
	dd
	{

	}
	
	p
	{
		margin: 0px 0px 16px 0px;
	}
	
	h1
	{
		margin: 0px 0px 16px 0px;
	}
	
	h2
	{
		margin: 0px 0px 16px 0px;
	}
	
	h3
	{
		margin: 0px 0px 16px 0px;
	}
	
	h4
	{
		margin: 0px 0px 16px 0px;
	}
	
	h5
	{
		margin: 0px 0px 16px 0px;
	}
	
	h6
	{
		margin: 0px 0px 16px 0px;
	}
	
	hr
	{
		display: none;
	}
	
	img
	{
		border: none;
	}
	
	acronym
	{
		border-bottom: 1px dotted;
	}
	
	blockquote
	{
		font-style: italic;
	}
	
	/* -- IDS -- */

	#wrap
	{
		margin: 10px 10px 10px 10px;
		padding: 0px 0px 0px 0px;
		text-align: left;
		border: 4px solid #000;
		background-color: #430041;
		/* background: #430041 url(../images/back_menu.gif) repeat-y 0 0; */
	}

	#head
	{
		height: 135px;
	}
	
		#head h1
		{
			margin: 0px 0px 0px 0px;
		}

	#headmenu
	{
		text-align: center;
		color: #999900;
		font: bold 28px/28px Arial, Verdana, Helvetica, sans-serif;
		padding: 16px;
		border-top: 4px solid #000;
	}

		#headmenu a
		{
			/* padding: 0px 4px 0px 4px; */
		}
			
		#headmenu A:link { text-decoration: none; font-weight: bold; color: #999900; border-top: 1px dotted #70306e; border-bottom: 4px solid #70306e; }
		#headmenu A:visited { text-decoration: none; font-weight: bold; color: #999900; border-top: 1px dotted #70306e; border-bottom: 4px solid #70306e; }
		#headmenu A:hover { text-decoration: none; font-weight: bold; color: #e8e854; background-color: #30002f; border-top: 1px dotted #999900; border-bottom: 4px solid #999900; }
		#headmenu A:active { text-decoration: none; font-weight: bold; color: #e8e854; background-color: #30002f; border-top: 1px dotted #999900; border-bottom: 4px solid #999900; }		

		#headmenu p
		{
			margin: 0 0 0 20%;
			text-align: center;
		}
			
	#menu
	{
		width: 21%;
		float: left;
		display: inline;
		padding: 10px 0px 10px 0px;
		
		text-align: left;
		color: #999900;
		font: bold 21px/21px Arial, Verdana, Helvetica, sans-serif;
	}

		#menu A
		{
			display: block;
			margin: 0px 0px 10px 0px;
			padding: 0px 0px 0px 4px;
		}

		#menu A:link { text-decoration: none; font-weight: bold; color: #999900; border-bottom: 1px dotted #70306e; border-left: 8px solid #70306e; }
		#menu A:visited { text-decoration: none; font-weight: bold; color: #999900; border-bottom: 1px dotted #70306e; border-left: 8px solid #70306e; }
		#menu A:hover { text-decoration: none; font-weight: bold; color: #e8e854; background-color: #30002f; border-bottom: 1px dotted #999900; border-left: 8px solid #999900; }
		#menu A:active { text-decoration: none; font-weight: bold; color: #e8e854; background-color: #30002f; border-bottom: 1px dotted #999900; border-left: 8px solid #999900; }

		#menu p
		{
			margin: 0px 0px 16px 0px;
			padding: 0px 10px 0px 10px;
		}

		#menu form
		{
			margin: 0px 0px 16px 0px;		
			padding: 0px 10px 0px 10px;
		}
					
	#content
	{
		background-color: #ffffff;
		width: 78%;
		float: left;
		display: inline;
	}
	
		#contentinner
		{
			padding: 20px;
			border: 4px solid #000;
			/* background: transparent url(../images/back_content.gif) repeat-y 0 0; */
		}

			#contentinner h2
			{
				text-align: center;
				/* font: bold 26px/26px Arial, Verdana, Helvetica, sans-serif; */
				font: normal 32px/32px Georgia, "Times New Roman", serif;
				color: #430041;
				background-color: #ffccff;
				padding: 4px;
				margin: 0px 0px 20px 0px;
				border: 1px solid #996699;
				border-bottom: 2px solid #663366;
				text-transform: uppercase;
			}
			
			#contentinner h3
			{
				font: bold 18px/18px Arial, Verdana, Helvetica, sans-serif;
				color: #000;
				margin: 0px 0px 16px 0px;
			}
			
                        #contentinner h4
			{
				font: bold 18px/18px Arial, Verdana, Helvetica, sans-serif;
				color: #FF0000;
				margin: 0px 0px 0px 0px;
			}
			table.fancytable
			{
				margin: 0px 0px 16px 0px;
				background-color: #9c619c;
			}			

			table.fancytable thead th
			{
				padding: 6px;
				text-align: center;
				background-color: #b66db6;
			}

			table.fancytable tbody td
			{
				padding: 6px;
				background-color: #dd8add;
			}

			#contentinner p
			{
				text-align: justify;
			}
			
			#contentinner p.center
			{
				text-align: center;
			}
														
	#foot
	{
		clear: both;
		text-align: center;
		color: #999900;
		font: bold 15px/21px Arial, Verdana, Helvetica, sans-serif;
		padding: 16px;
		margin: 0 0 0 20%;
	}
	
		#foot A:link { text-decoration: none; font-weight: bold; color: #999900; }
		#foot A:visited { text-decoration: none; font-weight: bold; color: #999900; }
		#foot A:hover { text-decoration: underline; font-weight: bold; color: #cece40; }
		#foot A:active { text-decoration: underline; font-weight: bold; color: #cece40; }

		#foot p
		{
			border-top: 1px dotted #70306e;
			border-bottom: 4px solid #70306e;
			margin: 0px auto;
			text-align: center;
			width: 330px;

		}
html {
scrollbar-base-color: #999900;
scrollbar-arrow-color: #000;
scrollbar-track-color: #666600;

scrollbar-shadow-color: #000;
scrollbar-lightshadow-color: #8f368c; 
scrollbar-darkshadow-color: #000;

scrollbar-highlight-color: ##8f368c;
scrollbar-3dlight-color: #000;
}


	/* -- CLASSES -- */
	
	.formbuttonmenu
	{
		color: #000;
		background-color: #999900;
		font-weight: bold;
		border: 1px solid #000;
		padding: 2px;
		margin-top: 1px;
	}

	.formbuttoncontent
	{
		color: #999900;
		background-color: #430041;
		font-weight: bold;
		border: 1px solid #999900;
		padding: 2px;
		margin-top: 1px;
	}
	
	.clear
	{
		clear: both;
	}	

	.center
	{
		text-align: center;
	}
	
}





