/* GENERAL PAGE SPECS FOR STANDARD HTML ELEMENTS */

a:link, a:active, a:visited
{
	 color:#CC333F;
	 font-weight:bold;
	 text-decoration:none;
}

a:hover
{
	 color:#CC333F;
	 font-weight:bold;
	 text-decoration:underline;
}

p,td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	line-height: 14px;
}
p, div#content h2, div#content h3
{
	margin-top:0px;
	margin-bottom:15px;
	/*width:99%;*/
}

h1
{
	font-family:arial, geneva, helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color:#6A4A3C;
	border-bottom:1px black solid;
	margin-top:0px;
	margin-bottom:15px;
}
h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #72754A;
}
div#content h2
{
	line-height:22px;
}
h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #999999;
}
div#text h3, blockquote.bio h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #00A0B0;
	line-height:20px;
}
.footer
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:15px;
	color: #999999;
}

.footer a:link, .footer a:visited, .footer a:active
{
	color: #FF0000;
	text-decoration:none;
}
.footer a:hover
{
	color: #FF0000;
	text-decoration:underline;
} 
img.png
{
	behavior:url(/pngbehavior.htc);
}
img.inline-left, img.textimg, div.inline-left
{
	position:relative;
	display:inline;
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}
img.inline-right, div.inline-right
{
	position:relative;
	display:inline;
	float:right;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:5px;
}
div.inline-left
{
	font-size:9px;
	text-align:center;
}
blockquote.bio
{
	margin:10px 0px 10px 0px;
	padding:10px;
	background-color:#FAF1D3;
}
.interview-dana
{
	background-color:#F2F2EB;
	padding:5px;
}
p.italic
{
	width:99%;
}
.title13px
{
	font-size:18px;
	font-weight:normal;
}
.clear1px
{
	position:relative;
	clear:both;
	height:1px;
	overflow:hidden;
	margin:0px;
}
div.hr-gray1px
{
	margin-top:10px;
	height:10px;
	overflow:hidden;
	border-top:1px #999999 solid;
}
.clearfix:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* SPECS FOR STANDARD NETVIS SIDE NAVIGATION LINK TABLE */

#sidenav
{
	position:relative;
	margin-left:15px;
	margin-bottom:15px;
	border:1px #333333 solid;
	width:125px;
	overflow:hidden;
	float:right;
	background-color:#EFEFEF;
	-moz-box-sizing: padding-box;
	-moz-box-sizing: border-box;
}

#sidenav a
{
	font-family:verdana, arial, geneva, helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	line-height:12px;
	color:#000000;
	width:125px;
	margin:0px;
	text-align:center;
	display:block;
	padding:5px 5px 5px 5px;
	border-top:1px #EFEFEF solid;
	border-bottom:1px #EFEFEF solid;
	-moz-box-sizing: padding-box;
	-moz-box-sizing: border-box;
}


#sidenav a:hover
{
	color:white;
	background-color:#333333;
	border-top:1px #000000 solid;
	border-bottom:1px #000000 solid;
}


/* SPEC FOR STANDARD NETVIS CALLOUT AND FOOTER BOX */

.callout
{
	border-top:black 1px solid;
	border-bottom:black 1px solid;
	background-color:#F0F0E1;
	padding: 5px 10px 5px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	line-height: 14px;
	text-align:left;
	margin-bottom:10px;
}
div.clear
{
	position:relative;
	height:1px;
	overflow:hidden;
	clear:both;
}

/* SPECS FOR STANDARD FORM ELEMENTS, INCLUDING STATE CHANGES FOR FORM ELEMENT ONFOCUS AND ONBLUR */

td.formtext
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	line-height: 18px;
}
input.off
{
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	border:1px black solid;
	background-color:#EEEEEE;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FFFFFFFF, EndColorStr=#FFF0F0E1);
}

input.on
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: black;
	border:1px #CC333F solid;
	background-color:white;
}

input.submit
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: white;
	background-color:#333333;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FFCC333F, EndColorStr=#FF6D0303);
}

select.off
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color:#EEEEEE;
}

select.on
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color:white;
}

textarea.off
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border:1px black solid;
	background-color:#EEEEEE;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FFFFFFFF, EndColorStr=#FFF0F0E1);
}

textarea.on
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border:1px #CC333F solid;
	background-color:white;
}
