
body {
	/*background-image: url(../images/background.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#010101; */
	background-color:#e1e3e4;
	height:100%; 
}
#main { 
padding-left:16px;
padding-right:16px;
	margin:0 auto;
	width:900px;
	background-color:#fff;
	min-height:100%;
	height:100%;
	font-size:13px;
	font-family:Helvetica, Arial, sans-serif;
	color:#757575;
}
#main h1 {
font-size:18px;
color:#006699;
font-weight:normal;
}
#main h2 {
font-size:14px;
color:#006699;
font-weight:bold;
}
#main a {
text-decoration:none;
color:#006699;
}
#main a:hover {
text-decoration:underline;
}
#main img {
border:none;
}
#leftcolumn {
float:left;
width:300px;
}
#rightcolumn {
float:right;
width:580px;
}
#bottom {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
clear:both;
text-align:center;
}
/**************** menu coding *****************/
#menuh {
	font-size: 10px;
	font-family: Verdana, Arial, helvetica, sans-serif;
	width: 100%;
	float: left;
	text-align: left;
	margin-bottom:10px;
	_margin-bottom:-10px;
	background-image:url(../images/subscribe_top.jpg); 
	background-repeat:no-repeat; 
	background-position:645px 30px; 
	padding-top:50px;
	
}

#menuh ul {
list-style: none;
margin: 0;
padding: 0;
width: 85px;
float: left;
z-index:9999;
}


#menuh a {
font-family: arial, helvetica, sans-serif;
display: block;
border-left:#999999 1px solid;

color:#999999;
margin: 0;
padding: 2px 0px 0px 3px;
text-decoration: none;
background: #fff;
}


#menuh a:hover {
color: #000;
background: #fff;
}

#menuh li {position: relative;
list-style:none;
z-index:9999;
}
#menuh ul li ul li {
border-right:1px #999999 solid;
border-bottom:1px #999999 solid;
border-top:1px #999999 solid;
z-index:9999;
}
#menuh ul li ul li a:hover{
border-right:1px #000 solid;
border-bottom:1px #000 solid;
z-index:9999;
}

#menuh ul ul {
width: 135px;
list-style:none;
position: absolute;
z-index: 500;
text-align:left;
border:1px #999999 solid;
z-index:9999;
}

#menuh ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menuh ul ul,
div#menuh ul li:hover ul ul,
div#menuh ul ul li:hover ul ul
{display: none;
z-index:9999;}

div#menuh ul li:hover ul,
div#menuh ul ul li:hover ul,
div#menuh ul ul ul li:hover ul
{display: block;
z-index:9999;}

#menuh img {
border:none;
margin-left:-5px;
margin-top:-2px;
}
/**************** end menu coding *****************/



