@charset "utf-8";
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px auto;
	padding: 0px;
	/* background: url('images/bodybg.png') center 4px no-repeat; */
}

.main-container{
	width:871px;
	margin:auto;
	border: 1px solid #cccccc;
}
.left-panel{
	background:#fff;
	float:left;
	width:166px;
	margin-right:0px;
	padding: 15px 0px 0px 30px;
	background: url('logo.png') top left repeat-x;

}
.navigation{
	background-image:url('menubg.png');
	background-position:top left;
	background-repeat:repeat-y;
	text-indent:2px;
	text-align:left;
	font:10pt Arial, Helvetica, sans-serif;
	color:#000000;
	padding:0px;
	margin:0px;
	list-style:none;
}
.right-panel {
	width:675px;
	background:#fff;
	/*padding:5px 10px; */
	overflow: hidden;
	
     min-height:530px;
     height:auto !important;
     height:550px;
	 border:0;
}
.right-panelx {
	width:675px;
	float:left;
	background:#fff;
	/*padding:5px 10px; */
	overflow: hidden;
	
     min-height:530px;
     height:auto !important;
     height:550px;
	border: 0px solid #cccccc;
}
.left-panel .navigation ul
{
/*	padding:0px;
	margin:0px;
	list-style:none;
*/
}
.left-panel .navigation ul li
{
	padding:0px;
	margin:0px;
	list-style:none;
	text-align:left;
	height:25px;
}
.left-panel .navigation ul li:hover {
	/*background: url('images/thebaneofmyexistence.png') top left repeat-x; height: 32px;
	background: url('spacer.gif') top left repeat-x; height: 32px; */
}
.left-panel .navigation ul li a
{
	font:bold 13px Arial, Helvetica, sans-serif;
	padding-left:0px;
	/*text-indent: 13px; */
	text-align:left;
	text-decoration:none;
	color:#ffffff;
}
.left-panel .navigation ul li a:hover
{
	font:bold 13px Arial, Helvetica, sans-serif;
	color: #ffffff;
}
.left-panel .navigation ul
{
/*	border-bottom:solid 1px #708ea4;	*/
	padding-bottom:0px;
}
.footer {
	width:832px;
	margin:auto;
	padding:10px 20px 10px 20px;
	float:left;
	text-align:center;
	background-color:#d2d2d2;
	background-image:url(main-logo.jpg);
	background-repeat:no-repeat;
	background-position:left;
}
.footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 6pt;
	color:#0c6d96;
	text-decoration:none;
}
.footer a:hover {
	color:#000000;
}
.footer a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color:#0c6d96;
	text-decoration:none;
}



.left-panel .navigation ul li{
	position:relative;
}
.left-panel .navigation ul ul{
	text-align:left;
	margin:0px;
	padding:0px;
	border:0px;	
	list-style:none;
	background:#007dcf;
	/* xxx 
	-webkit-box-shadow: 5px 5px 5px #888;
	-moz-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
	*/
}
.left-panel .navigation ul ul li {
	padding:0px;
	margin:0px;
}

.left-panel .navigation li ul, .left-panel .navigation li a ul{
	visibility:hidden;
	position:absolute;
	top:0px;
	z-index:1000;
	left:120px; /* Off set the sub-menu */
	border: 1px solid #8AA0B0;
	margin:0px;
	padding:0px;
	
}
.left-panel .navigation li ul a{
	display:block;
	color:#fff;
	padding:23px; 
	padding-top:10px;
	margin:0px;
	height:12px;
	border:none;
	line-height:0px;
	width:250px; 
}
.left-panel .navigation li:hover ul, .left-panel li a:hover ul{
	display:block;
	visibility:visible;
	
}
.left-panel .navigation li li a:hover{	

	display:block;
	color:#fff;
	padding:23px;
	padding-top:10px;
	margin:0px;
	height:12px;
	border:none;
	line-height:0px;
	width:250px; 
	background-image:url('menubghover.png');
	background-repeat:no-repeat;
}



.right-panel a:link, .box a:link {color: #3E6A8B; text-decoration:none;}
.right-panel a:visited, .box a:visited {color: #3E6A8B; text-decoration:none;}
.right-panel a:hover, .box a:hover {color: #0080FF; text-decoration:none;}
.right-panel a:active, .box a:active {color: #3E6A8B; text-decoration:none;}
