/* The Usual Suspects ____________________________________________________________________________________________*/
	* {
		padding:0;
		margin:0;
	}
	img {
		vertical-align:text-bottom; /* IE Fix */
	}
	a img {
		border:none;
	}
	.floatLeft {
		float:left;
	}
	.floatRight {
		float:right;
	}
	.clearAll {
		clear:both;
	}
	
/* The A Team aka the laayout enforcers __________________________________________________________________________*/
	body {
		background-image: url(../images/body-bg.gif);
		background-position: center top;
		background-attachment: fixed;
	}
	#wrapper {
		background-image: url(../images/wrapper-bg.png);
		background-repeat: repeat-y;
		width: 820px;
		margin: 0 auto 0 auto;
	}
	#quickNav {
	margin-right: 10px;
	margin-left: 10px;
	background-color: #3B4246;
	padding: 2px;
	text-align: right;
	}
	#header {
		margin:0 10px 0 10px;
	}
	#leftCol {
		float:left;
		width: 296px;
		display:inline; /* IE Fix */
	}
	#rightCol {
		float:right;
		width:502px;
		display:inline; /* IE Fix */
		margin-right: 10px;
		padding-top:18px; 
	}
	#footer {
		background-color:#3b4246;
		margin: 0 10px 0 10px;
		width:800px;
		height:75px;
	} 
	#wrapperBtm {
		margin: 0 auto 0 auto;
		width:820px;
		background-image:url(../images/wrapperBtm.png);
		height:23px;
	}
	
	
/* The A Team's Stylists _________________________________________________________________________________________*/
	body {
		font-family:Arial, Helvetica, sans-serif;
		color:#3b4246;
	}
	p {
		font-size:13px;
		margin:5px 0 9px 0;
	}
	#quickNav {
		font-size: 10px;
		font-weight:bold;
		color: #B3C8D4;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #99ABB5;
	}
	#quickNav a {
		text-decoration: none;
		color: #B3C8D4;
	}
	#quickNav a:hover {
		color:#99ABB5;
	}
	#header h1 {
		display:none;
	}
	#header img {
		border-bottom-width: 5px;
		border-bottom-style: solid;
		border-bottom-color: #3B4246;	
	}
	#rightCol a, #leftCol a {
		color:#5D6266;
		text-decoration:none;
	}
	#rightCol a:hover, #leftCol a:hover {
		color:#3B4246;
	}
	#leftCol .small {
		font-size:12px;
		font-weight:bold;
	}
	#footer p {
		font-size:10px;
		color:#c5c7c8;
		text-align:right;
		padding: 6px 5px 10px 0;
	}
	
	#footer .copyright {
		color: #282C31;
		float: left;
		font-size: 12px;
		font-weight: bold;
		margin-top: 25px;
		margin-left: 4px;	
	}
	
	
/* Navigation Headquarters _________________________________________________________________________________________*/
		#navBtns {
			margin:18px 0 0 10px;
			width:296px;
		}
		.hidden {
			display:none;
		}
		.nav00 a {
			background-image: url(../images/nav-00.gif);
			display:block;
		}
			.nav00 a:hover {
				background-image: url(../images/nav-00-hover.gif);
			}
		.nav01 a {
			background-image: url(../images/nav-01.gif);
			display:block;
		}
			.nav01 a:hover {
				background-image: url(../images/nav-01-hover.gif);
			}
		.nav02 a {
			background-image: url(../images/nav-02.jpg);
			display:block;
		}
			.nav02 a:hover {
				background-image: url(../images/nav-02-hover.jpg);
			}
		.nav03 a {
			background-image: url(../images/nav-03.gif);
			display:block;
		}
			.nav03 a:hover {
				background-image: url(../images/nav-03-hover.gif);
			}
		.nav04 a {
			background-image: url(../images/nav-04.gif);
			display:block;
		}
			.nav04 a:hover {
				background-image: url(../images/nav-04-hover.gif);
			}
			
/* News Reporter _________________________________________________________________________________________*/

	#latestNews {
		margin: 25px 5px 10px 23px;
	}
#latestNews img {
	margin-bottom: 6px;
}
	#latestNews h2 {
		margin:0;
	}
	#latestNews h2 a {
	color:#3b4246;
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	margin:0;
	padding:0;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position:0 3px;
	padding-left: 11px;
	display: block;
	}
	#latestNews a:hover {
		color:#868B8C;
	}
	#latestNews p {
		padding-left:14px;
		margin-bottom:10px;
	}
	#latestNews p a {
		text-decoration:none;
		color:#99ABB5;
	}
			
