* {
	padding:0;
	border:0;
	margin:0;
}

html, body, form, h1, table, tr, td, p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

html {
	height: 100%;
	}

body {
	height: 100%;
	background:url(../images/infoCenter/bg/mainBG.gif) #C4CCAB repeat-y top left;
}

p, table {
	color:#333333;
	font-size:10px;
}





	#column1 {
				position:absolute;
				left:0;
				top:0;
				width:855px;
				height:auto;
				z-index:500;
			}
			
			
	#column1 object {
				margin:0;
			}
			
			
	#column1 .breadcrumbs {
				display:block;
				color:#bcc47e;
				font-size:.65em;
				width:818px;
				height:18px;
				padding:5px 0 0 37px;
				margin:0 0 35px 0;
				background-color:#566c10;
			}
			
					 	#column1 .breadcrumbs a, #column1 .breadcrumbs a:link, #column1 .breadcrumbs a:visited { color:#ffd85d; text-decoration:none; }
						#column1 .breadcrumbs a:hover { color:#ffd85d; text-decoration:underline; }
			
	
	
	#column1 .content {
				margin-left:37px;
				margin-bottom:60px;
				width:425px;
			}
			
	
	#column1 h1 {
				color:#9d0a0e;
				font-size:20px;
				font-weight: bold;
				margin-bottom:25px;
			}
			
	
	#column1 h2 {
				color:#333333;
				font-size:11px;
				font-weight: bold;
			}
			
			
	#column1 p {
				padding-bottom:25px;
	}
	
			/* login form style */
			#column1 form table input {
				border:1px solid #666666;
				text-align:left;
				background-color:#ffffff;
				height:17px;
				width:150px;
				color:#333333;
				font-size:10px;
			}
			
			
			#column1 .loginButton {
				border:1px solid #666666;
				width:40px;
				height:17px;
				color:#333333;
				font-size:9px;
				background-color:#999999;
				text-align:center;
			}
			
			
			
	
	
	
	
	
	
	
	/* Information Center 
	alternating table row definitions*/
	.appResultsTable {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		width:755px;
		margin-top:-30px;
	}
	
	.appResultsTable td {
		height:30px;
	}
	
	.padLeft, .header {padding-left:5px;}
	.padRight {padding-right:5px;}
	.underline {border-bottom:1px solid #333333;}
	
	.header {
		background-color:#333333;
		color:#FFFFFF;
		font-size:12px;
		font-weight:bold;
	}
	
	.spacer { height:65px; } /*spacing between months in display*/
	
	.highlightedRow {background-color:#CCCCCC; color:#333333;}
	.normalRow {background-color:#FFFFFF; color:#666666;}
	
	
	
	
