﻿body 
{
	font-family:Arial;
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:White;
	color:#505154;
}
	/*main container for interface*/
	#container
	{
		text-align:left;
		width:955px;
		
		margin:0px auto 0px auto;
		
	}
		#sub_container
		{
			margin:0px 0px 0px 50px;
			
			
		}
		#content
		{
			margin:10px 0px 0px 0px;
			
			font-size:12px;
			
			width:905px;
			
			
			
			
			
		}
			#content p
			{
				width:500px;
				line-height:20px;
				font-size:13px;
				font-weight:bold;
			}
			#content a
			{
				color:#505154;font-weight:bold;
				font-size:13px;
			}
			#content a:hover
			{
				text-decoration:none;
			}
			
			#content a.orangelink
			{
				color:#F58F20;font-weight:bold;
				font-size:13px;
			}
			#content a.orangelink:hover
			{
				text-decoration:none;
			}
			
			
			
			#content .green
			{
				color:#9FD5BD;
			}
			#content h1
			{
				color:#9FD5BD;
				font-size:25px;
			}
			#content .orange
			
			{ 
				color:#F58F20;font-weight:bold;
			}
			#content .question
			{
				margin:10px;color:#F58F20;font-weight:bold;font-size:13px;
			}
			#content .step 
			{
				display:block;
			line-height:25px;
			}
			#content .step a:active
			{
				color:#F58F20;
			}
			#content .step a:visited
			{
				color:#F58F20;
			}
			
			#content td
			{
				vertical-align:top;
			}
			#content .questionbox
			{
				margin:0px 10px 10px 20px;
			}
			
		
		#header 
		{
			height:134px;
			margin:0px;
			padding:0px;
			
			
		}
			#header .logo
			{
				float:left;
				width:274px;
				height:134px;
			}
				#header .logo img
				{
					margin:5px 0px 0px 0px;
				}
			#header #righttop
			{
				float:left;
				width:631px;
				height:134px;
			}
				#header #righttop .rightcorner
				{
					background-image:url(http://161.58.68.141/keene/images/top_backing.jpg);
					background-repeat:no-repeat;
					width:631px;
					height:100px;
				}
				#header #righttop .rightcorner img
				{
					position:relative;
					top:40px;
					left:20px;
				}
				#header #righttop .orangebar
				{
					background-color:#F58F20;
					height:20px;
					margin:2px 0px 0px 0px;
					color:White;
					font-size:14px;
					padding:10px 5px 5px 5px;
				}
				#header #righttop .orangebar a
				{
					color:White;font-weight:bold;
				}
				#header #righttop .orangebar a:hover
				{
					text-decoration:none;
				}
		#navigation
		{
			list-style:none;
			list-style-type:none;
			text-align:right;
			margin:0px;
			padding:0px;
			width:905px;
			
		
		}
		#navigation li
		{
			float:right;
			padding:8px;
			background-color:#505154;
			margin:6px 0px 0px 2px;

		}
		#navigation li a
		{
			color:White;
			font-weight:bold;
			text-decoration:none;
		}
		#navigation li a:hover
		{
			color:#9FD5BD;
			font-weight:bold;
			text-decoration:none;
		}
		#icon
		{
		
		background-image:url(http://161.58.68.141/keene/images/bottom_icon.jpg);
			background-position:bottom right;
			background-repeat:no-repeat;
			padding:0px 0px 0px 0px;
			margin:0px 15px 0px 0px;
			height:60px;
		}
		
		
	#footer
	{
		text-align:left;
		width:955px;
		margin:0px auto 0px auto;
		
	
	}
		#footer .green
		{
		 background-color:#9FD5BD;
		 height:17px;
			
		}
		#footer .gray
		{
			background-color:#E1E2E3;
		 height:35px;margin:2px 0px 0px 0px;
		 text-align:left;
		 font-size:11px;
		}
		#footer .gray img
		{
			border:0px;
			margin:5px;
			float:left;
		}
		#footer .gray a.url
		{
			float:right;
			
			margin:10px;
		color:#505154;
		text-decoration:underline;
		}
		#footer .gray .text
		{
			float:left;
			margin:10px;
	
		}
		#footer .gray a.url:hover
		{
		
		text-decoration:none;
		}
			
		
