#header div.logo{
width: 620px;
height: 70px;
}

#header div.greeting{
position: absolute;
color: black;
width: 300px;
height: 20px;
font-size: 7pt;
padding-left: 25px;
background-image: url(../images/common/verticalBackground.gif);
background-repeat: repeat-y;
}

#header div.search{
position: relative;
top: -2px;
left: 300px;
width:290px;
height: 20px;
color: black;
font-size: 7pt;
padding-right: 5px; 
text-align: right;
}

#header div.search input{
font-size: 7pt;
border: 1px solid black;
padding: 2px;
}

#header div.search button{
width: 19px;
height: 16px;
cursor: pointer;
background-color: transparent;
border: 0px;
margin-bottom: -3px;
}


#content{
width: 620px;
}

.highlight2{
font-weight: bold;
color: red;
}

/* --index styling -- */
#mainFeature{
display: block;
position: relative;
top: 0px;
width: 580px;
text-align: center;
height: 190px;
}

#flashcontent{
position: relative;
width: 580px;
height: 190px;
text-align: center;
}

#news{
top: 21px;
position: relative;
width: 246px;
margin-left: 20px;
margin-right: 10px;
margin-top: 0px;
margin-bottom: 10px;
background-color: white;

background-repeat: repeat-y;
}

#news ul{
font-size: 8pt;
text-align: left;
margin: 0px 0px 0px 0px;
padding:  0px 0px 15px 10px;


}

#news ul li{

color: #005387;
line-height: 1.8em;
background-repeat: no-repeat;
background-color: transparent;
padding-left: 0px;
padding-right: 0px;
border:0px solid red;
margin-bottom: 20px;
width: 190px;

}

#news ul li a:link, #news ul li a:visited{
color: #005387;
}

#news ul li a:hover, #news ul li a:active{
color: white;
background-color: #005387;
} 

/* keeps the news section inside the paper */
div.separator{
width: 620px;
padding-left: 25px;
height: 60px;

}

div.separator a:hover{
background-color: transparent;
}

#feature{
overflow: visible;
position: absolute;
top:285px;
height: 400px;
left: 280px;
width: 325px;
background-color: rgb(255, 219, 46);
background-image: url(../images/index/feature1_back.gif);
background-repeat: repeat-y;
}

#feature p{
color: black;
font-size: 8pt;
text-align: justify;
margin-top: -10px;
padding: 0px 15px 10px 15px;
line-height: 1.3em;
}

#feature div.footnote{
padding: 0px 15px 10px 15px;
text-align: right;
font-weight: bold;
color: black;
font-size: 7pt;
}

#flashcontent{
border: 0px solid red;
}

.flashnotice{
	position: relative;
	text-align: center;
	border-top: 7px solid white;
	border-bottom: 7px solid white;
	width: 500px;
	margin: 0 auto;
	font-family:  arial, helvetica, sans;
	font-size: 1.0em;
	font-weight: bold;
	color: black;
}
