/* CSS Document */

body {
	margin: 0px;
	background: #576aa2;
	}
	
#col1 {
	float: left;
	width: 150px;
	padding: 10px 0px 10px 0px;
	text-align: right;
	background: url(../images/bg_col1.gif) top right no-repeat;
	}
	
	#col1 h2 {
		margin: 12px 10px 10px 10px;
		}
	
	#col1 ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
		}
		
	#col1 li {
		}
		
	#col1 ul a {
		font: 12px Arial, Helvetica, sans-serif;
		color: #C0C8E2;
		text-decoration: none;
		padding: 3px 7px 3px 3px;
		display: block;
		width: 138px;
		}
		
	#col1 ul a:hover {
		background: #5466A0;
		text-decoration: none;
		}
	
#col2 {
	float: left;
	width: 510px;
	padding: 6px 20px 20px 20px;
	background: url(../images/bg_col2.gif) no-repeat;
	}
	
#container {
	width: 975px;
	padding: 0px 20px 20px 20px;
	margin-left: auto;
	margin-right: auto;
	}
	
#contentContainer {
	width: 975px;
	margin-bottom: 4px;
	}
	
	#contentContainer a {
		color: #C0C8E2;
		text-decoration: none;
		}
		
	#contentContainer a:hover {
		text-decoration: underline;
		}
	
	#contentContainer h1 {
		font: 18px Arial, Helvetica, sans-serif;
		color: #FFF;
		margin-bottom: 0px;
		}
	
	#contentContainer h2 {
		font: 14px Arial, Helvetica, sans-serif;
		color: #FFF;
		font-weight: normal;
		}
	
	#contentContainer p {
		font: 12px Arial, Helvetica, sans-serif;
		color: #FFF;
		margin-top: 4px;
		}
	
#footer {
	width: 975px;
	height: 30px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	}
	
	#footer a {
		color: #C0C8E2;
		text-decoration: none;
		}
		
	#footer a:hover {
		text-decoration: underline;
		}
	
	#footer div {
		padding: 7px 4px 4px 30px;
		}

#globalContainer {
	background:url(../images/bg_global.gif) repeat-x;
	width: 100%;
	}
	
.mini {
	float: right;
	margin: 18px 0px 15px 15px;
	}
	
#photoHeadlineContainer {
	width: 975px;
	margin-bottom: 15px;
	}
	
	#photoHeadlineContainer h1 {
		margin-left: 10px;
		}
	
#redBand {
	width: 975px;
	height: 40px;
	background: #E95E01;
	margin-bottom: 4px;
	}
	
.shim {
	clear: both;
	}
	
.thumb {
	margin: 15px 0px 15px 15px;
	float: left;
	border: 1px solid #98A3C6;
	}
	
#topNav, #topNav2 {
	width: 975px;
	height: 22px;
	}
	
#topNav {
	border-bottom: 1px solid #FFF;
	}
	
	#topNav ul, #topNav2 ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
		text-align: center;
		}
		
	#topNav li, #topNav2 li {
		margin: 0px;
		padding: 0px;
		float: left;
		}
		
	#topNav a, #topNav2 a {
		font: 12px Arial, Helvetica, sans-serif;
		display: block;
		color: #FFF;
		text-decoration: none;
		padding: 4px 10px 4px 10px;
		margin: 0px;
		}
		
	#topNav a:hover, #topNav2 a:hover {
		background: #FC8709;
		text-decoration: none;
		}
