.nav {
	float: right; 
	text-align: right;
	margin-right: 1.0em;
	font-size: .8em;
	font-weight: light;
}
a:link.nav {
	text-decoration:underline;
}
a:active.nav {
	text-decoration:underline;
}
a:visited.nav {
	text-decoration:underline;
}
a:hover.nav {
	text-decoration:underline;
	font-weight: bold;
}

#tabinstr {
	font-size: .8em;
	color: brown;
	float: left; 
}

#header { 
	height: 100px;
	border-bottom: 1px solid brown;
	overflow: auto;
	text-align: center;
	color: brown;
	background-color: white;
}
#mainheader { 
	font-size: 18pt;
	color: brown;
	font-weight: bold;
}
#subheader { 
	font-size: 10pt;
	color: brown;
	font-weight:bold;
}
#footer { 
	clear: both; 
	margin: 0;
	padding:3px;
}
#pagecontent {
	margin-left: 0;
	margin-right: 0;
 }

/* content of main section of page */
#main { 
	display: block; 
	margin-left:110px;
	padding-top:5px;
	padding-right:10px;
	padding-bottom:5px;
	padding-left:10px;
	border:0px solid brown;
}

/* used to hold footer to bottom of page (below content) */
#spacer{ 
	display: block; 
	height: 95%; 
	float: left; 
	width: 1px; 
	font-size: 1px; /* to make sure width is not overridden */ 
	padding: 0; 
	margin: 0; 
} 

#menu { 
	padding-top:6px;
	padding-bottom:6px;
	position:absolute;
	top:100px;
	left:0px;
	width:110px;
	border:1px solid brown;
	text-align: center;
}

#ares_logo {
	background-image: url(images/VaEmComm.jpg); 
	background-repeat: no-repeat; 
	background-position: center right;
} 

.admin_display_table {
	border: 0;
	border-spacing: 0;
	padding: 2px;
	margin-left: 0.5em;
	margin-right: 0.5em;
	width: 98%;
}

.search_display_table {
	border: 0;
	border-spacing: 0;
	padding: 2px; 
	margin-left: 0.5em;
	margin-right: 0.5em; 
	width: 98%; 
}

.fieldlimit {
	font-size:70%;
}

.groupbox {
	margin-left: 0.5em; 
	margin-right: 0.5em;
}
.hidden {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}

.input_table {
	border: 0;
	border-spacing: 0;
	padding: 2;
	margin-left: 0.5em;
}
.input_table td {
	vertical-align: top;
}
.menuhead { 
	left: 0px;
	width:100px;
	border-bottom:1px solid brown;
	margin-bottom: 8px;
	text-align: center;
	font-weight:bold;
	font-size:80%;
}
.menuitem { 
	width:100px;
	font-size:80%;
	text-align: center;
	margin-bottom: 8px;
}
.search_table {
	border: 0;
	border-spacing: 0;
	padding: 2;
	margin-left: 0.5em;
	width: 98%;
}
.search_table td {
	width: 25%;
}
.license_text {
	color: #666;
	font-size: 85%;
}

/* force login text and password fields to be the same width (IE bug)*/
#ulogin {
	width: 10em;
}
#plogin {
	width: 10em;
}

a:link.amenu {
	text-decoration:none;
	color: black;
}
a:active.amenu {
	text-decoration:none;
	color: black;
}
a:visited.amenu {
	text-decoration:none;
	color: black;
}
a:hover.amenu {
	text-decoration:none;
	color: brown;
}
a:link.footlink {
	text-decoration:none;
	color: #666;
}
a:active.footlink {
	text-decoration:none;
	color: #666;
}
a:visited.footlink {
	text-decoration:none;
	color: #666;
}
a:link {
	color: black;
}
a:visited {
	color: black;
}
button {
	display: inline;
 }
p {
  margin-top: 0.5em;
}
p.byline {
	color: #666;
	font-size: 70%;
 }
body { 
	margin:0px;
	font-family: Arial, 'Times New Roman', Verdana, Sans-Serif;
	background-color: #eee; 
}
html, body {
    height: 100%;
}

input[type='text']
{
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #D7E5F2;
	color: #102132;
	border: 1px solid #284279;
}
input[type='button']
{
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #D7E5F2;
	color: #102132;
	border: 1px solid #284279;
}
input[type='submit']
{
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #D7E5F2;
	color: #102132;
	border: 1px solid #284279;
}
input[type='password']
{
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #D7E5F2;
	color: #102132;
	border: 1px solid #284279;
}
textarea
{
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #D7E5F2;
	color: #102132;
	border: 1px solid #284279;
}
select
{
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #D7E5F2;
	color: #102132;
	border: 1px solid #284279;
}

