/* CSS Document */

body,td,th
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #FFFFFF;
	}
a 
	{
		color: #FFFFFF; font-weight:bold;
	}
a:visited 
	{
		color: #white;
		text-decoration: none;
	}
a:hover 
	{
		color:#829E34;
		text-decoration:none;
	}
a:active 
	{
		color: #CCCCCC;
		text-decoration: none;
	}
a:link 
	{
		text-decoration: none;
	}
a img
	{
		border-width:0px;
	}
body 
	{
		background-color: #FFF;
		margin-top: 12px; width:952px;
		border-style:solid; border-width:1px; border-color:#999999;
		position:relative; left:0.25%; 
	}	
h3
	{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:16px;
		color:#dadc16;
	}
.container
	{
		width:952px;
	}
.header
	{
		position:relative; top:0px; left:0px; right:0px;
		width:952px; height:309px;
		background-image:url(images/nwa_01e.gif);
		
	}
.shiney
	{
		background-image:url(images/nwa_02.gif); width:952px; height:28px;
	}
.menu
	{
		background-color: #034463;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px; 
		height:28px; 
		vertical-align:middle;
		padding-top:15px;
		padding-left:29px;
	}
.pagetitle
	{
		position:relative; 
		left:29px;
	}
.bodycontainer	
	{
		background-color: #034463;
	}
.contentcontainer
	{
		font-family:Georgia, "Times New Roman", Times, serif; font-size:12px;
		margin-left:29px;
		margin-right:10px;
		top:0px;
		background-color: #034463;
		width:75%
	}
.contentcontainersearch
	{
		font-family:Georgia, "Times New Roman", Times, serif; font-size:12px;
		margin-left:29px;
		padding-left:29px;
		top:0px;
		background-color: #034463;
		width:90%
	}

.rightcontainer
	{
		position:absolute; left:82%; top:390px;
		margin-left:10px;
		margin-right:10px;
		background-color: #034463;
		line-height:0px; /*  For Mozilla Firefox  */
	}
.footer
	{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		margin-left:29px;
		margin-right:10px;
		background-color: #034463;
		width:95%;
		height:53px;
		text-align:left;
	}
/*.footerdisable
	{
		position:absolute;
		background-image:url(images/nwa_19.gif);
		width:166px;
		height:67px;
	}
*/
.seperator
	{
		position: relative;
		height: 1px;
		border-bottom:dashed 1px #eaeaea;
		margin: 1.0em 0em 1.0em 0em;
	}
	
	
	
/*   CSS TAB MENU  */

.mattblacktabs{
width: 71%;
overflow: hidden;
border-bottom: 1px solid #829e34; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 10px Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
/*border-right: 1px solid white; /*right divider between tabs*/*/
color: white;
background: #034463; /*background of tabs (default state)  8cb12e */

}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
color: white;
background:#829e34; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

