/*
   Doc: master
   Revision: 1.1
*/

body{
	margin: 0;
	padding: 0;
	font: 75%/1.2em Arial, Helvetica, Verdana, sans-serif;
	color: #283F80;
	background: url(../../images/wea/strip_backgrnd.gif);
	width: 780px;
}

p, table{
   font-size:1em;
   line-height:1.1em;
}

a{
	color: #6E96CB;
}

a:hover{
	color: #F1E14C;
}

h2, h3   {
   font-size:1em;
   line-height:1em;
}

h4, h5{
   font-size:1.1em;
   line-height:1.2em;
   margin:1em 0;
}

h6{
   font-size:1em;
   margin:0;
   }

img{
   border:0;
}

/* header */
#top{
	height: 109px;
	border-bottom: 1px solid #AEBCE6;
	position: relative;
}

#top H1{
   margin:0;
   width:279px;
   height:63px;
   position:absolute;
   left:5px;
   top:5px;
   background:url(../../images/nb/logo.gif) no-repeat;
}

#top H1 span{
   display:none;
}

#top H1 a{
   display:block;
   width:139px;
   height:53px;
}

#searchbox{
   position:absolute;
   right:15px;
   top:25px;
	color: #fff;
}

#searchbox label{
   display:block;
}

#searchbox input{
   font-size:1em;
   font-family:Arial, Helvetica, Verdana, sans-serif;
}

#searchbox #search_but{
   position:relative;
   top:6px;
   _top:4px;
}

/* end of header */

/*
#content{
   background:#0070AB;
}
*/
#left{
	float: left;
	background: url(../../images/nb/nav_bg.gif) repeat-x;
	width: 177px;
	background-color: #AEBCE6;
}

#d_mainContent{
	/*background: url(../../images/nb/mainCont_bg.gif) repeat-x;*/
	margin-left: 177px;
	padding: 5px 10px;
	min-height: 400px;
	_height: 400px;
}

#d_mainContent_home{
   /*background:url(../../images/nb/mainCont_bg.gif)  repeat-x;*/
   margin-left:177px;
	padding: 5px 10px;
}

#clearer{
   clear:both;
   height:1px;
   display:none;
}

#navbar{
	border-top: 2px solid #fff;
	clear: both;
	height: 2.3em;
	background: #E6EEF6;
	
}