
body {
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Verdana, Sans-Serif;
	background: #CCC url(../images/bg.png) repeat;
	}

a {
	text-decoration: none;
	color: #369;
	}

a:hover {color: #00C;}

h3 {
	font-size: 1.3em;
	margin: 0 0 5px 0;
	padding: 2px 0px 0px 0px;
	border-bottom: 2px solid #eee;
	color: #5959AC;
	}

#outer { 
	width: 760px;
	margin: 0 auto;
	height: 580px;
	padding: 6px 10px 0px 10px;
	background: url(../images/bg.gif) no-repeat;
	}

#inner {
	padding: 9px 4px 0 2px;
	color: #303030;
	width: 736px;	
	}
#bannerHome {
	text-align: right;
	height: 76px;
	background: #FFF url(../images/fade.gif) repeat-x;
	color: #808080;
	}
.logo {margin: 20px 15px 3px 0;}
#logoHome {
	float: left;
	margin:0;
	padding: 0 0 0 10px;
	}

#leftnav {
	float:left;
	width: 150px;
	margin: 10px 0 10px 0;
	padding: 0;
	font-size: 0.9em;
	}

#leftnav ul {	
	list-style: none;
	width: 150px;
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 1.1em;
	border-right: 1px solid #d2d2d2;
	}	

#leftnav li {
	margin-bottom: 4px;
	padding: 0 5px 0 10px;
	}

#leftnav li a {
	display: block;
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
	height: 20px;
	text-decoration: none;
	color: #808080;
	padding: 6px 10px 0 5px;
	background: #fff;
	border-bottom: 1px dashed #ccc;
	}	
	
#leftnav li a:hover {
	color:#535353;
	background-image: url(../images/arrow_over.png);
	background-repeat: no-repeat;
	background-position: right;
	}
#leftnav li a.here{
   background-image: url(../images/arrow_on.png);
   background-repeat: no-repeat;
   background-position: right;
   color:#369;
    }

.lhcontent {
	margin: 9px 0 10px 0;
	padding: 3px 10px 5px 10px;
	width: 130px;
	color: #6B6B6B;
	line-height: 1.6em;
}
.lhcontent h2{
	font-size: 1.1em;
	font-weight: bold;
	color: #369;
	padding: 6px;
	border: 1px solid #CCF;
	text-align: center;
	width: 120px;
	margin: 10px 0 5px 0;
	background-image: url(../images/h2header.png);
	background-repeat: repeat;
	background-position: left top;
	}

#infobox {
	border: 1px solid #ccc;
	background: #f4f4f4;
	padding: 3px 2px;
	margin-top: 5px;
	}

#homePic {
	margin: 10px 0 5px 155px;
	padding: 0px 10px 5px 6px;
	line-height: 1.4em;
	background: url(../images/pic1.jpg) repeat-x;
	height: 146px;
	}
html>body #homePic {
	margin: 30px 0 5px 155px;
	padding: 0px 10px 5px 6px;
	line-height: 1.4em;
	background: url(../images/pic1.jpg) repeat-x;
	height: 146px;
	}
banner
#homePic h2 {
	margin: 0px;
	padding: 10px 0 2px 5px;
	font-size: 12pt;
	color: #fff;
}

#homePic p {
	margin: 0;
	padding: 0 0 0 5px;
	color: #fff;
	width: 260px;
	font-size:112%;
	}

#downbox {
	margin: 15px 10px 15px 10px;
	border: 1px solid #819CD7;
	background: #CDE1F9;
	}

#downbox p {
	padding: 6px;
	margin: 0;
	}
#homebox{background:#FFF; margin:0; padding:0;}
.HomeLH {
	float:left;
	margin: 0 0 20px 0;
	width:275px;
	padding: 5px 10px 5px 10px;
	line-height: 1.6em;
	text-align: left;
	color: #232323;
	border-left: 2px solid #eee;
	}
.HomeLH a {text-decoration: underline;}
.HomeLH p {margin-bottom: 12px;}
.HomeRH {
	float: right;
	width: 273px;
	margin: 0 0 10px 0;
	padding: 5px 13px 20px 10px;
	border-left: 1px solid #DDD;
	color: #232323;
	line-height: 1.5em;
	}

.HomeRH p {
	margin: 0px;
	font-size: 90%;
	}

.HomeRH a {
	display: block;
	padding-bottom: 4px;
	margin-bottom: 2px;
	border-bottom: 1px dotted #ccc;
	}
.HomeRH ul li {
	list-style-type: none;
	list-style-image: url(../images/arrow.gif);
	margin-left: 15px;
	}

/*  Styles for Home page headers   */

/*H2 Header elements. We'll set them relatively positioned in order to allow absolute positioning inside.*/

div.HomeLH h2, div.HomeRH h2 {position: relative; width: 270px; height: 24px;
    margin: 10px 0 13px 0;color: #847FB7;
    font: bold small-caps 95% Arial,sans-serif;
	}	

/*background-image that combine all headings*/
div.HomeLH h2 span, div.HomeRH h2 span {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../images/headersHome.gif);
	background-repeat: no-repeat;}
div.HomeRH h2 span {background-image: url(../images/headersfeature.gif);}
	
/*  Styles to specify the background position:   */
div#HomeLH h2#header_about span{background-position: 0 0}
div#HomeRH h2#header_feature h2 span{background-position: 0 20px;}

#sidebar {
	width:150px;
	float:left;
	margin:0;
	}
#sidebar h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	padding: 5px 0;
	border: none;
	text-align: center;
	width: 145px;
	margin: 10px 0 4px 2px;
	background-image: url(../images/LHheaderBG.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
#sidebar p {margin: 6px}

