body {
	margin: 100px 10% 20px 260px;
	padding: 0;
	background: #FFFFFF url(../images/topbg.jpg) repeat-x;
	color: #000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a:link, a:visited, a:hover, a:active {
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #00CC00;
}


h1, h2, h3 {
  color: #39610C;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}
h1 {
	margin: 0;
	font-size: 160%;
	line-height: 14pt;
}
h2 {
  margin: 0;
  font-size: 125%;}
h3 {
  margin: 0 0 10px 20px;
  font-size: 100%;}
th {
  text-align: left;
}

/* Styles for maincontent div */
#maincontent a:link {
  color: #008801;
  background: transparent;}
#maincontent a:visited, #maincontent a:active {
  color: #006633;
  background: transparent;}
#maincontent a:hover {
  background-color: #008801;
  color: #FFF;}
#maincontent p {
  background: transparent;
  line-height: 1.4;}

/*Styles for form input elements */
textarea {
  width: 350px;
  height: 150px;}
.mediumbox {
	width: 200px;
}

/* Styles for main navigation bar */
#mainnav {
  width: 192px;
  font-weight: bold;
  left: 3px;
  position: absolute;
  top: 90px;}
#mainnav a {
  border-color: #FFF68B #888152 #888152 #FFF68B;
  border-style: solid;
  border-width: 1px;
  padding: 0 12px;
  width: 180px;
  display: block;
  background: #FFF4B2;
  color: #797979;
  line-height: 24px;}
#mainnav a:hover {
  border-color: #D2E4A2 #4D650F #4D650F #D2E4A2;
  border-style: solid;
  border-width: 1px;
  background: #B8D56E;
  color: #FFFFFF;}
#mainnav li {
  margin: 0 0 3px 0;}
#mainnav li, #maincontent p, #maincontent li {
  font-size: 85%;}
#mainnav ul {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;}

/* Identifies current page through id in the <a> tag of main navigation bar */
a#thispage {
  border-color: #887F4F #FFF5BB #FFF5BB #887F4F !important;
  background: #FFEF95 !important;
  color: #999999 !important;}

/* Styles for individual paragraphs or page elements */
#artimage {
  float: right;
  margin-left: 10px;
  font-weight: bold;
  text-align: center;}
.author, .ctte {
  margin: 5px 0 0 25px;
  font-weight: bold;}
.error {
  color: red;
  font-variant: small-caps;
  font-weight: bold;}
#sorry {
  width: 300px;
  margin: 5px auto 5px 50px;
  border: 2px solid #000;
  background-color: #FC0;}
#sorry p {
  margin: 10px;}
#topimage {
  width: 600px;
  height: 75px;
  position: absolute;
  top: 12px;
  left: 260px;}
.vetName {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #006633;
}
table {
	padding: 5px;
}
.vetAddress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	border: thin none #000000;
}
.healthIssue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	color: #006633;
}
.surveyTitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #990000;
}
.surveySubtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.question {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.radio {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #CC0000;
	font-weight: bolder;
}
/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #fff4b2;
	border: 1px solid #7F9DB9;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #FFFFFF;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: #990000;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #fff4b2;
	border: 1px solid #AAAAAA;
	color: #000000;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: #006633;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #fff4b2;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #fff4b2;
	font-weight: bold;
	}
.smallbox {

  width: 50px;
}
.medium2box {


  width: 100px;
}
.boldUnderline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.greyCell {
	background-color: #CCCCCC;
}
.greyCellCopyCC {

	background-color: #CCCCCC;
}
.smallboxGrey {
	width: 50px;
	background-color: #CCCCCC;
}
.mediumboxGrey {
	width: 200px;
	background-color: #CCCCCC;
}
newBodyPlacement {
	padding: 0;
	background: #FFFFFF url(../images/topbg.jpg) repeat-x;
	color: #000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 100px;
	margin-right: 10%;
	margin-bottom: 20px;
	margin-left: 130px;
}
.longBox {


  width: 200px;
}
