html, body
{
	margin: 0;
	padding: 0;
	background: #000 url(img/pageBkGrnd.gif) repeat-x top left;	
}
div#pageFrame
{
	width: 862px;
	margin: 20px auto;
	padding: 0;
}

div#brdN { background: #fff url(img/border/N.gif) repeat-x top left; }
div#brdE { background: url(img/border/E.gif) repeat-y top right; }
div#brdS { background: url(img/border/S.gif) repeat-x bottom left; }
div#brdW { background: url(img/border/W.gif) repeat-y top left; }
div#brdNE { background: url(img/border/NE.gif) no-repeat top right; }
div#brdSE { background: url(img/border/SE.gif) no-repeat bottom right; }
div#brdSW { background: url(img/border/SW.gif) no-repeat bottom left; }
div#brdNW { background: url(img/border/NW.gif) no-repeat top left; min-height: 400px; padding: 1px; }

div#sidebar
{
	float: left;
	width: 180px;
	padding-top: 120px;
	padding-bottom: 20px;
	background: url(img/NewLogo.jpg) no-repeat left top;
}
div#header
{
	float: left;
	padding: 36px 0 60px 30px;
	width: 625px;			/* 860 - (180 + 30 + 25) */
	color: #112151;
	font: italic normal bold 24px "Times New Roman", Serif;
}
div#wrapper
{
	background-position: bottom right;
	background-repeat: no-repeat;
}
div#content
{
	float: left;
	padding-left: 30px;
	padding-bottom: 20px;
	width: 625px;			/* 860 - (180 + 30 + 25) */
}
div#content div.col1
{
	float: left;
	width: 410px;
}
div#content div.col2
{
	float: left;
	width: 180px;
	padding-top: 26px;
	padding-left: 30px;
	color: #112151;
	font: italic normal normal 11px/1.0em Verdana, Arial, Helvetica, Sans-Serif;
}
div#content div.col2 ul
{
	margin: 12px 0 0 0;
	padding: 0 0 0 20px;
}
div#content div.col2 ul li
{
	margin: 7px 0 0 0;
	padding: 0 0 0 0px;
}
div#menuSeparator
{
	height: 30px;
}
div#disclaimer
{
	padding-top: 5px;
	padding-left: 40px;
	color: #bbb;
	background: #000;
	font: normal normal normal 10px Verdana, Arial, Helvetica, Sans-Serif;
	text-align: center;
}
div#disclaimer a
{
	color: #bbd;
	text-decoration: none;
}
div#disclaimer a:hover
{
	color: #bbd;
	text-decoration: underline;
}

p.person { margin-top: 20px; }
p.email { margin-top: 0; }
