body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0;
	background-image:url(../images/Page-BgTexture.jpg);
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#353535;
	text-align: center;
}

.outboundlink a {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	text-decoration:none;
	border-bottom:1px dotted;
	color:#3366CC;
}

.outboundlink a:hover {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	border-bottom:1px dotted;
	color:#990000;
}

.contentlink a {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#353535;
}

.contentlink a:hover {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	border-bottom:1px dotted;
	color:#353535;
}

.contentlink a:visited {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	border-bottom:1px dotted;
	color:#353535;
}
a:visited {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	border-bottom:1px dotted;
	color:#353535;
	    background-color :transparent ;
}




.footer {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#282828;
	text-align: left;
}
.footerright, .footerright a {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#282828;
	text-align: right;
	text-decoration:none;
}
.pagetitle {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#532900;
}
.header , .header a{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#282828;
	font-weight:bold;
	text-decoration:none;
}
.header a:hover{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#2D2D2D;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px dotted;
}
.footerright a:hover{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#2D2D2D;
	text-align: right;
	text-decoration:none;
	border-bottom:1px dotted;
}
.pointer {
	cursor: pointer;
}

#menu *
{
    	font-family:Tahoma, Geneva, sans-serif;
    	font-size:12px;

    	    
    	
}
/* menu::base */
#menu ul ul {
	display: none;

}
#menu ul {
    list-style-type: none;
    margin: 0;
	padding: 0px;
background-color: #98bf21;

	position: relative;
	display: inline-table;
}

#menu li {
    float: left;

background-color: #98bf21;

}

#menu a:link, a:visited {
    display: block;
width:178px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #98bf21;
  
     padding-top:10px ;
     padding-bottom:10px; 
    text-decoration: none;
    text-transform: uppercase;
	height :20px;

}

#menu a:hover, a:active {
    background-color: #7A991A;
}

#menu  ul li:hover > ul {
		display: block;
	}

#menu ul ul
{
     padding: 0;
	position: absolute; top: 100%;
	}
#menu ul ul li {
    float: none;
width:179px;
 overflow: hidden;
}
#menu ul ul li a{
 overflow: hidden;
width:179px;
}
a:visited {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	border-bottom:1px dotted;
	color:#353535;
	    background-color :transparent ;
}
