/** generic menu item **/
.menuItem  {
	display:block;
	height:100%;
	width:148px;
	line-height:25px;
	padding-left:10px;
	padding-right:0px;
	font-family: arial;
	font-size:12;
	font-weight:bold;
	text-decoration:none;
}
/** generic menu item link **/
a.menuItem:link,
a.menuItem:active,
a.menuItem:visited
{
	color: #FFFFFF;
	text-decoration:none;
	font-size:12px;
	line-height: 28px;
	width:148px;
}
a.menuItem:hover
{
 	color: #000000;
	background-color:#C5FE33;
	width:148px;
	text-decoration:none;

}
a:link 
{
 	font-weight: normal;
	color: #0033FF;
	text-decoration: underline;
}
a:visited 
{
	font-weight: normal;
	color: #0033FF;
	text-decoration: underline;
}
a:hover 
{
	background-color:transparent;
	color:#ff0000;
	text-decoration:underline;
}
a:active 
{
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #990000;

}
BODY
{
 	background-color: ffffff;
 	background-repeat: repeat-x;
}
div.outsidebox
{
	width:100%;
 	background-repeat: repeat-y;
}
div.insidebox
{
	width:100%;
 	position:relative;
 	top:0px;
 	left:-1px;
	height: 100%;
}
div.insideinsidebox
{
	width:100%;
 	position:relative;
 	top: -18px;
 	background: url(SMALLRESO60newdesign3_25.gif) repeat-x center top;
	height: 100%;
}
div.spacer
{
	width: 157px;
	height: 20px;
	background-color: BBD8F8;
	
}
div.footer
{
	vertical-align:text-top;
	text-align: center;
	font-size: small;
	font-weight: normal;
	background-color: ffffff;
	width: 500px;
}
div.login
{
 	position:relative;
	float:left;
	clear:left;
	width: 157px;
	height: 100%;
	background-color: BBD8F8;
}

