/* general page layout style */

#page
{
	position: absolute;
	width: 900px;
	height: 800px;
	left: 50%;
	margin-top: 20px;
	margin-left: -450px;
	background-repeat: no-repeat;
	z-index: 10;
}


#global_nav_top
{
	position: absolute;
	top: 115px;
	height: 35px;
	width: 900px;
	border-color: #666;
	border-width: 1px;
	border-style: solid;
	background-color: #CCC;
	background-repeat: repeat;
	background-image: url(highlight_bckg.jpg);
	z-index: 6;
}

.global_nav_style
{
	color: #FFF;
	font-family: Verdana;
	font-size: 14x;
	line-height: 24px;
	text-align: center;
	width: 900px;
	height= 35px;
	position: absolute;
	top: 5px;
}

#header
{
	position: absolute;
	top: 0px;
	width: 900px;
	height: 100px;
	z-index: 5;
}

.logo_container
{
	position: absolute;
	top: 0px;
	left: -25px;
	width: 275px;
	height: 100px;
	background-image: url(wsa_logo.jpg);
}
.top_nav
{
	position: absolute;
	top: 90px;
	left: 660px;
	width: 240px;
	height: 50px;
	color: #999;
	font-size: 14px;
	font-family: verdana;
	line-height: 20px;
}


#bread_crumb_trail_top
{
	position: absolute;
	top: 165px;
	left: 200px;
	width: 700px;
	height: 65px;
	z-index: 7;

}

.bread_crumb_style
{
	color: #999;
	font-family: verdana;
	font-size: 10px;
	line-height: 16px;
}

.article_title
{
	color: #666;
	font-family: verdana;
	font-size: 24px;
}

#content_middle
{
	position: absolute;
	top: 235px;
	left: 200px;
	width: 700px;
	height: 900px;
	border-color: #666;
	border-width: 1px 0 0 0;
	border-style: solid;
	z-index: 3;
}

.content_style
{	
	position: absolute;
	width: 550px;
	color: #000000;
	font-family: verdana;
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
}

#secondary_nav_left
{
	position: absolute;
	top: 235px;
	left: 0px;
	width: 180px;
	height: 500px;
	border-color: #666;
	border-width: 1px 0 0 0;
	border-style: solid;
	color: #666;
	font-family: verdana;
	font-size: 10px;
	line-height: 20px;
	z-index: 9;
}

#indicator_top
{
	position: absolute;
	top: 165px;
	left: 0px;
	width: 180px;
	height: 65px;
	z-index: 8;
}
.indicator_style
{
	position: absolute;
	top: 25px;
	left: 155px;
	color: #CCC;
	font-family: verdana;
	font-size: 35px;
}

.middle_left_news
{
	position: absolute;
	top: 26px;
	left: 24px;
	width: 254px;
	height: 212px;

}

.middle_middle_news
{
	position: absolute;
	top: 20px;
	left: 323px;
	width: 254px;
	height: 212px;

}
.middle_right_news
{
	position: absolute;
	top: 26px;
	left: 620px;
	width: 254px;
	height: 212px;

}

#footer
{
	position: absolute;
	top: 900px;
	width: 900px;
	height: 50px;
}

.text_links
{
	color: #999;
	font-size: 10px;
	font-family: verdana;
	line-height: 20px;
	text-align: center;
}

.list_style
{
	position: absolute;
	left: 0px;
	top: 20px;
	list-style-type: none;
	list-style-position: outside;
}


#central_highlight_bar
{
	position: absolute;
	z-index: 8;
	top: 398px;
	left: 24px;
	width: 850px;
	height: 50px;
	border-color: #666;
	border-width: 1px;
	border-style: solid;
	background-color: #CCC;
	background-image: url(highlight_bckg.jpg);
	background-repeat: no-repeat;
}

.highlight_news_style
{
	position: absolute;
	top: 12px;
	left: 22px;
	color: #FFF;
	font-family: Verdana;
	font-size: 14x;
	line-height: 24px;
	text-align: center;
}

.news_header
{
	color: #666;
	font-family: times;
	font-size: 18px;
	line-height: 18px;
	border-bottom: #999;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
}

.news_text
{
	color: #000;
	font-family: verdana;
	font-size: 10px;
	line-height: 16px;
}
