/* GENERAL PAGE SPECS FOR STANDARD HTML ELEMENTS */

body
{
	margin: 0px;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:11px;
	line-height:14px;
}

a:link, a:active, a:visited
{
	 color:#5D1A07;
	 font-weight:bold;
	 text-decoration:none;
}

a:hover
{
	 color:#5D1A07;
	 font-weight:bold;
	 text-decoration:underline;
}

p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	line-height: 14px;
}

h1
{
	font-family:arial, geneva, helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	font-style:normal;
	color:#713924;
	margin:0px;
	margin-top:5px;
	margin-bottom:20px;
}

h2
{
	font-family:arial, geneva, helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color:#713924;
}

h3
{
	font-family:arial, geneva, helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#713924;
}

h4
{
	font-family:arial, geneva, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#713924;
}

.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;
}

/* SPECS FOR STANDARD NETVIS SIDE NAVIGATION LINK TABLE */

#sidenav
{
	position:relative;
	margin-left:15px;
	margin-bottom:15px;
	border:1px black solid;
	border-top:5px black 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:#FFFFFF;
	width:125px;
	margin:0px;
	text-align:center;
	display:block;
	padding:5px 5px 5px 5px;
	border-top:1px #CCBAAD solid;
	background:#994C30 url(images/bg_button.jpg) 0px 0px no-repeat;
	-moz-box-sizing: padding-box;
	-moz-box-sizing: border-box;
}


#sidenav a:hover, #sidenav a.on
{
	color:#5D1A07;
	background:#FFFFFF url(images/bg_button.jpg) -160px 0px no-repeat;
	border-top:1px #FFFFFF solid;
}


/* SPEC FOR STANDARD NETVIS CALLOUT AND FOOTER BOX */

.callout
{
	position:relative;
	border:#713924 3px double;
	border-left:0px;
	border-right:0px;
	background-color:#E5D7CE;
	padding: 5px 10px 5px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	margin:10px 0px 10px 0px;
}

/* 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:#D9CBC2 url(images/bg_formfield.jpg) left top repeat-x;
	padding-top:4px;
	padding-left:5px;
	height:25px;
}

input.on
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	border:1px #5D1A07 solid;
	background-color:white;
	padding-top:4px;
	padding-left:5px;
	height:25px;
}

input.submit
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: white;
	background:#732A28 url(images/bg_formbutton.jpg) left top repeat-x;
	height:25px;
}

select.off
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color:#D9CBC2;
}

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:#D9CBC2 url(images/bg_formfield.jpg) left top repeat-x;
	padding:5px;
}

textarea.on
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border:1px #5D1A07 solid;
	background-color:white;
	padding:5px;
}

table.location
{
font-size: 10px;
}

table.location th
{
text-align: right;
font-style: bold;
font-size: 10px;
vertical-align: top;
}

table.location td
{
text-align: left;
font-size: 10px;
}

.defense
{
height: 484px;
padding-top: 428px;
color: #CC7744;
}

.defense a, .defense a:link
{
color: #DBA799;
}

.defense a:active, .defense a:visited
{
color: #CC7744;
}

.defense a:hover
{
text-decoration: underline;
}
