@charset "utf-8";
/* SGPC CSS Document */
body
{
	background: url(images/body-bg.jpg) repeat;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}
h1
{
	font-family: "Arial";
	font-size: 20px;
	margin: 5px 0;
	padding: 5px 0;
	font-weight: bold;
	color: #333333;
}
a
{
	color: #284390;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
#border-L
{
	background: url(images/border-L.jpg) repeat-y;
	width: 11px;
}
#border-R
{
	background: url(images/border-R.jpg) repeat-y;
	width: 11px;
}
#mainbody
{
	background:  #FFFFFF;
	width: 800px;
}
#topbg
{
	background: url(images/top-bg.jpg) repeat-x top;
	height: 125px;
}
#contentarea
{
	padding: 10px;
}
#leftpane-bg
{
	background: #284390;
}
#leftpane-top
{
	background: url(images/leftpane-top.jpg) no-repeat;
	width: 196px;
	height: 9px;
}
#leftpane-bot
{
	background: url(images/leftpane-bot.jpg) no-repeat;
	width: 196px;
	height: 8px;
}
.leftpane
{
	padding: 3px 1px;
}

.leftpane ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}
.leftpane li
{
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
.leftpane li a
{
	display: block;
	background: url(images/menuitem-off.jpg) no-repeat;
	width: 184px;
	line-height: 30px;
	text-decoration: none;
	color:#333333;
	padding-left: 10px;
}
.leftpane li a:hover
{
	display: block;
	background: url(images/menuitem-on.jpg) no-repeat;
	width: 184px;
	text-decoration: none;
	color: #FFFFFF;
	padding-left: 10px;
}
.leftpane li a.selected
{
	display: block;
	background: url(images/menuitem-on.jpg) no-repeat;
	width: 184px;
	text-decoration: none;
	color: #FFFFFF;
	padding-left: 10px;
}
.footer
{
	background: url(images/footer-bg.jpg) repeat-x;
	padding: 12px;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 14px;
}
.footer a
{
	color: #6699FF;
	text-decoration: none;
	font-weight: normal;
}
.footer a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}