﻿img {
    behavior: url(pngHack.htc);
}
div, body, ul {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
}
a, a:visited {
	color: #A3967E;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: #2B2821;
	text-decoration: none;
}
body {
	background: #fff url('images/background.gif') repeat-y fixed center top;
	font: 10pt/12pt "Trebuchet MS", Helvetica, sans-serif;
	color: #2B2821;
}
#header {
	margin: 0 auto;
	width: 750px;
	height: 50px;
}
	#miniMenu {
		position: relative;
		top: 70px;
		left: 650px;
		width: 50px;
		list-style: none outside none;
		font: bold 8pt/12pt "Trebuchet MS", Helvetica, sans-serif;		
}
	#miniMenu a, #miniMenu a:visited {
		text-decoration: none;
		color: #8C816C;
	}
	#miniMenu a:hover {
		text-decoration: underline;
	}
	#miniMenu a:active {
		color: #2B2821;
	}

#horizBar {
	margin: 0 auto;
	width: 773px;
	height: 212px;
/*
	width: 750px;
	border: #ADADAD 1px solid;
	border-width: 0px 1px 0px 1px;
*/
	background-image: url('images/horzBar.jpg');
	background-position: center bottom;
	background-repeat: repeat-x;
}
#horizBar div {
	margin: 0 auto;
	width: 750px;
	vertical-align: top;	
}
#content {
	margin: 0 auto;
	padding-top: 12px;
	width: 750px;
	height: 100%;
}
#menuContainer {
	float: left;
	width: 211px;
}
#mcTop {
	background-image: url('images/menuBox_bg.jpg');
	background-repeat: repeat-y;
}
#mcTop {
	width: 211px;
}
#mcTop div {
		width: 199px;
		font-size: 9pt;
		font-weight: bold;
}
#mcTop div div {
	width: 179px;
	padding-left: 20px;
}
	#mcTop a, #mcTop a:visited {
		font: bold 9pt/16pt "Trebuchet MS", Helvetica, sans-serif;
		display: block;
		margin-bottom: -12pt;
		margin-left: 1px;
		padding-left: 0px;
		text-decoration: none;

		height: 16pt;
		color: #8C816C;
	}
	#mcTop a:hover {
		background-color: #F7F2DB;
	}
	#mcTop a:active {
		color: #2B2821;
	}
	.legal {
	margin-right: 5px;
	font-size: 7pt;
	color: #8C816C;
	text-align: center;
}
#rightCol {
	width: 130px;
	float: left;
	padding-left: 10px;
	border-left: 1px #A3967E solid;
	font-size: 8pt;
}
	.sectTitle {
		font-size: 9pt;
		font-weight: bold;
		color: #A3967E;
}
#middleCol {
	float: left;
	width: 390px;
}