/*
Original Home page
*/
/*
div {	border-color: #090;
	border-width: 1px;
	border-style: solid;
}
*/

/*positions*/
body {min-width: 720px;}
div#masthead
{
	height: 160px;
	padding-right: 300px;
	}
div#titlebar {
  width: 100%;
  height: 160px;
	background-image: url(/Images/LogoSmall-175x94.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
div#whatsnew{width: 300px; margin-right:-300px; margin-top:20px;text-align: center;
}

div#copywindow  {padding-left: 210px; padding-right: 300px;}
.column {position: relative; float: left;}
div#maintext {width: 100%}
div#sidebar     {width: 210px; right: 210px; margin-left: -100% }
div#sectionlist {width: 300px; margin-right: -300px;}
div#footer      {clear: both; margin: 0px 210px 0px;}

/* IE6 hack */
* html #sidebar {left: 300px;}

/* IE7 fix */
#copywindow > #sidebar {
left: -210px; /* -LC width for others */
margin-left: expression(document.all.maintext.offsetWidth * -1); /* Fix for IE7 */
}

/*format*/
div#masthead
{
	border-bottom: #8d8d8d;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}
div#masthead h1, div#masthead h2 { text-align: center; color: #063; }
div#masthead h2 {  margin-top: 3em; font-size: 1em;}

div#sidebar{text-align: center;}


div#sectionlist ul
{
	list-style-image: url(/Images/Pickup-20x18.gif);
	list-style-type: disc;
	list-style-position: outside;
}

div#sectionlist ul li a { font-weight: bolder; }
div#sectionlist ul ul {margin-left: 0; padding-left:1em;}
div#sectionlist ul ul li
{
  margin-left: 0em;
	list-style-type: disc;
	list-style-image: none;
	list-style-position: outside;
	font-variant: normal;
	font-weight: normal;
}

#sectionlist h1, #sectionlist h2
{
	text-align: center;
	font-size: 1.2em;
}

