
/* This style sheet was created by Karin R. Fox
   MIS 141_200
   Final Project
   Spring, 2011
   physicianformstylesheet.css */
   


body {
	color: navy;
	background-color: #758c1f;
	text-align: center;
}

#header {
	border: solid 1px #1f758c;
}

#navbar {
	width: 780px;
	height: 20px;
	margin: 15px 5px;
	padding: .50em;
	border: solid 3px #1f758c;
	color: navy;
	background-color: #1f758c;
	text-align: center;
}

#navbar ul li {
		display: inline;
		list-style-type: none;
}
	

#navbar ul li a {
	padding: 0.15em;
	color: #efefde;
	background-color: navy;
	font-weight: bold;
}


#navbar ul li a:hover {
	color: navy;
	background-color: white;
}



table {
	width: 800px;
	border: solid 2px navy;
	border-collapse: collapse;
}


th, td {
	border: solid 2px gray;
	font-size: 1.2em;
	font-family: trebuchet, sans-serif;
}


caption {
	background-color: #efefde;
	padding: 1px;
	font-family: trebuchet, sans-serif;
	font-size: 20px;
	font-weight: bold;
}


td {	
	padding: 5px;
}


.left {
	text-align: left;
}

tr.stripe {
	background-color: #efefde;
}



#footer {
	width: 776px;
	height:50px;
	margin: 25px 5px;
	padding: .5em;
	border: solid 3px #1f758c;
	color: #efefde;
	background-color: #1f758c;
	text-align: center;
	clear: both;
}

#footer ul li {
	display: inline;
	list-style-type: none;
}
	

#footer ul li a {
	padding: 0.15em;
	color: white;
	background-color: navy;
	font-weight: bold;
}


#footer ul li a:hover {
	color: navy;
	background-color: white;
}

