/*
 style02.css
 Style sheet for www.hospital-patient.com web site.
 by Tracy Justus (623) 879-8882

 #008060 green
 #101080 blue
*/

  /***********************************************/
 /* HTML tag default styles                     */
/***********************************************/

td {
	vertical-align: top;
  }

a:link, a:visited a:hover {
	color: #101080;
	text-decoration: none;
	font-weight: bold;	
  }

a:hover {
	color: #008060;
	text-decoration: none;
	font-weight: bold;	
  }

#wrapper {
  text-align: left;
	vertical-align: top;
  }

html, body, #wrapper {
	height: 100%;
  margin: 0;
  padding: 0;
  border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
	color: #333333;
	background-color: #ffffff;
  }

  /*********************/
 /* Global tag styles */
/*********************/

/* Header (Top) */

#header_title {
	color: #ffffff;
  font-size: 24pt;
  }

#header {
	background-color: #ffffff;
  color: #ffffff;
  }

#header_border {
	background-color: #008060;
	width: 100%;
  height: 5px;
  }

/* Main content (Right) */

#main_table {
	height: 100%;
  width: 100%;
	vertical-align: top;
  }

#main_content {
	valign: top;
  align: left;
  background-color: #ffffff;
  }

#main_content img {
	padding: 5px 5px 5px 5px;
  }

/* Menu (Left) */

#main_menu {
	valign: top;
  width: 130px;
  background-color: #eeeeee;
	vertical-align: top;
  }

#menu_button {
	color: #ffffff;
  background-color: #333333;
  }

.menu a:link, a:visited {
	color: #101080;
	text-decoration: none;
	font-weight: bold;	
  }
.menu a:hover {
	text-decoration: none;
	color: #008060;
	font-weight: bold;	
  }

.menu_line {
	height: 1px;
  background-color: #008060;
	}

/* Footer (Bottom) */

#footer {
	width: 100%;
  height: 20px;
  background-color: #ffffff;
  font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #008060;
  }
#footer a:link, a:visited {
	color: #101080;
	text-decoration: none;
	font-weight: bold;	
  }
#footer a:hover {
	color: #008060;
	text-decoration: none;
	font-weight: bold;	
  }

#footer_border {
	background-color: #008060;
	width: 100%;
  height: 5px;
  }

  /********************/
 /* Brochure content */
/********************/

/* Body Text + Justified */
.content1 {
	font-size: 10pt;
	font-style: normal;
	}

/* Heading 2 + 20 pt, Bold, Dark Blue, Underline, Justified */
.content1 h1{
	font-size: 14pt;
	font-weight: bold;
	text-decoration: underline;
	color: #101080;
	}

/* Heading 2 + 16 pt, Dark Blue, Justified */
.content1 h2{
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
	color: #101080;
	}