body {
font-family: arial;background-color:#e6e6fa; 
}
div.header1 {border:0px solid black;height:140px;width:100%;background-image:url("/images/Banner4.png");
				background-repeat:no-repeat;background-color:white;background-position:center;}		

div.nav {border:0px solid black;height:50px;width:100%;float:left;background-color:CC3333;}

div.left {margin:4% 0% 4% 4%;border:0px dashed blue; width:59%; float:left;position:relative;
		min-height:250px;min-width:250px;}	

div.right{margin:4% 0% 4% 4%;border:0px solid blue; width:20%; float:left;position:relative;min-height:250px;min-width:250px;}

div.search {border:0px solid green;height:100px;margin-left:30px;margin-top:20px;min-width:200px;background-image:url("/images/smallbkg.png");
				background-repeat:no-repeat;background-position:center;}

div.login {border:0px solid green;height:190px;margin-left:30px;margin-top:20px;min-width:200px;background-image:url("/images/smallbkg1.png");
				background-repeat:no-repeat;background-position:center;}

div.footer1 {border:0px solid black;height:70px;width:100%;float:left;margin:5px;text-align:center;background-color:#333;color:white;}
table.container{padding-left:20px;}
div.static {z-index:9;
	background-color:white;
    position: fixed;
    border: 3px solid silver;
	width:20%;
	height:20%;
	right:30px;
	bottom:10px;
}
ul.menu {
    list-style-type: none;
    margin:0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}
font.marking {color:red;}
li {
    float:left;
}
td.enq {text-align:right;width=10%;padding:10px;background-color:#b0c4de;
}
li a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover {
    background-color: #111;
}
th.x, td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
table.nm {
    border-collapse: collapse;
    width: 100%;
}
tr:hover {background-color: #f5f5f5}