/* Other Layout Styling */
@import url(plain_first_contentStyle3.css);
@import url(plain_first_newsStyle.css);
@import url(roundedNewsStyle.css);
@import url(backgrounds.css);
/* -------------------- */
body{
color:#333333;
background-color:#FFFFFF;
margin:0px;
padding:0px;
text-align:center;
}
body{
font:62.5%/1.6 Verdana,Geneva,Arial,Helvetica,sans-serif;
}
#wrapper{
text-align:left;
width:760px;
margin:0 auto 2% auto;
padding-top:2%;
border:2px solid #6A6A6A;
border-top:2px none #FFFFFF;
}

#masthead{
width:100%;
margin-bottom:-20px;
height:172px;
}
#masthead img{
margin-top:2%;
margin-left:0;
border-right:2px solid #6A6A6A;
}
#logoLayer{
position:relative;
left:6px;
top:-107px;
width:152px;
height:102px;
margin-bottom:-100px;
z-index:1;
background-color: transparent;
}
#logoHead img{
margin:.1em 0 0 .5em;
}
#logoHead{
width:100%;
height:40px;
background-color:#FFFFFF;
border-bottom:1px solid #CCCCCC;
}

#navBar{
float:left;
width:20%;
margin:0px;
/*padding:0px;*/margin-top:2em;
background-color:#FFFFFF;

}
/*#headlines{ position: relative;
float:right;
width:20%;
padding-right:10px;
background-color:#FFFFFF;
}*/
#content{
	position: relative;
	float:left;
	padding-top:2em;
	width:75%;
	/*overflow: scroll;*/
}

#content{
padding-right:1.6em;padding-bottom:5em;
border-right:1px solid #fff;
border-left:1px solid #ccc;
	
}

#footer{
clear:both;
border-top:1px solid #ccc;
text-align:right;
font:95% arial,helvetica,sans-serif;
color:#333333;
padding:1em;
background-color:#CCE6FF;
}

/************* #search styles ***************/
#search{
padding:.7em .3em 0 0;
float:right;
}
#search input.smaller{
font-size:90%;
color:#778899;
border:1px solid #CCCCCC;
}
#search form{
margin:0px;
padding:0px;
}
#search label{
display:block;
margin:0px;
padding:0px;
}
/*********** #navBar link styles ***********/
#navBar ul a:link,#navBar ul a:visited{
display:block;
}
#navBar ul{
list-style:none;
margin:0;
padding:0;
}
