/* LVM Stylesheet for WebLink */
/* Last Updated: 23 June 2006 - mvm */
/* General Styles */
    /* Default SiteMaker 5.0 Style Sheets */

/* *************** */
/* General Classes */
/* *************** */
	
body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
        background-color: #dfe3ef;
}
#container {margin-top:1.5em; text-align: left; width:726px; padding-right:20px}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	font-family:  Arial, Helvetica, sans-serif;
}
		
/* *************** */
/*  Header Styles  */
/* *************** */

H1 {
	font-size: 12px;

	font-weight: normal;
	font-family:  Arial, Helvetica, sans-serif;
	color: #07767f;
}
H2 {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-family:  Arial, Helvetica, sans-serif;
	color: #07767f;
}
H3 {
	font-size: 18px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #07767f;
}
H4 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	color: #07767f;
}

/* *************** */
/*   Link Styles   */
/* *************** */

A:link {
	color: #73468E;
}
A:visited {
	color: #73468E;
}
A:hover {
	color: #000000;
}

A:visited:hover {
	color: #000000;
}

/* *************** */
/*   Form Styles   */
/* *************** */

SELECT, INPUT, BUTTON, TEXTAREA {
	background-color: #deeaec;
	border-top: 2px solid #c7dade;
	border-left: 2px solid #c7dade;
	border-right: 2px solid #587d85;
	border-bottom: 2px solid #587d85;

	font-weight:bold;
	margin-left: 5px;
}


/* ***************************************************** */
/*   Custom Styles (feel free to add new styles below)   */
/* ***************************************************** */

span.title {
	font-family: verdana;
	font-size: 24px;
	font-style: bold;
	color: #73468E;
	background: white;
}
    hr{
      border: 1px solid #e7e7e7;
      width: 80%; }
/* WebLink-specific styles */
    .resultDataStyle { 
      font-size: 90%;
      text-align: left;
      color: #000000; }
    .resultDataStyle2 { 
      font-size: 90%;
      text-align: right;
      color: #000000; }
    .resultHeadingStyle { 
      font-size: 16px;
	  padding-bottom:2em;
      font-weight: bold;
      text-align: center;
      color: #000000;}
    .srchDescStyle { 
      text-align: left;
      color: #000000; }
    .srchDDStyle { 
      font-weight: bold;
      text-align: left;
      color: #000000; }
    .loginDescStyle { 
      font-weight: bold;
      text-align: left;
      color: #000000; }
    .loginTextBoxStyle { 
      font-weight: bold;
      text-align: left;
      color: #000000; }
    .indexStyle { 
      font-weight: bold;
      text-align: left;
      color: #000000; }
    .majorHeadingStyle{ 
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      color: #000000;
      }
    .minorHeadingStyle { 
      font-size: 10px;
      text-align: center;
      color: #000000; }
    .linkStyle { 
      color: #666666; }
    .svQuest { 
      font-size: 110%;
      font-weight: bold;
      text-align: left;
      color: #000000; }
    .svData { 
      font-size: 90%;
      text-align: left;
      color: #000000; }
    .HealthInfoHeadingStyle { 
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      padding: 5px;
      color: #e7e7e7;
      background-color: #326698;}
    .HealthInfoTextStyle { 
      text-align: left;
      color: #000000; }
    .headerNav{
      font-size: 12px; 
      padding: 5px;
      background-color: #e7e7e7;
      margin: 0px;
      color: #cccccc; }
    .headerTextStyle{
      background-color: #326698; }
    .footerTextStyle{
      font-size: 12px; 
      text-align: left; 
      background-color: #e7e7e7; 
      color: #cccccc; 
      padding: 5px; }
    .error{/* for error messages on search pages */
      color: red; 
      text-align: center;}
checkbox{ 
      padding-right: .5em;}
