body {
  	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-image:url(images/Background4.gif);
}

ul {
	/* list-style: none; */
	font-size: 14px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
}


a:link {
	color: black;
}

a:hover {
	text-decoration: none;
}

img {
	padding: 0px;
	margin: 0px;
	border: 0px;
}	

h1 { /* This is for the title above the content */
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #012C47;
	line-height: 24px;
	text-align: left;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 0px;
}

p { /* For block text content */
	
	padding: 0px 5px 0px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 10px 0px 20px 0px;
	line-height: 20px;

	
}

.basicGraphic {
	border: 1px solid black;
	margin: 10px;
}

.graphic { /* This is used for graphic elements within text */
	padding-left: 20px;
	padding-top: 0px;
	margin-left:10px;
	margin-top: 0px;
	margin-right: 5px;
}

.smallFont { /* This is used for overriding a p tag */
	font-size: 12px;
}

.largeFont { /* This is used for the first letter of each word in headings */
	font-size: 26px;
}

.url {
	font-size: 10px;
	color: #999999;
}
	


#menuBar { /* The menu bar is the div that floats to the left */
 	float: left;
	width: 150px;
	height: 400px;
	padding: 25px 0px 18px;
	text-align: center;
	margin-left: 10px;
	
}

#menuBar ul {
	list-style: none; 
	padding: 0px;
	margin: 0px;
}

#page { /* This div covers the entire page below the graphic at the top */
	width: 765px;
	/* float: left;
 */}
	

#heading { /* This covers the graphic at the top */
	width: 760px;
	height: 65px;
	float: left;
	background-image: url(images/colorSliver.jpg);
	border: 1px solid black;
	padding: 0px;
	margin-left: 40px;
	
}

#content { /* Conent is a div that includes the text heading and the divider bars */
	width: 565px;
	float: right;
	margin-top: 15px;
	margin-bottom: 0px;
	padding-left: 5px;
	padding-right: 3px;
	text-align: left;
}

#contentLeft { /* If there is a box within "content" that floats to the left */
	float: left;
	width: 275px;
	text-align: center;
}
#contentCenter { /* If there is a box within "content" that floats to the left */
	float: center;
	width: 100%;
	text-align: center;
}

#contentRight { /* If there is a box within "content" that floats to the right */
	float: right;
	width: 275px;
	text-align: center;
	padding: 0px 5px 0px 0px;
	
}
#servicesLeft {
	border: 1px solid black; 
	float: left;
	width: 175px;
	text-align: left;
	font-height: 12px;
	line-height: 30px;
	padding: 5px;
	margin-right: 0px;
	height: 100%;
	margin-top: 4px;
	margin-bottom: 5px;

}

#servicesLeft ul {
	list-style: none; 
	padding: 0px;
	margin: 0px;
}

#servicesRight {
	float: right;
	width: 365px;
	margin-left: 10px;
	/* border: 1px solid black; */
}

#servicesRight ul {
	font-size: 12px;
	line-height: 18px;
}

#footer { /* The footer is the contact information at the bottom of every page */
	width: 565px;
	/*clear: both; */
	float: right;
	font-size: 12px;
	font-weight: 600;
	margin-top: 10px;
	
}

#footerLeft { /* Box within "footer" that floats to the left */
	float: left;
	width: 220px;
	text-align: left;
}

#footerRight { /* Box within "footer" that floats to the right */
	float: right;
	width: 200px;
	text-align: right;
	padding: 0px 5px 0px 0px;
	
}

.chart {
	border-style: solid;
	border-width: 1px;
	border-color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.chart td {
	border-style: solid;
	border-width: 1px;
	border-color: black;
	padding: 2px;
}

.chart th {
	padding: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

#staff td {
    vertical-align: top;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 5px;
    padding-bottom: 20px;
}

.resume p {
    font-size: 12px;
    padding-left: 10px;
 }

.resume h2 { /* This is for the title above the content */
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 20px;
    line-height: 22px;
    text-align: left;
    margin: 0px;
    margin-top: 20px;
    margin-bottom: 15px;
    padding: 0px;
}