﻿
	html {
		font-size: 11px;
		line-height: 15px;
		height:100%; 
	}
	body {
		margin: 0;
		padding: 0;
		height:100%; 
		text-align: center;
		background-color: #6F94DB;
		background-image: url('../../images/back_canvas.jpg');
		background-position: top;
		background-repeat: repeat-x;
	}
	form {
		margin: 0;
		padding: 0;
	}
	
	h1, h2, p, span, div, ul, li {
		font-family: Arial, Tahoma, Verdana, Times New Roman;
		margin: 0;
		padding: 0;
		color: #868686;
	}

	p {
		margin: 0 0 12px 0;
		padding: 0;
		color: #868686;
		font-size: 100%;
		line-height: 130%;
	}

/*
	-------------------------------------------------------
	
	-------------------------------------------------------
*/

	.navLink {
		text-decoration: none;
		border-bottom: 1px solid #E95E65;
		color: #E95E65;
		font-weight: normal;
	}
	.navLink:link {}
	.navLink:visited {color: #E95E65;}
	.navLink:hover {
		color: #B43137;
		border-bottom: 1px solid #B43137;
	}
	
	.navLinkMenu {
		background-image: url(../../images/navLink.gif);
		background-position: left 3px;
		background-repeat: no-repeat;
		text-decoration: none;
		padding-left: 12px;
		font-size: 100%;
		line-height: 100%;
	}
	.navLinkMenu:link {color: #6699cc;}
	.navLinkMenu:visited {color: #6699cc;}
	.navLinkMenu:hover {color: #666666;}
	
	.baseLink {
		color: #c5c5c5;
		text-decoration: none;
	}
/*
	-------------------------------------------------------
	
	-------------------------------------------------------
*/
	#GlobalContainer {
	}
	
	#TopSpace {
		height: 20px;
	}
	
	#SiteHolder {
		width: 850px;
		margin: 0 auto;
		background-color: #ffffff;
		background-image: url(../../images/back_content.jpg);
		background-position: left top;
		background-repeat: repeat-y;
		border: solid 1px #ffffff;
	}
	
	#LeftColumn {
		width: 145px;
		float: left;
	}
	#LeftColContactHolder {
		margin-top: 24px;
	}
	#LeftCrestHolder {
		margin: 26px 0 0 0;
		text-align: center;
	}
	#LeftColumnBIFAHolder {
		margin: 26px 0 20px 0;
	}
	
	#ContentColumn {
		width: 705px;
		float: left;
		/* background-color: #eecc00; Debug */
	}
	#ContentSpacerTop {
		height: 25px;
		background-color: #ffffff;
	}
	#ContentSpacerBase {
		height: 15px;
		background-color: #ffffff;
	}
	#ContentColumnInner {
		background-image: url(../../images/back_contentDivider.jpg);
		background-position: left top;
		background-repeat: repeat-y;
	}
	
	#ContentPanelsHolder {}
	#ContentPanelLeft {
		width: 505px;
		float: left;
		text-align: left;
		/* background-color: #cc0000; Debug */
	}
	#ContentPanelLeftInner {
		margin: 0 20px;
	}
	#ContentPanelLeftInner .pageTitle {
		margin: 0 0 12px 0;
		padding: 0 0 10px 0;
		border-bottom: solid 1px #BFC0C0;
	}
	#ContentPanelLeftInner .pageTitlePre,
	#ContentPanelLeftInner .pageTitlePost {
		font-family: Arial, Helvetica, Tahoma;
		font-weight: bold;
		font-size: 13px;
		line-height: 15px;
	}
	#ContentPanelLeftInner .pageTitlePre {
		color: #AEAEAE;
	}
	#ContentPanelLeftInner .pageTitlePost {
		color: #4174C9;
	}
	#ContentPanelLeftInner p.intro {
		color: #757575;
		font-weight: bold;
		padding: 0 0 12px 0;
		border-bottom: solid 1px #E6E6E6;
	}
	.copyImageRight {
		margin: 12px 0 0 12px;
	}	
	
	#ContentPanelRight {
		width: 199px;
		float: right;
		text-align: left;
		/* background-color: #00cc00; Debug */
	}
	#ContentPanelRightInner {
		margin: 0 20px;
	}
	#ContentPanelRightInner .pageTitle {
		margin-bottom: 10px;
		border-bottom: solid 1px #BFC0C0;
	}
	#ContentPanelRightInner .pageTitle p {
		margin: 0 0 10px 0;
		font-weight: bold;
		font-size: 11px;
		color: #4174C9;
		line-height: 15px;
	}
	#ContentPanelRightInner .rightColUl {
		margin: 10px 0 0 15px;
		padding: 0;	
	}
	#ContentPanelRightInner .rightColUl li {
		font-weight: bold;
		list-style-image: url(../../images/liSquare.jpg);
	}
	#ContentPanelRightInner .rightColUl li ul li {
		margin-left: 20px;
		font-weight: bold;
		list-style-image: url(../../images/liArrow.jpg);
	}

	#Base {
		height: 25px;
		background-image: url(../../images/back_base.jpg);
		background-position: left top;
		background-repeat: no-repeat;
	}
	#BaseInnerLeft,
	#BaseInnerMid,
	#BaseInnerRight {	
		font-size: 10px;
		text-align: left;
	}
	
	#BaseInnerLeft {width: 145px;float: left;}
	#BaseInnerLeft p {color: #c5c5c5;margin: 7px 0 0 15px;}
	
	#BaseInnerMid {width: 505px;float: left;}
	#BaseInnerMid p {color: #c5c5c5;margin: 7px 0 0 15px;}
	
	#BaseInnerRight {
		width: 199px;
		float: right;
		text-align: right;
	}
	#BaseInnerRight p {
		margin: 7px 20px 0 0;
	}
	
	#Base ul {
		margin: 5px 0 0 80px;
		padding: 0;
	}
	#Base ul li {
		list-style-type: none;
		float: left;
	}
	#Base ul li.divider,
	#Base ul li.link a.baseLink {
		color: #ffffff;
		font-size: 11px;
		font-weight: normal;
	}
	#Base ul li.link {
		padding: 0 12px;
	}
	
	.newsHeadlineHolder {
		margin-top: 12px;
	}
	.newsHeadlineHolder p {
		margin-bottom: 5px;
	}
	
/*
	-------------------------------------------------------
	Menu
	-------------------------------------------------------	
*/

	#NavHolder {
		height: 23px;
		text-align: left;
		background-image: url(../../images/back_nav.jpg);
		background-position: left top;
		background-repeat: repeat-x;
	}
	#NavHolder ul li.divider {
		
		width: 3px;
		height: 23px;
		background-image: url(../../images/navDivider.jpg);
		background-position: left top;
		background-repeat: no-repeat;
	}
	/*
	#NavHolder ul li.nav1 {width: 123px;}
	#NavHolder ul li.nav2 {width: 123px;}
	#NavHolder ul li.nav3 {width: 123px;}
	#NavHolder ul li.nav4 {width: 185px;}
	#NavHolder ul li.nav5 {width: 123px;}
*/
		
	/* Drop Downs */

#nav {
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
	list-style: none;
	font: 11px Tahoma, Arial;
	text-align: center;
}
#nav li a {
	display: block;
	text-decoration: none;
	white-space: nowrap;
	color: #ffffff;
	font-weight: bold;
	line-height: 23px;
}
#nav li a:hover {
}
#nav li ul {
	background-color: #eecc00;
	width: 120px;
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	background-color: #C3C5C8;
	border: solid 1px #8E9092;
}
#nav .subDivider {
	border-bottom: solid 1px #A8AAAD;
}
#nav li ul li {
	margin: 0;
	padding: 0;
	float: none;
	text-align: left;
	display: inline;
}
#nav li ul li a {
	font-family: Arial, Helvetica, Tahoma;
	padding: 6px 5px;
	display: block;
	color: #77777C;
	font-weight: normal;
	white-space: normal;
	text-decoration: none;
	text-align: center;
	line-height: 13px;
}
#nav li ul li a:hover {
	background: #DFDFDF;
}

	
/*
	-------------------------------------------------------
	HELPERS
	-------------------------------------------------------
*/
	.tight {
		margin: 0;
		padding: 0;
	}
	.tightTop {
		margin-top: 0;
		padding-top: 0;
	}
	.tightRight {
		padding-right: 0;
		margin-right: 0;
	}
	.tightBottom {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.copyImageTopRight {
		float: right;
		margin: 0 0 12px 10px;
	}
	.breakFloat {
		clear: both;
		visibility: hidden;
		/* visibility: visible;height: 1px; background-color: #cc0000; debug */
	}

