/* ### GENERAL ### */
* { margin:0px; padding: 0px; }
html, body { font-family: Arial; font-size: 11px; color: #ffffff; }
body { padding-bottom: 20px; background: url('/static/images/bodyBg.png') #007acf repeat-x; }
img { border: 0px; display: block; }

/* ### GLOBAL CLASSES ### */
.clearBoth { clear: both; }
.left { float: left; }
.right { float: right; }
.center { margin: 0 auto; }

/* ### MAIN CONTAINER ### */
#mainCntr { margin: 0 auto; width: 896px; }
	
	/* ### BAR CONTAINER ### */
	#barCntr { width: 100%; height: 29px; }
	#barCntr ul { list-style: none; }
	#barCntr li { margin-right: 10px; padding-top: 8px; float: left; width: 80px; height: 21px; text-align: center; background: url('/static/images/barBg.png') no-repeat top left; }
	#barCntr li.none { font-weight: bold; background: none; }
a { text-decoration: none; font-weight: bold; color: #ffffff; }
a:hover { text-decoration: underline; }
	
	/* ### HEADER CONTAINER ### */
	#headerCntr { width: 896px; }
	
		/* ### INFO BOX ### */
		.infoBox { float: left; width: 334px; height: 96px; background: url('/static/images/infoBg.gif') repeat-x; }
		.infoBox strong { padding-top: 10px; display: block; text-transform: uppercase; }

	/* ### MENU CONTAINER ### */
	#menuCntr { width: 896px; height: 41px; background: url('/static/images/menuBg.gif') repeat-x; }
	#menuCntr ul { list-style: none; }
	#menuCntr li { margin-right: 3px; padding-top: 10px; float: left; color: #549ad0; }
	#menuCntr li a { text-decoration: none; font-weight: bold; color: #ffffff; }
	#menuCntr li a:hover, #menuCntr li.selected a { text-decoration: underline; }
	.plusmin { padding-top: 3px; margin-right: 4px; float: right; }
	
	/* ### CONTENT CONTAINER ### */
	#contentCntr { padding-left: 14px; width: 882px; color: #5481a5; background: #ffffff; }
		
		/* ### COLUMN ### */
		.column { margin-right: 12px; float: left; display: inline; width: 208px; }
		
			/* ### ZENDER BOX ### */
			.zenderBox { margin-bottom: 12px; padding-bottom: 6px; width: 208px; background: url('/static/images/bottomBg.gif') #d1e3ef no-repeat bottom left; }
			.zenderBox h1 { font-size: 12px; }
			.zenderBox ul { margin: 4px 10px 0px 10px; list-style: none; min-height: 220px; }
			.zenderBox span { color: #b9ccdc; }
			.zenderBox a { text-decoration: none; color: #5481a5; }
			.zenderBox a:hover { text-decoration: underline; }
			.title { font-size: 12px; padding-left: 6px; width: 202px; height: 46px; line-height: 48px; text-transform: uppercase; background: url('/static/images/titleBg.gif') no-repeat; }
			.title img { margin-right: 10px; float: left; }
			
	/* ### FOOTER CONTAINER ### */
	#footerCntr { width: 896px; height: 40px; text-align: center; background: url('/static/images/footerBg.gif') repeat-x; }
	#footerCntr p { padding-top: 18px; }

.linkpartners a:link {
    color: #333333;
    text-decoration: none;
}
.linkpartners a:visited {
    text-decoration: none;
    color: #333333;
}
.linkpartners a:hover {
    text-decoration: underline;
    color: #333333;
}
.linkpartners a:active {
    text-decoration: none;
    color: #333333;
}