@media screen, print, projection
{
		#central
	{
		position : absolute;
		top : 20%;
		left:50%;
		margin-left: -90px;
		width : 180px;
		z-index : 2;
	}

	#central
	{
		background-color:rgb(255,255,255);
		color:rgb(0,0,0);
		border : 1px rgb(0,0,0) solid;
	}

	#central img
	{
		border-bottom : 1px black solid;
	}

	#central p 
	{
		margin : 5px;
	}
	#central h1
	{
		border-top: 1px black solid;
		font-size: 20px;
		text-align:center;
		padding: 0px;
		margin: 0px;
		color: black;
	}

	#central ul 
	{
		border-top: 1px black dashed;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	#central li 
	{
		list-style: none;
	}

	#central a:visited
	{
		font-style: normal;
		text-decoration: none;
	}
	a
	{
		text-decoration: none;
		color: rgb(204,102,0); 
	}

	a:hover
	{
		text-decoration: underline;
	}

	body
	{
		background-color:#fff;
	}

	#title 
	{
		background-color:rgb(255,255,255);
		color:rgb(0,0,0);
	}

	#title 
	{
		position : relative;
		top      : 1px;
		margin   : 0.2em;
		padding  : 0.5em;
		z-index  : 3;
	}

	#title h1
	{
		text-align : center;
	}

	#title
	{
		background-color:rgb(245,245,255);
		color:rgb(0,0,0);
	}

	.section
	{
		border : 1px black solid;
	}

	#content
	{	
		position  : absolute;
		left : 52%;
		width : 34%;
		margin : 2%;
		padding-left: 100px;
		padding-right :0.5%;
		padding-top :0.5%;
		padding-bottom :0.5%;
		z-index : 1;
	}

	#content 
	{
		background-color:rgb(153,204,204);
		color:rgb(0,0,0);
	}

	#links 
	{
		position : absolute;
		left : 0;
		width : 34%;
		margin : 2%;
		padding-right: 100px;
		padding-left :0.5%;
		padding-top :0.5%;
		padding-bottom :0.5%;
		z-index : 1;
		background-color:rgb(255,255,204);
		color:rgb(0,0,0);
	}

	#links h2
	{
		padding: 0;
		margin: 0;
	}

	#links h3
	{
		font-style: oblique;
	}


	#validtext
	{
		font-size: 10px;
	}

	#copyright
	{
		font-size: 9px;
	}

	#banner1and1 img	
	{
		border: 0px;
	}
}
