@charset "utf-8";
/* CSS Document */

body {
	font:11px "Tahoma", arial, sans-serif;
	color:#000;
	margin-top:0;
}

img {	border:0;}

#leftColumn {	float:left;}

	td.sideNavBg {
		background:#cbd3d7;
		width:178px;
		height:25px;
		text-indent:15px;
	}
	
	td.sideNavBg a {
		color:#000;
		font:12px "Tahoma", Arial, Helvetica, sans-serif;
		text-decoration:none;
	}

#src {
	background:#dbdbdb;
	height:85px;
}

	form .srcInput {
		width:125px;
		border:1px solid #c6ceb8;
	}

.border {	border:1px solid #dbdbdb;}

#content {	width:416px;}

	#content h1,
	#content h2,
	#content h3,
	#content h4,
	#content h5,
	#content h6 {color:#272461;}

	#content a {
		color:#272461;
		text-decoration:none;
	}

	.spacer {
		background:#dbdbdb;
		height:5px;
		}
		
#footerb {
	background:#272461;
	padding:15px;
	margin:0;
	font-size:11px;
	color:#fff;
}

.addPad {	padding:0 16px;}

#footerb a {
	text-decoration:none;
	color:#fff;
}