html
{
	height:100%;
	color:#000000;
	background-color:#f4f2dd;
}

body
{
	min-height:101%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
}

#container
{
	margin:1px auto;
	width:770px;
	background:#ffffff;
	overflow:hidden;
}

	#banner
	{
	width:770px;
	height:100px;
	border-bottom:1px solid #ada577;
	overflow:hidden;
	background-color: #f1f1f1;
	}

			#content
			{
				padding:0px 10px 0px 10px;
				background:#ffffff;
			}
			
				#content h1
				{
					text-align:center;
					color: #660000;
					font-size: 30px;
				}
				
				#content h2, #content h2 a
				{
					text-align:center;
					color: #660000;
					font-size: 20px;
				}
				
				#content p
				{
					text-align:center;
					color: #660000;
					font-size: 14px;
					font-weight: 400;
				}

		#footer
		{
			margin: 0;
			padding:0;
			height: 110px;
			overflow: hidden;
			text-align:center;
			font-size:10px;
			font-weight:bold;
			color:#660000;
			background-color:#f1f1f1;
			border-top:1px solid #660000;
		}
		
		#footerleft {
			margin: 30px 0px 0px 0px;
			padding: 0px;
			width: 210px;
			float: left;
		}
		
		#footermid {
		
			margin: 0px;
			padding: 0px;
			width: 370px;
			float: left;
		}
		
		#footerright {
			margin: 19px 0px 0px 0px;
			padding: 0px;
			width: 190px;	
			float: left;	
		}
				
			#footer a,#content p a {
				color: #660000;
				}
		
		#skip
{
	display: none;
}



/* Feedback Page - Form CSS */
		#buttonbox {
		margin: 0px 0px 0px 150px;
		padding: 0px;
		}
		
 		input.buttons {
			margin: 3px 6px 0px 0px;
			background-color: #990000;
			font-size: 15px;
			color: #ffffff;
			font-weight: bold;
			border: 2px outset #660000;
		}
			
		input.bgfill {
			background-color: #ffcccc;
			border: 1px inset #660000;
		}

		input.bgfill:focus
		{
			background:#ffffff;
		}
			
		select.bgfill {
			background-color: #ffcccc;
			border: 1px inset #660000;
		}

		select.bgfill:focus
		{
			background:#ffffff;
		}
			
		textarea.bgfill {
			background-color: #ffcccc;
			border: 1px inset #660000;
		}

		textarea.bgfill:focus
		{
			background:#ffffff;
		}
		
		.form{
			width: 600px;
			padding: 3px;
			margin: 0px 0px 0px 70px;
			}
			
		.form ul {
			list-style: none;
			margin: 0px;
			padding: 0px;
		}
		
		.form ul li {
			margin: 1px;
		}
		
		.form ul li span {
			padding: 3px 5px 3px 0px;
			display: block;
			float: left;
			width: 200px;
			text-align: right;
			white-space: nowrap;
			}

.linkheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #660000;

}
.linktext {
	color: #660000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;

}

