div#pageFrame
{
	position: relative;
	margin: 20px auto;
	padding-top: 40px;
	width: 798px;           /* Adjust with menu */
}
div#logo h1
{
	text-indent: -9999px;
}
a#logoLink
{
	position: absolute;
	display: block;
	width: 260px;
	height: 37px;
	right: 0;
	top: 0;
}
div#header
{
	height: 25px;
	border-bottom: 3px solid #fff;
}
div.pageHeading
{
	float: left;
	background-color: #e3e3e3;
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 579px;
	border-right: 3px solid #fff;
}
div.pageHeading h2
{
	margin: 0 0 0 5px;
	padding: 0;
	color: #999;
	font: normal normal bold 25px/25px Arial, Helvetica, Sans-Serif;
	text-transform: uppercase;
	text-indent: -9999px;
}
div#menuHeading
{
	float: left;
	color: #fff;
	background-color: #ff66cc;
	height: 25px;
	width: 216px;           /* Adjust with menu */
	font: normal normal bold 13px/25px "Trebuchet MS", Verdana, Arial, Helvetica, Sans-Serif;
	text-align: center;
}
div#contentContainer
{
	position: relative;
	background: #fff url(img/MenuBkGrnd.gif) repeat-y right top;
	width: 798px;           /* Adjust with menu */
}
div#content
{
	float: left;
	position: relative;
	width: 579px;	        /* This does not change with the menu width */
	border-right: 3px solid #fff;
	overflow: hidden;
}
div#menu
{
	float: left;
	color: #bcbcbc;
	height: 300px;		    /* Controls Minimum Height */
	width: 216px;           /* Adjust with menu */
}
div#footer
{
	clear: both;
	height: 25px;
	border-top: 2px solid #fff;
}
div#quickLinks
{
	float: left;
	height: 25px;
	width: 175px;
	padding-left: 5px;
	color: #fff;
	background-color: #ff66cc;
	border-right: 3px solid #fff;
	font: normal normal bold 11px/25px "Trebuchet MS", Verdana, Arial, Helvetica, Sans-Serif;
}
div#quickLinks a
{
	color: #fff;
	text-decoration: none;
}
div#quickLinks a:hover
{
	color: #e3e3e3;
}
div#referenceLinks
{
	float: left;
	height: 25px;
	width: 612px;           /* Adjust with menu */
	padding-right: 3px;
	background-color: #e3e3e3;
	text-align: right;
}
div#referenceLinks a
{
	line-height: 26px;
	padding: 0 30px;
	color: #666;
	outline-style: none;
	outline-width: 0;
}
div#referenceLinks a.left
{
	padding-left: 0;
}
a#swantex
{
	padding-right: 0;
}

div#referenceLinks img
{
	vertical-align: top;
}

/*
** Menu Styling
*/
ul.menu
{
	margin: 0;
	padding:0;
	height: 300px;
}
ul.menu li
{
	margin: 0;
	padding: 0;
	width: 24px;
	float: left;
	list-style-type: none;
}
ul.menu li span
{
	display: none;
}
ul.menu li a
{
	display: block;
	width: 20px;
	height: 300px;
	padding-top: 5px;
	padding-left: 4px;
}



