/* BlueChip CSS Document */
body
{
	background:url(images/body-bg.jpg) repeat-x #012D5E top;
	padding: 0px;
	margin: 15px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height: 20px;
	font-weight: bold;
	color: #D21D1D;
	padding: 10px 0;
	margin: 0;
}
h3
{
	color:#CC0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	padding: 5px 0;
	margin: 0;
}
p
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a
{
	text-decoration: none;
	color:#006699;
}
a:hover
{
	text-decoration: underline;
}
#logo
{
	background:url(images/logo.jpg);
	height:195px;
	width:800px;
}
#nav-top
{
	background:url(images/leftpane-top.jpg) no-repeat;
	background-position:bottom;
	height:15px;
	width:190px;
}
#nav
{
	background:url(images/leftpane-center.jpg) repeat-y;
	width:190px;	
	padding:0px;
}

#nav ul
{
	margin: 0px;
	padding: 1px 0px;
	list-style-type: none;
}

#nav li
{
	margin: 0;
	list-style-type: none;
	padding: 0px 0px 1px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	list-style-image: none;
	text-align: left;
}
#nav li a.selected
{
	display: block;
	padding: 0px 0px 1px 35px;
	width:155px;
	margin-right: 0px;
	color: #FFFFFF;
	line-height: 23px;
	background: url(images/menu_on.jpg) no-repeat;
}
#nav li a 
{
	display: block;
	width:100%;
	margin: 0;
	padding: 0px 0px 1px 35px;
	background: url(images/menu_off.jpg) left no-repeat;
	color: #FFFFFF;
	line-height: 23px;
	text-decoration: none;
}
#nav li a:hover
{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background: url(images/menu_on.jpg) left no-repeat;
}
#nav-bot
{
	background:url(images/leftpane-bot.jpg) no-repeat;
	background-position:top;
	width:190px;
	height:13px;
}
TD.body-text
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
TD.vline
{
	border-right: #CCCCCC 1px dotted;
	width:170px;
	text-align: left;
}
TD.bot-second
{
	padding-left:20px;
	width:170px;
	text-align: left;
}
#bottom-left
{
	background:url(images/bot-left.jpg) no-repeat;
	height:93px;
	width:16px;
}
#bottom-center
{
	background:url(images/bot-center.jpg) repeat-x;
	color:#333333;
}
#bottom-center a
{
	color:#333333;
	text-decoration:none;
}
#bottom-center a:hover
{
	text-decoration: underline;
	color:#CC0000;
}

#bottom-right
{
	background:url(images/bot-right.jpg) no-repeat;
	width:16px;
}
#footer-right
{
	font-size: 11px;
}

