body{
margin:0;
padding:0;
line-height: 1.5em;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 760px; /* Width of main container */
margin: 0 auto; /* Center container on page*/
}

#topsection{
/*background: blue;*/
text-align: center;
height: 100px; /*Height of top section*/
}
.left{
/*background-color: #2175bc;*/
/*border-left: 10px solid #1958b7;*/
width: 332px;
height: 96px; /*Height of top section*/
float: left;
border-bottom: 2px solid blue;
border-top: 2px solid red;
/*margin-left: -840px;*/
/*position: absolute;*/
}
.cent{
/*margin-left: 180px;*/
height: 96px;
width: 428px;
float:left;
background-color: #2175bc;
/*background-image: url('/home/ppsingh/gr.png');*/
/*position: relative;*/
border-bottom: 2px solid blue;
border-top: 2px solid red;
}
.right{
background-color: #5ba3e0;
width: 0px;
height: 100px; /*Height of top section*/
margin-left: 630px;
/*position: relative;*/
}

#topsection h1{
margin: 0;
margin-left: 160px;
margin-right: 130px;
padding-top: 15px;
height: 85px;
background-image: url('/home/ppsingh/gr.png');
position: relative;
}
#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 130px 0 135px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
background: #EAEAEA;
}

#leftcolumn{
float: left;
background-color: #2175bc;
width: 135px; /*Width of left column in percentage*/
margin-left: -760px;
background: #2175bc;
}

#rightcolumn{
float: left;
width: 126px; /*Width of right column in pixels*/
margin-left: -130px; /*Set margin to that of -(RightColumnWidth)*/
background: #b6ccfd;
border-right: 2px solid red;
border-left: 2px solid red;
background-image: url('esv.jpg');
}

#footer{
clear: left;
width: 100%;
background: #EAEAEA;
color: black;
text-align: center;
padding: 4px 0;
}

#footer a{
color: black;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
margin-bottom: 0;
}

.menuh	{
		BORDER-COLOR : #FFFF99 ;
		cursor : hand ;
		Border-Left : #FFFF99 ;
		Border-Top : #FFFF99 ;
		Padding-Left : 1px ;
		Padding-Top : 1px ;
		Background-Color : #FFFF99 ;
	}
.menu	{
		Background-Color : white ;
	}
.home	{
		cursor : hand ;
	}

.menulinks{
text-decoration:none;
}

#dropmenudiv{
position:absolute;
border:1px solid red;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:20px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid red;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #90bade;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#blueblock{
width: 135px;
/*border-right: 1px solid #000;*/
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 90%;
background-color: #90bade;
color: #333;
}

* html #blueblock{ /*IE 6 only */
w\idth: 147px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
border-top:1px solid #90bade;
margin: 0;
}

#blueblock li a{
display: block;
padding: 7px 7px 7px 10px;
border-left: 10px solid #1958b7;
border-right: 10px solid #508fc4;
background-color: #2175bc;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
border-left: 10px solid #1c64d1;
border-right: 10px solid #5ba3e0;
background-color: #2586d7;
color: #fff;
}

