body{
position:relative;
margin:0 auto;
width:100%;
height:100%;
background-image: url('bg.gif');
background-repeat:repeat-x;
background-color:#e6e6e6;
padding-top: 5px;
behavior: url('csshover3.htc'); 
}

#container{
width: 900px;
margin: 0 auto;
font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
font-size: 11px;
line-height: 1.6em;
background-color: #ffffff;
border: solid 2px #000066;
}

#header{
background-image:url('header.jpg');
background-repeat:no-repeat;
height:302px;
border-bottom:solid 4px #000066;
clear: both;
}

#bwrap{
background-image:url('bgbwrap.gif');
background-repeat:no-repeat;
background-color:#f0f0f0;
padding-top:15px;
clear: both;
}

#navContainer {
width:auto;
display:block;
clear:both;
}

#nav{
position:relative;
top:0px;
height: 27px;
background-image:url('navbg1.gif');
border-top: 0;
padding:0;
}

#nav ul{
list-style-type: none; 
margin: 0; 
padding: 0; 
font-size: 90%; 
text-transform: uppercase;
width: auto;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {float: left; color: #ffffff; text-align: center; font-weight: normal;}
#nav ul li a {display: block; padding: 5px 10px; padding-bottom: 4px; color: #ffffff; text-decoration: none;}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {color: #ffffff;}
#nav li a:active, #nav ul li a.active {color: #000000;}

/* Current page Customisations*/
#nav li.menu-current a		{color: #ffffff;}
#nav li.menu-current a		{font-weight: bold;} 

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 12em; margin: 0; display: none; text-transform: none; border: 1px solid #000; border-top: 0; font-size: 100%;}
#nav .menu li ul li {width: 12em; text-align: left; font-weight: normal; margin: 0; padding: 0; line-height: 1.2em;}
#nav .menu li ul a {width: 11.5em; padding: .6em .1em .6em .4em; background: #4b4c4d; color: #ffffff; border: 0;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {color: #4b4c4d; background: #666; border: 0; color:#ffffff;}

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block;}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a 	{ width: 11.5em; padding: .6em .1em .6em .4em; background: #c6c6c6; color: #ffffff; }

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul{
position: absolute;
top: 1px;
left: 100%;
}		

/* LEFT COLUMN */
	
#dleft{
float:left;
width: 250px;
color: #000000;		
background-color:;

}

/* CONTENT ELEMENTS */

#content{
float: right;
width: 590px;
color: #000000;
background-color:;
padding-left: 4px;
padding-right: 4px;
}
		
#clear{
clear: both;
}

#bfooter{
width:900px;
height:45px;
background-image:url('navbg1.jpg');
background-repeat:no-repeat;
}
		
/*  Float containers fix: */
.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*  \*/
* html #clearfix{
	height: 1%;
}
/*  */
