 
   .Heading
    {
    	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
	color:#FF7D00;
    	}
   .SubHeading1
    {
    	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
	color:gray;
	 
    	}
    	
    	body {
	font-family: tahoma;
	font-size: 13px;
	font-weight: normal;
	color:#6e6e6e;
    	}
.menu{
font-size:14px;
font-family:tahoma;
font-weight:lighter;
color:#FFFFFF;
text-decoration:none}

.label{
font-size:14px;
font-family:tahoma;
color:#666666;
text-decoration:none}

.link{
font-size:12px;
font-family:tahoma;
font-weight:bold;
color:#666666;
text-decoration:none}
.button{background-color:#1782ba;border:0px solid #80c31c;color:#ffffff;cursor:pointer;font-family:Tahoma;font-size:10px;font-weight:bold;margin-left:0px;padding:2px 6px 2px 6px;}

.button:hover{background-color:#1782ba;border:0px solid #80c31c;color:#000000;cursor:pointer;font-family:Tahoma;font-size:10px;font-weight:bold;margin-left:0px;padding:2px 6px 2px}
 .theshadow {
 background-color:#999; 
 border:1px solid #ccc; 
 margin:4px 5px;
}
.theshadow > img {
 margin:-8px 4px 4px -10px; 
 border:1px solid #666
}
 .innerdiv
        {
            /* Add container height here if desired */
            background-color: white;
            border: 1px solid gray;
            padding: 2px;
            position: relative;
            left: 0px; /*shadow depth*/
            top: 0px; /*shadow depth*/
        }
   .shadowed
        {
            float: right;
            background: url(drop-shadow.png) no-repeat bottom right !important;
            background: url(drop-shadow.gif) no-repeat bottom right;
            margin: 10px 0 0 10px !important;
            margin: 10px 0 0 5px;
        }
        .shadowed img
        {
            display: block;
            position: relative;
            background-color: #fff;
            border: 1px solid #999;
            margin: -6px 6px 6px -6px;
            padding: 4px;
        }
 

ul#topmenu{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:static;
	display:block;
	height:34px;
	text-transform:uppercase;
	font-size:13px;
	background:transparent url("../images/blue.jpg") repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
}
ul#topmenu li{
	display:block;
	float:left;
	margin:0;
	padding:0px;
	 
	border-right:1px solid #ffffff;
	}
ul#topmenu li a{
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	padding:7px 15px 0 15px;
	height:27px;
	 
	}
ul#topmenu li a:hover
{	
	height:27px;
	/*background:transparent url("../images/black.jpg") repeat-x top left;	*/
	background-color:#ffffff;
	color:#ff7d00;

}
