body {
		background-color: #44515C;
		margin-top: 0px;
		font-family: Arial, Helvetica, sans-serif;
		}

	#main_container {
		margin-left: auto;
		margin-right:auto;
		width: 912px;
		}
		
	#banner {
		background-image: url(img/bg_shadow_12x12.gif);
		background-position:right;
		background-repeat:repeat-y;
		}
		
	#nav {
		background-image: url(img/bg_shadow_12x12.gif);
		background-position:right;
		background-repeat:repeat-y;
		}
		
	#content_container {
		background-image:url(img/bg_content_container.gif);
		background-position:left;
		background-repeat:repeat-y;
		width:912px;
		}
		
/* MAIN PIC AND ORANGE BOX */
		
	#content_left {
		float:left;
		width:422px;
		background:none;
		}
		
/* ORANGE BOX UNDER PHOTO */
		
	#orange_box {
		color:#FFFFFF;
		padding: 12px 12px 12px 12px;
		font-size: 14px;
		line-height:18px;
		}
		
	#orange_box a, a:link, a:visited {
		color:#ffffff;
		font-size: 14px;
		}
		
	#orange_box a:hover, a:active {
		color: #00335c;
		font-size: 14px;
		}
		
/* MAIN CONTENT - RIGHT COLUMN */
		
	#content_right {
		background:none;
		padding: 4px 24px 12px 446px;
		color: #44515c;
		font-size: 14px;
		line-height:18px;
		}
		
	h1 {
		font-size:24px;
		font-weight:bold;
		color:#44515c;
		line-height:24px;
		}
		
	h2 {
		font-size:18px;
		font-weight:bold;
		color:#44515c;
		line-height:24px;
		}
		
	#content_right a, a:link, a:visited {
		background:none;
		color: #44515c;
		font-size: 14px;
		text-decoration:none;
		}
		
	#content_right a:hover, a:active {
		background:none;
		color: #b94c0a;
		font-size: 14px;
		text-decoration:none;
		}
		
/* MAIN CONTENT FULL PAGE */
	#eligible_status {
		display: none;
	}
	#eligible_response {
		float: right;
		margin-right: 60px;
	}
	
	#content_fullpage a.red, a.red:link, a.red:visited {
		color: red;
		text-decoration:underline;
		}
		
	#content_fullpage a.red:hover, a.red:active {
		color: #b94c0a;
		text-decoration:underline;
		}
		
	#content_fullpage a.green, a.green:link, a.green:visited {
		color: green;
		text-decoration:underline;
		}
		
	#content_fullpage a.green:hover, a.green:active {
		color: #b94c0a;
		text-decoration:underline;
		}
	
	#content_fullpage {
		background-color: #e2e6d6;
		background-image: url(img/bg_shadow_12x12.gif);
		background-position:right;
		background-repeat:repeat-y;
		padding: 4px 24px 12px 12px;
		color: #44515c;
		font-size: 14px;
		line-height:18px;
		}
		
		
	#content_fullpage a, a:link, a:visited {
		background:none;
		color: #44515c;
		font-size: 14px;
		text-decoration:none;
		}
		
	#content_fullpage a:hover, a:active {
		background:none;
		color: #b94c0a;
		font-size: 14px;
		text-decoration:none;
		}
		
/* COPYRIGHT */
		
	#copyright {
		padding:12px 0px 0px 6px;
		color:#aaaaaa;
		font-size:11px;
		background-image:url(img/bg_shadow_bottom.gif);
		background-position:top;
		background-repeat:no-repeat;
		width:912px;
		}
		
				
	#copyright a, a:link, a:visited {
		color:#aaaaaa;
		font-size:11px;
		text-decoration:underline;
		}
		
	#copyright a:hover, a:active {
		color:#ffffff;
		font-size:11px;
		text-decoration:underline;
		}