@charset "iso-8859-1";
/* author: Dan Russell */
/* Creation date: 9/15/2008 */

#containerTableHeader {
	font-family: Arial, Helvetica, sans-serif;
	width: 760px;
	background: #FFFFFF;
}
#containerTableBody {
	font-family: Arial, Helvetica, sans-serif;
	width: 760px;
	background: #FFFFFF;
	border-right-color: #3d6d99;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #3d6d99;
	border-left-style: solid;
	border-left-width: 1px;
}
#containerTableFooter {
	font-family: Arial, Helvetica, sans-serif;
	width: 760px;
	background: #FFFFFF;
	border-right-color: #3d6d99;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #3d6d99;
	border-left-style: solid;
	border-left-width: 1px;
	border-bottom-color: #3d6d99;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}



/* Header block styles */
#wawLogo {
	display:inline;
	float:left;
	width:220px;
	height:83px;
}
#wawTagLine {
	display:block;
	font-family:Arial;
	font-weight:bold;
	font-size:10px;
	margin-left:50px;
	color:#666;
	position:relative;
	top:-20px;
	left:90px;
}
#wawQuote {
	font-family:Arial;
	font-size:10px;
	color:#666;
	padding:10px;
	text-align:right;
}
#wawFooter {
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	background-color:#3d6d99;
}
#visitNanTD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: right;
	padding: 0px 10px 0px 0px;
}
.menuWrapper {
	background-color: #3d6d99;
	display: block;
	width:760px;
	margin:0 auto;
	padding: 3px;
	padding-left: 0px;
	text-align: center;
}
	.menuWrapper a {
		font-family: Arial;
		font-size: 12px;
		font-weight: bold;
		color: #FFF;
		display: inline-block;
		padding: 0px;
		margin-left:9px;
		margin-right: 9px;
		text-decoration: none;
	}
	.menuWrapper a:hover {
		font-family: Arial;
		font-size: 12px;
		font-weight: bold;
		color: #000;
		display: inline-block;
		padding: 0px;
		margin-left: 9px;
		margin-right: 9px;
		text-decoration: none;
	}
/* End header block styles */

table{
	font-family:Arial, Helvetica, sans-serif
}



a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3D6D99;
	/* text-decoration: none; */
}
	/* a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #892c26;
		text-decoration: underline;
	} */
	.basicHighLight { 
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #3D6D99;	
		font-weight: bold;
		/* float: margin 4px; */
        /* text-decoration:none; */
	}
font.columnText { 
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		color: #000000;
        font-weight: normal;
}	
font.header { 
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-style: normal;
		color: #892c26;	
		font-weight: bold;
}
font.basic { 
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-style: normal;
		color: #000000;
        text-decoration:none;
}
font.basicBold { 
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #000000;	
		font-weight: bold;
        text-decoration:none;
}
font.basicHighLight { 
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #892c26;
		font-weight: bold;
        text-decoration:none;
}
font.error { 
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-style: normal;
		color: #892c26;	
		font-weight: bold;
        text-decoration:none;
}
font.prompthdr { 
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #FFF;	
		font-weight: bold;
        text-decoration:none;
}
.prompt { 
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #FFF;	
		font-weight: bold;
        /* text-decoration:none; */
}
.prompt:hover { 
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #FFF;	
		font-weight: bold;
        text-decoration:underline;
}
td.whatsNewDate {
    	text-align:left;
    	vertical-align:top;
}
td.whatsNewText {
 		text-align:left;
 
}

.btns{
	zoom:1;
	white-space:nowrap;
}

.btns:after
{
	display:block;
	clear:both;
	content:'';
}

.btns a.btn{
	float:left;
	background:buttonface url(images/buttonborder-2.gif) no-repeat;cursor:pointer;font-size:0;text-align:center;
	text-align:center;
	display:block;
	_width:100px;
	min-width:100px;
	text-decoration:none;
	margin:3px 2px;
}

.btns a.btn:hover span{
	
	opacity:0.6;
	filter:alpha(opacity:80);
}

.btns a.btn span
{
	padding:3px 8px 4px 8px;
	
	text-align:center;
	position:relative;
	left:1px;top:1px;
	display:block;
	text-decoration:none;
	background:url(images/buttonborder.gif) right bottom no-repeat;
	font:small/1 Verdana;
	color:#222;
}

.btns input.btn:hover {
	
	opacity:0.6;
	filter:alpha(opacity:80);
}

.btns input.btn 
{
	padding:3px 8px 4px 8px;
	
	text-align:center;
	position:relative;
	left:1px;top:1px;
	display:block;
	text-decoration:none;
	background:url(images/buttonborder.gif) right bottom no-repeat;
	font:small/1 Verdana;
	color:#222;
}
