/* Blue chip Laser CSS Document */
body
{
	background: #6699CC;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 100%; 
}

img
{
	border: 0;
}
a
{
	color: #00607C;
	text-decoration: none;
}
a:hover
{
	color: #000000;
	text-decoration: underline;
}

.maintable
{
	background: #FFFFFF
	width: 100%;
	height: 100%;
}
#body-left
{
	
	background: #6699CC url(images/body_left2.jpg) repeat-y right;
}

#body-right
{
	
	background: #6699CC url(images/body_right2.jpg) repeat-y left;
}
#body-center
{
	width: 800px;
	background:#FFFFFF;
}

#logo
{
	
	background: url(images/logo_bg.jpg) repeat-x top;
	height: 77px;
	padding: 0px 0px 0px 20px;
	
}
#top-sep
{
	background:url(images/top_sep2.jpg) no-repeat;
	width: 43px;
	height: 77px;
}
#top-right
{
	background:url(images/top_rbg2.jpg) repeat-x;
}

#phone
{
	padding: 7px 0px;
}


#leftpane-top
{
	background:url(images/left-top2.jpg) no-repeat bottom left;
	width: 190px;
	height:9px;
}

#leftpane-bot
{
	background:url(images/left-bot2.jpg) no-repeat top left;
	width: 190px;
	height:9px;
}

#leftpane
{
	background: url(images/left_bg2.jpg) repeat-y left;
	width: 190px;
}
#leftpane ul
{
	margin-left: 0;
	padding-left: 0;
	border: none;
	list-style-type: none;
}

#leftpane li
{
	margin: 0;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	list-style-image: none;
}
#leftpane li.selected
{
	display: block;
	padding: 2px 0px 0px 2.0em;
	margin-right: 0px;
	background-color: #E6941A;
	color: #FFFFFF;
	height: 22px;
	background: url(images/menu_on2.jpg) left no-repeat;
}
#leftpane li a 
{
	display: block;
	margin: 0;
	padding: 2px 3px 0px 2.0em;
	background: url(images/menu_off2.jpg) left no-repeat;
	color: #BAD4DC;
	height: 22px;
	text-decoration: none;
}
#leftpane li a:hover
{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background: url(images/menu_on2.jpg) left no-repeat;
}

h1
{
	display: inline;
	font-family: Arial;
	font-size:18px;
	line-height: 22px;
	font-weight: bold;
	color: #000033;
}
h3
{
	display: inline;
	font-family: Tahoma, Arial;
	font-size:17px;
	line-height: 22px;
	font-weight: bold;
	color: #FFFFFF;
}
#bottom
{
	background: #00607C url(images/footer_bg.jpg) repeat-x;
	height: 104px;
	border-top: solid 1px #00607c;
	font-size: 12px;
	vertical-align: middle;
	text-align: center;
	color: #FFFFFF;
	line-height: 20px;
}
#bottom a
{
	color: #99CCFF;
	text-decoration: none;
}
#bottom a:hover
{
	color: #fff;
	text-decoration: underline;
}