body  {
	font:12px "Trebuchet MS", Verdana, Tahoma;
	line-height:170%;
	color:#03060b;
	margin:0px;
}

* { padding:0; margin:0; }

p {
	text-align:justify;
	margin-bottom:20px;
	line-height:170%;
}


blockquote.OpenClose {
	padding-left:50px;
	padding-top:20px;
	margin-top:40px;
	background-image:url(images/Quote-Open.png);
	background-position:top left;
	background-repeat:no-repeat;
}

blockquote.OpenClose p {
	display:block;
	padding-right:50px;
	background-image:url(images/Quote-Close.png);
	background-repeat:no-repeat;
	background-position:bottom right;
}

img {
	border-style:none;
	-ms-interpolation-mode:bicubic;
}

.center table { margin-left:auto; margin-right:auto; text-align:left; }
.center { text-align:center; }
.left { text-align:left; }
.right { text-align:right; }
.justify { text-align:justify; }

.imgLink img{ border: 3px solid #c7c7c7; }
.imgLink:hover img{ border: 3px solid #98393a; }
.imgLink:hover{ color:#98393a; /* Dummy definition to overcome IE bug */ }

a.Link { color:#98393a; font-size:12px; text-decoration:none; outline:none; }
a.Link:hover, a.Link:active, a.Link:focus { border-bottom:2px solid #03060b; outline:none; }

#mainContainer {
	width:766px;
	height:auto;
	margin:0 auto;
	padding:0px;
	text-align:left;
}

#headerContainer {
	background:url(images/Header-Bg.jpg) no-repeat;
	height:325px;
}

	#headerNavMenu {
		background:url(images/Nav-Bg.jpg) no-repeat;
		height:65px;
	}
	
	.headerNavMenuSeperator {
		background:url(images/White-Button.png) no-repeat;
		width:9px;
		height:65px;
	}

	h3 {
		font-size:12px;
		color:#fff;
	}
	a.menuLink { color:#fff; font-size:12px; text-decoration:none; outline:none; }
	a.menuLink:hover, a.menuLink:active, a.menuLink:focus { border-bottom:2px solid #fff; outline:none; }
	a.current { border-bottom:2px solid #fff; }

#contentContainer {
	width:766px;
	height:auto;
	margin-top:5px;
	margin-bottom:5px;
}

	.contentOneColumn {
		background:#f4f5ee;
		padding:20px;
	}
	.contentLeft {
		background:#f4f5ee;
		width:300px;
		height:340px;
		padding:20px;
	}
	h2 {
		font-size:15px;
		font-weight:normal;
	}
	
	.contentRightTop {
		background:#f2ebdf;
		width:383px;
		height:170px;
		padding:20px;
	}
	h1 {
		font-size:14px;
		font-weight:bold;
	}
	h4 {
		font-size:15px;
		font-weight:normal;
	}
	
	.contentRightBottom {
		background:#fff;
		width:383px;
		height:170px;
		padding:20px;
	}

#footerContainer {
	background:url(images/Footer-Bg.jpg) no-repeat;
	height:58px;
}
	.footerMiddle {
		height:39px;
		color:#fff;
		font-size:12px;
		padding-top:19px;
	}
	.footerBottom{
		height:15px;
		color:#000;
		font-size:12px;
		padding-top:5px;
		text-align:right;
	}
		a.footerLink { color:#000; font-size:11px; text-decoration:none; outline:none; }
		a.footerLink:hover, a.footerLink:active, a.footerLink:focus { border-bottom:2px solid #333; }