body{
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
	background: url('/assets/images/corporate/simBG.gif') repeat-x top left #fff;
	}
	
h1{
	color: #275b9b;
	font-size: 12px;
	margin: 0 0 15px 0;
	}
	
.small{
	font-size: 10px;
}

.bold{
	font-weight:bold;
}
	
a:link, a:visited{
	color: #275b9b;
	text-decoration: none;
	}
	
a:hover{
	text-decoration: underline;
	}
	
a img{
	border: 0px none;
}
	
.introText{
	color: #275b9b;
	font-weight: bold;
	}

#container{
	margin: 0px auto;
	width: 950px;
	padding: 30px 0 0 0; 
	}
	
#head{
	height: 105px;
	}
	
	#logo{
		float: left;
		margin: 0 180px 0 0;
		}
		
	#tagline{
		float: left;
		margin: 89px 0 0 0;
		}
		
#hero{
	clear: both;
	margin-top: 24px;
	}
	
#banner{	
	margin: 14px 0 0 0;
	background: url('/assets/images/corporate/adminBanner.gif') no-repeat;
	height: 41px;
	}
	
#testBanner{	
	margin: 14px 0 0 0;
	background: url('/assets/images/corporate/assessBanner.gif') no-repeat;
	height: 41px;
	}
	
#mainContent{
	margin: 10px 0 50px 0;
	min-height: 350px;
	white-space: normal;
	}
	
#adminContent{
	margin: 10px 0 50px 0;
	/*min-height: 350px;*/
	white-space: normal;
	}
	
	#sideCol{
		float: left;
		width: 201px;
		margin: 0 10px 0 0;
		}
		
		#sideButton{
			margin-bottom: 5px;
		}
		
		#navigation{
			margin: 0;
			background: url('/assets/images/corporate/navTop_new.gif') no-repeat top left;
			padding: 10px 0 0 0;
			text-transform: uppercase;
			}
			
		#navList{
			background: url('/assets/images/corporate/navBtm.gif') no-repeat bottom left;
			background-color: #F1F1F1;			
			list-style-type: none;
			margin: 0;
			margin-bottom: 10px;
			padding: 0 0px 10px 0;
			}
			
			#navList li{
				margin: 0 9px;
				padding: 8px 0 5px;
				height: 14px;
				/*background: url(/assets/images/corporate/navLiBG.gif) no-repeat bottom left;*/
				border-bottom: 1px solid #ccc;
				
				}
				
			#navList a:link, #navList a:visited{
				background: url('/assets/images/corporate/bulletUp.gif') no-repeat 0 3px;
				color: #275b9b;
				padding: 0 0 0 15px;
				text-decoration: none;
				}
				
			#navList a:hover{
				background: url('/assets/images/corporate/bulletOver.gif') no-repeat 0 3px;
				color: #999;
				padding: 0 0 0 15px;
				}
				
		#downloadBtn {
			margin-bottom: 5px;
			
		}
		
	#bodyText{
		float: left;
		width: 699px;
		padding: 17px 20px 0 0;
		}
		
	#adminBodyText{
		float: left;
		width: 719px;
		padding: 0;
		margin-bottom: 50px;
		}
		
		#adminBodyText h1{
			font-size: 18px;
			font-weight: bold;
			background: url('/assets/images/corporate/h1BG.gif') no-repeat;
			width: 725px;
			height: 40px;
			padding: 10px 0 0 14px;
			}
			
		.adminForm{
			color: #000;
			padding: 0 0 0 14px;
			}	
			
		.adminForm input, .adminForm textarea{
			border: 1px solid #aaa;
			margin: 5px 5px 5px 0; 
			}
			
	#wideContent{
		margin: 20px 0 50px 0;
		}
		
		#wideContent h1{
				font-size: 18px;
				font-weight: bold;
				background: url('/assets/images/corporate/wideH1.gif') no-repeat;
				width: 950px;
				height: 40px;
				padding: 10px 0 0 14px;
				}
				
			#wideContent .adminForm input{
				height: 20px;
				padding: 2px;
				}
		
		.table td{
			padding: 5px 0;
			}
			
		.table th{
			color: #000;
			font-weight: bold;
			}
			
			.table a{
				padding: 0 10px 0 0;
				font-size: 14px;
				}
				
		.altRow{
			background: #f5e6e8;
			padding: 5px;
			}
				
		.credits{
			font-size: 10px;
			font-style: italic;
			color: #ccc;
			}
		
#footer{
	width: 950px;
	clear: both;
	background: url('/assets/images/corporate/footer.gif') no-repeat top right;
	height: 40px;
	font-size: 10px;
	}
	
	.footPara{
		background: url('/assets/images/corporate/footerCap.gif') no-repeat top left;
		padding: 14px 0 0 20px;
		height: 40px;
		}
