/** generic menu item **/
.menuItem  {
	display:block;
	height:100%;
	width:170px;
	line-height:25px;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
	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;
	background: url(bg_mainlevel.gif) repeat-x center bottom;	
	line-height: 28px;
	width:170px;
}
a.menuItem:hover
{
 	color: #ffffff;
	background-color:#484848;
	width:170px;
	text-decoration:none;
	text-align:left;

}
/** Sub menu item **/
.subMenuItem  {
	display:block;
	height:100%;
	width:170px;
	line-height:25px;
	padding-left:20px;
	padding-right:0px;
	text-align:left;
	font-size:12;
	font-weight:bold;
	text-decoration:none;

}
/** generic Sub menu item link **/
a.subMenuItem:link,
a.subMenuItem:active,
a.subMenuItem:visited
{
	color: #ffffff;
	text-decoration:none;
	font-size:12px;
	background-color: transparent;
	
	line-height: 28px;
	width:170px;
}
a.subMenuItem:hover
{
 	color: #ffffff;
	background-color:#484848;
	width:170px;
	text-decoration:none;
	text-align:left;

}
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: 000000;
 	background-image: url(bluebackground.jpg);
 	background-repeat: repeat-x;
}
div.toptext
{
 	font-style: bold;
	font-family: tahoma;
	font-size: 26;
	color: 112CB2;
	vertical-align: top;
}
div.outsidebox
{
	width:800px;
	background-image: url(bg_internalbox2.gif);
 	background-repeat: repeat-y;
}
div.insidebox
{
	width:585px;
}
div.footer
{
	vertical-align:text-top;
	text-align: center;
	font-size: small;
	font-weight: normal;
}
div.login
{
 	position:relative;
	float:left;
	clear:left;
	width: 200px;
	height: 100%;

}
div.texttop
{
 	position:relative;
	float:left;
	clear:left;
	height: 100%;

}


