@charset "ISO-8859-1";

/* CSS used by Home exclusively */
  #all {
	width:800px;
	border:0px none #ccc;
	background-color: #FFF;
	margin: 0px auto;
	padding-top: 0px;
	padding-bottom: 0px;
	text-decoration: none;
    }
	
  #footer {
	text-align: center;
	margin-top: 40px;
	float: left;
	width: 800px;
	color: #945403;
    }
	
  #footer a:link {
	color: #945403;
	text-decoration: none;
	}

  #footer a:visited {
	color: #945403;
	text-decoration: none;
	}
	
  #footer a:hover {
	color: #945403;
	text-decoration: underline;
	}
	
  #main a:link {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	}

  #main a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	}
	
  #main a:hover {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
	}

  #main {
	border:0px none #ccc;
	width: 800px;
    }

  #main .flash{
	float: left;
    }

  #main .image{
	float: left;
    }
#main .vimage{
	float: left;
	padding: 0 40px;
    }

  #main .left_text  {
	float: left;
	width: 270px;
	text-align: center;
	margin-top: 40px;
	}

  #main .left_outline  {
	float: left;
	width: 250px;
	text-align: left;
	margin-top: 40px;
	margin-left: 20px;
	}

  #main .right_text  {
	float: left;
	width: 475px;
	text-align: left;
	margin-left: 15px;
	margin-right: 40px;
	margin-top: 40px;
	}

  #main .about_text  {
	width: 720px;
	text-align: left;
	float: left;
	margin: 40px;
	}

  #main .about_subtext  {
	width: 470px;
	text-align: left;
	float: left;
	margin-left: 30px;
	margin-bottom: 30px;
	}

  #main .headline_text  {
	  font-size:24px
	}

/* non-page specific CSS code */

  #header {
	height:240px;
	border:0px none #ccc;
	width: 800px;
    }
	
  #header table{
	margin-left: auto;
	margin-right: auto;
	border:0px none #ccc;
	}
#main .home{
	border:0px none #ccc;
	width: 400px;
	}
#main .patientinfo{
	border:0px none #ccc;
	width:200px;
	margin: auto;
	text-align: center;
	margin-top: 10px;
	}
.ittybitty  {
	font-size: .85em;
    }

  #header   a img  {
	border: 0px;
	}

  #main   a img  {
	border: 0px;
	}
		
  body{
	margin:0px;
	padding:0px;
	background-color: #cac3b5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	}
	
  hr {
	visibility: hidden;
	}

  .redtext {
	color: #F00;
	font-weight: bold;
	}

  .mail_confirmation_text  {
	margin-left: 15px;
	margin-top: 200px;
	width: 475px;
	text-align: center;
	float: left;
	margin-right: 40px;
	}
