/* CSS Document */
body{
	margin: 0;
}

/* normal text style*/
td, p
{
    font-family: arial;
    font-size: 12px;
	padding: 2px;
		
}

a
{
    text-decoration: none;
	color: #FF0000;
	text-align: right;
}

h1{
	font-family: Trebuchet MS;
	font-size: 17px;
	color: #000000;
	margin: 0;
}

h2{
	font-family: Trebuchet MS;
	font-size: 15px;
	color: #000000;
	margin: 0;
}
#menu{
margin-left: 0px; 
}

#menu ul{
	list-style-type: none;
	margin-left: 0px;
	overflow: hidden;
	left: 0;

	
	
}

#menu li {
	background-image: url(images/ImgMenubg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 228px;
	height: 31px;
	margin-bottom: 4px;
	list-style-type: none;
	padding-top: 5px;
	padding-left: 5px;
	text-align: center; 
	
	
	
}
#menu li a{
    text-decoration: none;
	font-family: Trebuchet MS;
	font-size: 15px;
	color: #000; 
	text-align: center;
	
	
}

.content{
	border-left: 1px solid #75973F;
	border-right: 1px solid #75973F;
}
	
.banner{
	background-image: url(images/Banner.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 771px;
	height: 172px;
}

.tab{
	background: url('images/FormTabBG.jpg') no-repeat left top ;
	width: 228px;
	height: 29px;
	padding-top: 5px;
	padding-left: 5px; 
	
} 

.tabcont{
	border-left: 1px solid #75973F;
	border-right: 1px solid #75973F;
	border-bottom: 1px solid #75973F;
	width: 227px;
	padding: 2px;
}

.tab2{
	background: url('images/Tab.jpg') no-repeat left top ;
	width: 228px;
	height: 29px;
	padding-top: 5px;
	padding-left: 5px; 
	
} 

.tabcont2{
	border-left: 1px solid #E7EAF1;
	border-right: 1px solid #E7EAF1;
	border-bottom: 1px solid #E7EAF1;
	width: 227px;
	padding: 2px;
}
	
.lpane{
	border-bottom: 1px dotted #999999;
	padding-bottom: 5px;
}

.rpane{
	border-left: 1px dotted #999999;
}

.footerCell
{
    background-color:#75973F;
    text-align: center;
    padding: 5px;
	font-family: Verdana;
    font-size: 11px;
    color: #FFF;
	padding-top: 15px;
	height: 24px;
	
}

.tbltd
{
	border-bottom: 1px solid #000;
	background-color: #EBF1F8;
} 
.tbl
{

	background-color: #EBF1F8;
} 
	
