@charset "utf-8";
/* BlueChip CSS Document */
body
{
	background: #000033 url(images/body-bg.jpg) repeat-x top;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14.0px;
	line-height: 18px;
}
a
{
 	text-decoration:none;
	color:#006699;
}
a:hover
{
	text-decoration:underline;
	color: #6699CC;	
}
h1
{
	color: #000033;
	font-family:Arial, Helvetica, Sans-serif;
	font-size:19px;
	margin: 5px 0;
}
h2
{
	color: #000033;
	font-family:Arial, Helvetica, Sans-serif;
	font-size:16px;
	margin: 5px 0;
	padding: 5px 0;
	font-weight: bold;
}
h3
{
	color:#000000;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#top
{
	height: 91px;
	padding: 0 10px;
}
#header
{
	background: url(images/header-bg.jpg) no-repeat bottom;
	width: 800px;
	height: 169px;
}
#mid-area
{
	background: #FFFFFF;
	padding: 5px 5px 0px 5px;
}
#leftpane-top
{
	background: url(images/leftpane-top.jpg) no-repeat bottom;
	height: 6px;
	width: 200px;
}
#leftpane-mid
{
	background: url(images/leftpane-mid.jpg) repeat-y;
	padding: 0 1px;
}
#leftpane-bot
{
	background: url(images/leftpane-bot.jpg) no-repeat top;
	width: 200px;
	height: 6px;
} 
.menus
{
	list-style:none;
	padding:0px;
	margin:0px;
}
.menus li
{
	list-style:none;
	padding:0px;
	margin:0px;
}
.menus li a
{
	color: #CCCCCC;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:22px;
	background:url(images/menu-off.jpg) no-repeat;
	margin:0px;
	padding-left:25px;
	width:173px;
	display:block;
}

.menus li a.selected
{
	color:#FFFFFF;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	height:22px;
	width:173px;
	background:url(images/menu-on.jpg) no-repeat;
	margin:0px;
	display:block;
}
.menus li a:hover
{
	text-decoration:none;
	color:#FFFFFF;
	background:url(images/menu-on.jpg) no-repeat;
}
#submenu-arrow
{
	background: url(images/arrow.jpg) no-repeat right;
	width: 40px;
	height: 22px;
	border-bottom: dotted 1px #FFFFFF;
}
	
.submenu 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: none;
	border-bottom: dotted 1px #FFFFFF;
}
.submenu a
{
	color: #CCCCCC;
	text-decoration: none;
	background: none;
}	
.submenu a.selected
{
	color: #FFFFFF;
	text-decoration: none;
	background: none;
}	
.submenu a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	background: none;
}	

#gray-bar
{
	background:	url(images/gray-bar.jpg) no-repeat center;
	height: 24px;
	padding: 5px 5px;
	font-size: 16px;
	font-weight: bold;
}
#main-bot
{
	background: url(images/main-bot.jpg) no-repeat top;
	width: 800px;
	height: 6px;
}
#bottom
{
	color: #FFFFFF;
	font-size: 11px;
	padding: 7px 0;
	text-align: center;
}

#bottom a
{
	color: #6699CC;
	text-decoration: none;
}
#bottom a:hover
{
	color:#FFFFFF;
	text-decoration: underline;
}