body
{
	background: #ffffff;
	margin: 10px;
	padding: 0px;
	font-family: verdana;
}

#innerpageMain
{	
	min-height: 557px;
	min-width: 820px;
	background: #91A0BF url(../images/innerpageBg.gif) top left repeat-x;	
	margin: auto;
	position: relative;
	padding: 1px;
}

* html #innerpageMain
{
	width: 100%;
}

#topLeft
{
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/topLeft.gif) top left no-repeat;
	width: 18px;
	height: 18px;
}

#topRight
{
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/topRight.gif) top right no-repeat;
	width: 18px;
	height: 18px;
}

#bottomLeft
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url(../images/bottomLeft.gif) bottom left no-repeat;
	width: 18px;
	height: 18px;
}

#bottomRight
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: url(../images/bottomRight.gif) bottom right no-repeat;
	width: 18px;
	height: 18px;
}

#footerDiv
{
	width: 100%;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #AFAC9D;
	margin-top: 4px;
}

#menuDiv
{
	margin-left: 100px; 
	position: absolute;
	right: 100px;
}

* html #menuDiv
{
	width: 650px;
}

#menuDiv ul ul a:hover
{
	background: none;
	margin-top: 0px;
}

#menuDiv li
{		
	padding-top: 0px;
	padding-bottom: 5px;
	margin: 0px 2px;
	border-left: 1px solid #C28803;
}

#menuDiv li li
{
	height: auto;
	border-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.moreItems
{
	background: url(../images/moreArrow.gif) 10px 22px no-repeat;		
}

#innerLogo
{
	background: url(../images/logo2.gif) top left no-repeat;
	width: 95px;
	height: 95px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#innerContent
{
	margin-top: 100px;
	width: 100%;
	position: relative;
}

#innerContentTopLeft
{
	position: absolute;
	top: 0px;
	left: 215px;
	background: url(../images/innerContentTopLeft.gif) top left no-repeat;
	width: 23px;
	height: 13px;
}

#sideBar
{
	width: 215px;
	background: #91A0BF;
	float: left;
}

#sideBar h1
{
	color: #233050;
	font-size: 16px;
	font-weight: normal;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

#sideBar ul
{
	margin: 0px 0px 200px 10px;
	padding: 0px;
}

#sideBar li
{
	list-style: url(../images/whiteArrow.gif);
	padding: 0px;
	margin: 2px 20px;
}

#sideBar a
{
	color: #ffffff;
	font-size: 12px;
}

#sideBar a:hover
{
	text-decoration: none;
}

#innerContentText
{	
	width: 100%;
	min-width: 820px;
}

#content
{
	background: #ffffff url(../images/innerContentBg.gif) top left repeat-x;
	color: #595F75;
	font-size: 12px;
	padding: 10px;
}

#content h1
{
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}

#goldDiv
{
	background: #B0760B;
	height: 7px;
}

#bottomText
{
	font-size: 11px;
	color: #ffffff;
	padding-top: 6px;
}

#bottomText a
{
	color: #ffffff;
	font-weight: bold;
}

#bottomText a:hover
{
	text-decoration: none;
}