style.css
body {
	margin:0;
	padding:0;
	background:#fefdfd;
	font-size:.9em;
	font-family:Roboto,'Lucida Grande', Verdana, Arial, Sans-Serif;
	color:#333333;
}

.pagebanner {
	margin:0;
	padding:20px;
	background:#00274c;
}

.pagebody {
	margin:20px 20px 60px 20px;
}

h1 {
	font-size:2em;
	font-family:'Roboto Slab';
	color:#00274c;
}
h2 {
	font-size:1.75em;
	font-family:'Roboto Slab';
	color:#40658f;
}
h2.error {
	color:#cc0000;
}
h3 {
	font-size:1.5em;
	font-family:'Roboto Slab';
	color:#655a52;
}

.logout {
	float:right;
	margin:0 0 2em 40px;
}
.logout a {
	display:block;
	padding:0.3em 0.7em 0.3em 0.7em;
	border:1px solid #a79d96;
	background:#e4e1df;
	color:#333333;
	text-decoration:none;
}
.logout a:hover {
	background:#f4f2f1;
}

ul#tabs {
	list-style-type: none;
	margin: 30px 0 0 0;
	padding: 0 0 0.3em 0;
}
ul#tabs li {
	display: inline;
}
ul#tabs li a {
	border-radius: 4px 4px 0 0;
	color: #655a52;
	background-color: #e4e1df;
	border: 1px solid #a79d96;
	border-bottom: none;
	padding: 0.3em 0.7em 0.45em 0.7em;
	text-decoration: none;
}
ul#tabs li a:hover {
	background-color: #f4f2f1;
	color:#333333;
}
ul#tabs li a.selected {
	color: #333333;
	background-color: #f4f2f1;
	font-weight: bold;
	padding: 0.7em 0.7em 0.52em 0.7em;
}
div#searchBox {
	border: 1px solid #a79d96;
	padding: 0.5em;
	background-color: #f4f2f1;
}

table.status {
        border-collapse:collapse;
}
table.status td {
        padding:0.3em 0.7em 0.3em 0.7em;
        border:1px solid #a79d96;
}

table.searchresults {
	border-collapse:collapse;
	width:100%;
}

.buttonRight {
	float: right;
}

table.searchresults th {
    padding:0.3em 0.7em 0.3em 0.7em;
    border:1px solid #a79d96;
	background:#f4f2f1;
	text-align:left;
}

table.searchresults td {
    padding:0.3em 0.7em 0.3em 0.7em;
	border:1px solid #a79d96;
}

table.searchresults tr {
	background:#ffffff
}

table.searchresults td.telephone {
	white-space:nowrap;
}

input, select, textarea {
	font-size:inherit;
	font-family:inherit;
}

a:link {
	color:#0075bc;
}
a:visited {
	color:#575294;
}
a:hover {
	color:#cc3300;
}
a:active {
	color:#cc6600;
}

div.results 
{
	border: 1px;
}
.formfields {
    width:50%;
}
.phoneValid {
	color:#cc0000;
}
.example {
	color:#655a52;
	font-style:italic;
}
.buttonRight {
	text-align:right;
}

.Rounded {
	border-radius:1.5rem;
	border-color:#333333;
	width: 7rem;
	box-shadow: 1.5px 1.5px 3px black;
	margin: 1rem;
	margin-left: 0;
}

.Back {
	background-color: #0D57AA;
	color: rgb(255, 255, 255);
}

.Delete {
	background-color: rgb(169, 0, 0);
	color: #fdc8c8;
}

.addButton {
	width: 20%;
	box-shadow: none;
	background-color: #0D57AA;
	border: 2px solid black;
	color: white;
	text-align: center;
	text-decoration: none;
	float: right;
	overflow: auto;
}

.icon_image {
	width: 15%;
	height: auto;
	vertical-align: middle;
	horizontal-align: left;
}