html
{
  width: 100%;
}

body 
{ 
  width: 100%;
  margin: 0;
  color: #000000;
  font-size: 1.1em; 
  line-height: 1.3em; 
  word-spacing: 0.1em; 
  font-family: Tahoma,Verdana,Arial,Geneva,Helvetica,sans-serif;
  text-align: left;
  background-image:  url(images/va_background.gif);
  background-repeat: repeat;
}

#wrap
{
  width: 750px;
  background-color: #ffffff;
  border-width: thin;
  _border: 1px; /* IE hack */
  border-color: #0293bd;
  border-left-style: solid;
  border-right-style: solid;
}


/* MASTHEAD */

#masthead
{
  background-image:  url(images/masthead.jpg);
  background-repeat: repeat;
  background-position: right top;
  text-align: center;
  padding: 1px 5px 10px 10px;
  color: #aceeee;
  font-size: 0.8em; 
  line-height: 0.9em; 
  font-weight: bold;
}

#masthead img
/* logo settings */
{
  padding: 4px;
}

#masthead a
/* masthead links */
{
  color: #aceeee;
  text-decoration: none;
  background: none;
}

#masthead a:hover, a:focus, a:active
/* masthead links */
{
  color: #fff;
}


/* NAVIGATION */


#navbar
/* navigation bar */
{
  float: left;
  padding-top: 10px;
  font-size: 1em; 
  line-height: 2em; 
  font-weight: bold;
}

#navbar ul
/* no bullets on navbar, padding between items */
{
  list-style-type: none;
  padding: 13px;
  margin: 0px;
}

#navbar a
/* navigation bar links */
{
  color: #0293bd;
  background: none;
  text-decoration: none;
}

#navbar a.thispage:hover, a.thispage:focus
/* text for current page in navbar */
{
  color: #0293bd;
}

#navbar a:hover, a:focus, a:active
/* navigation bar links */
{
  color: #0202bd;
}

#mininav
/* mini navigation bar */
{
  float: right;
  text-align: right;
  font-size: 0.8em; 
  line-height: 1.1em;
  padding: 1px 3px;
}

#mininav a
/* navigation bar links */
{
  color: #000000;
  background: none;
  text-decoration: none;
}

#mininav a:hover, a:focus, a:active
/* navigation bar links */
{
  color: #0293bd;
}


/* MAIN */


#main
/* margins and padding for main section of text and images */
{
  margin: 9px 5px 9px 8em;
  padding: 5px;
}

h1
{
  font-size: 1.3em; 
  line-height: 1em; 
  word-spacing: 0.1em;
  color: #0293bd;
}  

h2
{
  font-size: 1.1em; 
  line-height: 1em; 
  word-spacing: 0.1em; 
  color: #0293bd;
}  

h3
{
  font-size: 1.0em; 
  line-height: 1em; 
  word-spacing: 0.1em; 
  color: #0293bd;
}  

#main a
/* navigation bar links */
{
  color: #0202bd;
  text-decoration: underline;
}

#main a:hover, a:focus, a:active
/* navigation bar links */
{
  color: #0293bd;
}

#picbox
/* white space around image and caption */
{
  margin: 3px;
  float: right;
  width: 254px;
}

#pic
/* image formatting */
{
  border-width: thin;
  _border: 1px; /* IE hack */
  border-color: #0293bd;
  border-style: solid;
  float: right;
  background-color: #aceeee;
  padding: 0px;
  font-size: 0.8em; 
  line-height: 1.2em; 
  font-family: Arial,Tahoma,Verdana,Geneva,Helvetica,sans-serif;
  text-align: center;
}

table
/* table formatting */
{
  width: 95%;
}

caption
/* caption formatting (caption for table) */
{
  text-align: left;
}

th
/* table header formatting */
{
  background-color: #aceeee;
}

td
/* table cell formatting */
{
  background-color: #e2f3f3;
}

#main li
{
  display: list-item;
  list-style-type: circle;
}


/* FOOTER */


#footer
/* footer at bottom of page */
{
  background-image:  url(images/masthead.jpg);
  background-repeat: repeat;
  background-position: right top;
  text-align: center;
  padding: 2px;
  font-size: 0.8em; 
  line-height: 1.2em;
  color: #aceeee;
}

#footer a
/* navigation bar links */
{
  color: #aceeee;
  text-decoration: none;
  background: none;
}

#footer a:hover, a:focus, a:active
/* navigation bar links */
{
  color: #ffffff;
}