*
{
	margin:					0px;
	padding:				0px;
	font-family:			verdana;
	font-size:				12px;
}
BODY
{
	background-color:		#999999;
	overflow:				auto;
}
A
{
	color:					#000073;
	text-decoration:		none;
	cursor:					pointer;
}
#content A
{
	text-decoration:		underline;
}
#content A:hover
{
	color:					#ffcc00;
}
A:Hover
{
	text-decoration:		underline;
}
#pageFrame
{
	width:					100%;
	height:					100%;
}
#innerpageFrame
{
	width:					1020px;
	height:					100%;
	border:					0px solid;
}
#header
{
	height:					116px;
	border:					0px solid;
	background:				url(/Smartsite.shtml?id=59064) top left no-repeat;
}
#topmenu
{
	height:					24px;
	border:					0px solid;
	background:				url(/Smartsite.shtml?id=59066) top left no-repeat;
}
#topmenu A
{
	float:					right;
	margin-right:			10px;
	font-size:				11px;
	font-weight:			900;
}
#mainFrame
{
	height:					100%;
	border:					2px solid #ffcc00;
	overflow:				hidden;
}
#innerFrame
{
	width:					100%;
	height:					100%;
}
#menuFrame
{
	vertical-align:			top;
	width:					260px;
	background-color:		#fff;
}
#menu
{
	margin-top:				45px;
	margin-left:			112px;
	width:					142px;
	list-style-type:		none;
}
#menu li
{
	list-style-type:		none;
	background:				url(/Smartsite.shtml?id=59067) top left no-repeat;
	font-size:				13px;
	font-weight:			900;
	line-height:			24px;
	padding-left:			11px;
	color:					#000073;
}
#submenu
{
	margin-left:			-11px;
	list-style-type:		none;
	margin-bottom:			4px;
}
#submenu li
{
	background:				#fff;
	list-style-type:		none;
	font-size:				11px;
	font-weight:			100;
	line-height:			18px;
	height:					18px;
	padding-left:			22px;
	color:					#000073;
}
#submenu a
{
	display:				block;
	cursor:					pointer;
}
#submenu a:hover li
{
	background:				#677FB3;
	background-color:		#677FB3;
}
#menu .selected
{
	text-decoration:			underline;
}
#submenu .selected
{
	font-weight:			900;
	background:				#677FB3;
}
#contentFrame
{
	width:					760px;
	background-color:		#fff;	
	vertical-align:			top;
}
#content
{
	margin:					0px 0px 0px 35px;
	line-height:			18px;
	border:					0px solid;
	height:					100%;
	overflow:				AUTO;
	padding-right:			35px;
	padding-top:			20px;
}
H1
{
	color:					#000073;
	font-family:			trebuchet ms, verdana;
	font-size:				26px;
	margin-bottom:			15px;
	font-weight:			100;
}	
#footer
{
	height:					17px;
	background-color:		#fff;
}


#content UL
{
	list-style-type:			disc;
	padding-left:			30px;
}
#content OL
{
	list-style-type:			decimal;
	padding-left:			30px;
}
#content LI
{
	padding-left:			20px;
	color:				#000073;
}
@media print
{

#menuFrame
{
	display:				none;
}
#topMenu
{
	visibility:				hidden;
}

}