@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, 	helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	background-color: #000033;
	text-indent: 0px;

}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	font-size: 1em;

}

a:active {
	color: #00CCFF;
	text-decoration: underline;
}

a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}

a:hover {
	color: #AABBFF;
	text-decoration: underline;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	color: #CCCCCC;
	
}

#container{
	width:900px;
	margin:auto;
	position: relative;
}

#header {
background-image: url(../images/header.jpg);
	position:absolute;
	left:1px;
	top:5px;
	width:879px;
	height:101px;
	z-index:1;
	visibility:visible;
}

#navcontainer ul
{
position:absolute;
	left:5px;
	top:56px;
	width:810px;
	height:20px;
	color: White;
	font-family: arial, helvetica, sans-serif;
	
	
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: 0.1em .5em;
	color: White;
	text-decoration: none;
	float: right;
	
}

#navcontainer ul li a:hover
{
	color: #0099FF;
}

/*css for news stories*/

#jwastory {
	position:absolute;
	left:1px;
	top:116px;
	width:851px;
	height:850px;
	visibility:visible;
	padding: 15px;
	padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	
}



#jwastory h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 830px;
	height: 47px;
	background: url(../images/news_bar_wide.jpg) no-repeat;
	padding-top: 15px;
	padding-left: 10px;
	font-size: 2em;
	color: #FFFFFF;
	
}

#jwastory h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;	
	line-height: 1.3em;
}

#jwastory p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.4em;
}


#jwastory photo {
	border-style: solid;
	border-color: #333399;
	border-width: 1px;

}

/*#footer{
	position: absolute;
	top: 1000px;
	left: 16px;
	width: 879px;
	height: 122px;
	border-top-style: dotted;
	border-top-color: #666666;
	border-top-width: 1px;
	padding-top: 20px;
}


#footer p{
	font-size: .7em;
}*/
