body, form, p, h1, h2, h3, h4, h5 {
	margin:0;
	padding:0;
}

p, h1, h2, h3, h4, h5 {
	margin-bottom:10px;
}

body {
	background:#cecccc;
	font: 13px "Trebuchet MS", Tahoma, Verdana;
	color:#010101;
	margin:40px 0;
}
a {
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

#leftCont a.ReadMoreLink
{
	color:#000000;
	text-decoration:none;
}

#leftCont a.ReadMoreLink:hover 
{
	text-decoration:underline;
}

#content {
	background:#FFFFFF url(designimgs/cont_right_bot.jpg) no-repeat right bottom;
	padding:10px 27px 45px 18px;
}


.panelHead {
	font: bold 13px "Trebuchet MS", Tahoma, Verdana;
	color:#000000;
	text-align:center;
}
.panelCont {
	padding:17px 15px 0;
}
.date {
	color:#990000;
}

h1 {
	font: bold 15px "Trebuchet MS", Tahoma, Verdana;
	color:#666666;
	line-height:30px;
	background:url(designimgs/heading_line.jpg) no-repeat bottom left;
}


/* Footer */
#foot {
	text-align:center;
	font: 12px Tahoma, Verdana, Arial;
	color:#000000;
	padding-top:10px;
}
#foot a {
	color:#000000;
	text-decoration:none;
}
#foot a:hover {
	text-decoration:underline;
}


/* Menu */

#leftCont {
	padding:7px 7px 0 10px;
	width:157px;
}

#leftCont ul {
	margin:0;
	padding:0;
}
#leftCont ul li {
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	width:100%;
}
#leftCont h2 {
	font: bold 13px "Trebuchet MS", Tahoma, Verdana;
	margin:0;
}
#leftCont ul li a {
	color:#000000;
	text-decoration:none;
	height:26px;
	line-height:17px;
	display:block;
	padding-left:22px;
	background:url(designimgs/arrow.jpg) no-repeat left 4px;
}

#leftCont ul li a:hover {
	color:#FFFFFF;
	margin:0;
}

#leftCont ul ul {
	position: absolute;
	z-index: 500;
	top:0;
	left:100%;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	background:#5c5c5c;
	padding-left:0px;
	width:150px;
}

html>body #leftCont ul ul {
	width:auto;
}


#leftCont ul ul li {
	display:block;
	width:150px;
}
#leftCont ul ul li a {
	background:none;
	font: 13px "Trebuchet MS", Tahoma, Verdana;
	color:#FFFFFF;
	text-decoration: none;
	width:140px;
	height:20px;
	line-height:20px;
	display:block;
	float:left;
	border-bottom: 1px solid #999999;
	margin:0;
	padding:0 0 0 10px;
}
#leftCont ul ul li a:hover {
	background:#FFFFFF;
	color:#000000;
}

#leftCont ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}
#leftCont ul ul li a {
	float:none;
}

#leftCont ul ul,
#leftCont ul li:hover ul ul,
#leftCont ul ul li:hover ul ul
{display: none;}

#leftCont ul li a:hover ul ul,
#leftCont ul li a:hover ul ul li {
	display:none;
}

#leftCont ul li:hover ul,
#leftCont ul ul li:hover ul,
#leftCont ul ul ul li:hover ul
{display: block;}

#leftCont li:hover ul, li.over ul { display: block;}

<!--[if lt IE 7]>
#leftCont{float:left;}
body{behavior:url(csshover.htc); }
#leftCont ul li{ display:block; height:38px}
#leftCont a{height:1%;}

#leftCont ul li a:hover ul ul,
#leftCont ul li a:hover ul ul li {
	display:none;
}

<![endif]-->

