<style>
h1 {color:black;font-size:150%;}
h2 {color:black;font-size:100%;}
h3 {color:black;font-size:100%;}
p {color:black;font-size:100%;}
td {font-size:75%;}

/* the body of all pages is 1290 pixels wide */
body {font-size:75%; background-color:white; width:1280px;} 
input {font-size:100%;background-color:bisque;}
.error {color: #FF0000;font-weight: bold}
.info {color: #0000FF;font-weight: bold}

/* imgcaption is for labeling images in a caption to the right of the image */
.imgcaption {color: #000000;font-weight: bold; padding:20px}

img { float:left; border:2px solid black; margin:0px 0px 0px 0px; } 
img.menu { float:left; border:2px solid black; margin:5px 0px 0px 0px; } 

/* the following div styles are for the thumbnail photo galleries */
div
{
	border-radius:2px;
} 

div.img
{
  margin:1px;
  padding: 1px;
  height:auto;
  width:auto;
  float:left;
  text-align:center;
}
div.img img
{
  display:inline;
  margin:11px;
  border:1px solid #000000;
	width:110;
 	height:90;
}
div.img a:hover img
{
  border:1px solid #0000ff;
}
div.desc
{
  text-align:center;
  font-weight:normal;
	font-size: 10px;
	line-height: 10px;
	height: 30px;
	overflow: hidden;
  width:120px;
  margin:5px;

}

/* div.imgcaption is for labeling images in a caption to the right of the image */
div.imgcaption
{
	float:left;
  text-align:left;
  font-weight:bold;
  width:240px;
  margin:5px;
  padding:5px;
	text-align:left;
}

div.header
{
	background-color:#FFCC66;
	width:1280px; 
	border:2px solid black;
}

div.content
{
	background-color:#EEEEEE;
	width:1280px; 
	float:left;
	border:2px solid black;
}

div.footer
{
	background-color:#FFCC66;
	width:1280px; 
	clear:both;
	text-align:center;
	border:2px solid black;
}

img.photo
{
	border:5px solid black;
	width:1000;
/*	height:820; */
}

</style>

<meta charset="utf-8">

/*  jQuery tabs for Review of Systems input 
<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css">
<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
<script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
<link rel="stylesheet" href="/resources/demos/style.css">
*/


