@import url('text.css');
@import url('form.css');
@import url('boxes.css');

html, body {
	margin: 0px;
	background-color: #fff;
	font-family: helvetica, arial;
	width: 100%;
}

	a {
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: underline;
	}
	
	h1 {
		margin-top: 0px;
		font-size: 18px;
	}


	
	#appHead {
		background-color: #367fa1;
		
		width: 100%;
		height: 40px;
		color: #fff;
	}
	
		#appHead a {
			color: #fff;
		}
	
		#appHead .hbar {
			height: 25px;
			border-left: 1px solid #5e99b4;
			margin-top: 0px;
			margin-left: 10px;
			margin-right: 10px;
			float: left;
		}
		
		#appHead .hbarshort {
			height: 18px;
			float: left;
			border-left: 1px solid #5e99b4;
			margin-left: 5px;
			margin-right: 5px;
		}
	
	.appContainer {
		width: 960px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#appLogo {
		display: block;
		float: left;
		margin-left: 0px;
		margin-top: 8px;
		color: white;
	}
	
	
	#appTabs {
		width: 824px;
		float: right;
		margin-top: 6px;
		border-left: 1px solid #5e99b4;
		padding-left: 10px;
		color: white;
	}
		
		#appTabs .tab {
			display: block;
			padding: 4px 10px 6px 10px;
			
			text-decoration: none;
			font-size: 14px;
			font-weight: bold;
			color: #fff;
			background-repeat: repeat-x;
		}
		
			#appTabs .tab img {
				display: block;
				border: 0px;
				float: left;
			}
		
		#appTabs .tabactive {
			background-color: #5e99b4;
			color: #fff;
		
		}
		
		
		#appTabs .left .tab {
			float: left;
			margin-left: 0px;
		}
		
		#appTabs .right .tab, #appTabs .right .infobox {
			float: right;
			margin-left: 5px;
		}
		
		#appTabs .infobox {
			margin-top: 5px;
			font-size: 12px;	
		}
		
			#appTabs .infobox a {
				display: block;
				float: left;
			}
			
			#appTabs .infobox .name {
				float: left;
				font-weight: bold;
			}
		
		
	#appBody {
		margin-top: 20px;
	}

		#leftColumn {
			width: 220px;
			margin-right: 20px;
			float: left;
		}
		
		#centerColumn {
			width: 460px;
			margin-right: 20px;
			float: left;
		}
		
		#centerColumn.wide {
			width: 620px;
		}
		
		#rightColumn {
			width: 240px;
			float: left;
		}

	/* Junk to be moved */


		