/* CSS Document */

/* Left menu */
#divLeftMenu
{
	float: left;
	width: 184px;
}

#divLeftMenu ul {
	padding:0px;
	margin:0px;
	border:0px;
	list-style-type:none;          
}                              

#divLeftMenu li {
	margin:0px;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	color: #002b5d;
	padding-left:12px;
	padding-right:6px;
	padding-top:11px;
	padding-bottom:11px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#a3b0d2;
}

#divLeftMenu li a
{
	color: #002b5d;
	text-decoration:none;
}

#divLeftMenu li a:hover
{
	color: #a3b0d2;
	text-decoration: none;
}


/* Content */
#divLeft
{
	float: left;
        width:720px;
	padding:17px;
}


/* Right panels */
#divRight
{
	float: right;
	width: 249px;
}

.Panel
{
	width: 249px;
	background-color: #b0bbd8;
	margin-bottom: 7px;
	background-image: url(../images/common/panel_corner.jpg);	
	background-repeat:no-repeat;
	background-position:right bottom;
	padding-bottom:6px;
}

.Panel h1
{
	background-image: url(../images/common/panel_top.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: #002b5d;
	padding-left:6px;
	padding-right:6px;
	padding-top:6px;
}

.Panel h2
{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	color: #000000;
	padding-left:6px;
	padding-right:6px;
}

.Panel .Black
{
	font-size: 11px;
	line-height: 11px;
	color: #000000;
	padding-left:6px;
	padding-right:6px;
	display:block;
}

.Panel .Black a
{
	color: #000000;
	text-decoration:none;
}

.Panel .Black a:hover
{
	color: #ffffff;
	text-decoration: none;
}

.Panel .White
{
	font-size: 11px;
	line-height: 11px;
	color: #ffffff;
	padding-left:6px;
	padding-right:6px;
	display:block;
}

.Panel .White a
{
	color: #ffffff;
	text-decoration:none;
}

.Panel .White a:hover
{
	color: #002b5c;
	text-decoration: none;
}




