#header					{background-color:#ffffff;height:207px;}

	#logo				{background-image:url(../../../../images/topbanners/e4bwebbanner.gif); background-repeat:no-repeat;height:207px}
	#righthead			{float:right; width:50%; }
	#utilitylinks		{float:right; padding-top:5px; padding-right:2em;}
	#search				{color:#000000; font-size:80%; float:right; clear:both; padding-top:1.2em; padding-right:2em;}
	#topdropmenu		{position:absolute; top:76px;}

#middle					{clear:both; border-collapse:collapse; margin-top:0px; width:100%;}
	#left				{padding-top:7px; padding-bottom:20px; padding-left:0px; padding-right:0px; 
						 vertical-align:top; width:16em;
						}
	#center				{vertical-align:top; padding-top:10px; padding-left:20px; padding-right:10px;}
	#right				{vertical-align:top; padding-top:10px; padding-right:10px; width:20em;}
	
	
#footer					{clear:both; padding-top:20px; height:40px; text-align:center;}



body {
        margin:0;
        padding:0;
        font-size:90%;
        background-color:#ffffff;
    }
	/* header styles */
    #header {
		clear:left;
		float:left;
		width:100%;
		overflow:hidden;
		/*border-bottom:4px solid #000;*/
    }
	#header p,
	#header h1,
	#header h2 {
		clear:left;
		float:left;
		width:96%;
		margin:0;
		padding:.4em 2% .1em 2%;
	}
	#header ul {
		clear:left;
		float:left;
		width:96%;
		margin:.7em 0 0 2%;
		padding:0;
		list-style:none;
	}
	#header ul li {
		display:inline;
	}
	#header ul li a {
		display:block;
		float:left;
		list-style:none;
		padding:.2em .5em;
		text-decoration:none;
		margin-right:10px;
		border-top:1px solid #ddd;
		border-left:1px solid #ddd;
		border-right:1px solid #ddd;
	}
	#header ul li a.active {
		font-weight:bold;
		color:#fff;
		background:#000;
		border-top:1px solid #000;
		border-left:1px solid #000;
		border-right:1px solid #000;
	}
	/* column container */
	.colmask {
		clear:both;
		float:left;
		width:99%;				/* width of page */
		overflow:hidden;
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:99%;				/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;		
		position:relative;
		padding:.5em 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
								only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden; 
	}
	/* 3 Column settings */
	.threecol {
		background:#ccc;		/* right column background colour */		
		
	}
	.threecol .colmid {
		right:28%;				/* width of the right column */
		background:#ffffff;		/* center column background colour */
		
	}
	.threecol .colleft {
		right:52.5%;				/* width of the middle column */
		background:#fff;		/* left column background colour */
	}
	.threecol .col1 {
		width:46%;				/* width of center column content (column width minus padding on either side) */
		left:105%;				/* 100% plus left padding of center column */
		background-color:#ffffff;
		
	}
	.threecol .col2 {
		width:21%;				/* Width of left column content (column width minus padding on either side) */
		left:36%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:28%;				/* Width of right column content (column width minus padding on either side) */
		left:88%;				/* Please make note of the brackets here:
		
		

								(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	/* Footer styles */
	#footer {
        clear:both;
        padding:1em 2%;
		border-top:1px solid #ccc;
    }