body {
background-image: url("background.png");
background-repeat: repeat-x;
background-color: #ffffff;
margin-top: 40px;
}


.title {
   margin-right: 0px;
	font-weight: bold;
	padding-top: 20px;
	font-size: 150%;
	margin-bottom: 15px;
	color: #336699;
	border-bottom: solid;
	border-bottom-color: #336699;
	border-bottom-width: 1px;
	padding-bottom: 4px;
}


img { border: none; } 

form {
	margin: 0;
}

.menu {
  border-top: solid 1px #dccbb9;
}

.menu li{
list-style: none;
list-style-image: none;
margin-left: -40px;
}

.menu_current a{
  display: block;
  background-color: #336699;
  color: #ffffff;
  text-decoration: none;
/*   border-bottom: solid 1px #dccbb9; */
list-style: none;
padding: 5px;
  border-bottom: solid 1px #dccbb9;
}
.menu_default a{
  display: block;
  background-color: #dd7a14;
  color: #ffffff;
  text-decoration: none;
  border-bottom: solid 1px #dccbb9;
padding: 5px;
}

.menu_default a:hover{
  display: block;
  background-color: #336699;
  color: #ffffff;
  text-decoration: none;
  border-bottom: solid 1px #dccbb9;
padding: 5px;
}


textarea, input {
		font-family: serif;
		border-width: 1px;
		border-style: solid;
		border-color: #336699;
		background-color: #ffffff; 
		}
textarea:focus, input:focus {
		border-color: #dd7a14;
		background-color: #ffe9d1; 
}
button {
		border-width: 1px;
		border-style: solid;
		border-color: #336699;
		background-color: #336699;
		color: #ffe9d1;
		font-weight: bold;
}
button:active {		
		border-width: 1px;
		border-style: solid;
		border-color: #dd7a14;
		background-color: #ffe9d1;
		color: #336699;
		font-weight: bold;
}

.quotecolumn {
  padding: 10px;
  background-color: #ffffff;
  font-style: italic;
  }
  
  
  
.outright {
		background-image: url("backright2.png");
		background-repeat: repeat-y;
}
.outleft {
		background-image: url("backleft2.png");
		background-repeat: repeat-y;
}

.content {
		background-color: white;
		padding: 30px;
}

.sidebar {
		background-color: white;
		padding: 5px;
}

.appointmentbar {
		border-top-style: solid;
		border-top-width: 1px;
		border-top-color: white;
		background-color: #336699;
		padding: 3px;
		color: white;
		padding-left: 200px;
}
.appointmentbar a {
		background-color: #336699;
		color: white;
}

.sidebardiv {
		border-width: 1px;
		border-style: solid;
		border-color: #dd7a14;
		margin-right: 10px;
		margin-top: 27px;
		padding-left: 15px;
		padding-right: 15px;
}
.sidebar hr {
		width: 80%;
		color: #de7914;
		background-color: #de7914;
		border-width: 1px;
}

.fade_base td {
height: 80px;margin-left: 50px;margin-right: 50px;text-align: center;border:1px solid #dd7a14;padding:5px;line-height: 150%;
}

.footer {
	background-image: url("footer.png");
	background-repeat: repeat-x;
	padding: 20px;
	font-size:  80%;
	text-align: right;

}