@charset "UTF-8";
/* CSS Document */

body,td,th {
	background-image: url(../_images/bgSlice.jpg);
	background-repeat: repeat-x;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #252364;
}
h2 {
	margin-top: 17px;
	font-size: 18px;
	font-weight: bold;
	color: #252364;
}

h2.engagements_header{
    margin-top: 10px;
}

a:link {
	color: #252364;
}
a:visited {
	color: #252364;
}
a:hover {
	color: #c34417;
}
a:active {
	color: #252364;
}
#wrapper {
	margin: 0 auto;
	width: 1000px;
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: #252364;
}
#banner {
	width: 1000px;
	height: 146px;
	background-color: #e9b634;
}
#navContainer {
	padding-top: 5px;
	color: #FFFFFF;
	font-weight: bold;
	width: 1000px;
	height: 30px;
	background-color: #2a6693;
}
#homeContainer {
	width: 1000px;
	height: 831px;
	background-color: #e9b634;
}
#interiorContainer {
	width: 1000px;
	height: 831px;
	background-color: #e9b634;
}
#footer {
	margin: 0 auto;
	width: 1000px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 16px;
	color: #252364;
}


/* ----------------------- classes ----------------------- */
a.topNav:link {
	color: #ffffff;
	font-size: 16px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	text-decoration: none;
}
a.topNav:visited {
	color: #ffffff;
	font-size: 16px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	text-decoration: none;
}
a.topNav:active {
	color: #ffffff;
	font-size: 16px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	text-decoration: none;
}
a.topNav:hover {
	color: #e9b634;
	font-size: 16px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	text-decoration: underline;
	line-style: dashed;
}
a.topNavCurrent:link {
	color: #e9b634;
	font-size: 16px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	text-decoration: underline;
	line-style: dashed;
}
a.topNavCurrent:visited {
	color: #e9b634;
	font-size: 16px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	text-decoration: underline;
	line-style: dashed;
}
a.footerLink:link {
	color: #252364;
	font-size: 16px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	text-decoration: underline;
}
a.footerLink:visited {
	color: #252364;
	font-size: 16px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	text-decoration: underline;
}
a.footerLink:active {
	color: #252364;
	font-size: 16px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	text-decoration: none;
}
a.footerLink:hover {
	color: #ffffff;
	font-size: 16px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	text-decoration: underline;
}
a.testLink:link {
	color: #252364;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
a.testLink:visited {
	color: #252364;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
a.testLink:active {
	color: #252364;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a.testLink:hover {
	color: #c8150b;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
.interiorContent { /* this is the white space holding the text */
	float:left; 
	width: 658px; 
	height: 766px; 
	background-color: #FFFFFF;
}
.interiorImage {
	float: left;
	height: 764px;
}
.interiorText {
	margin-left: 14px; 
	margin-right: 14px; 
	font-size: 14px; 
	line-height: 24px;
}

.engagements_interior{
    line-height: 23px;
}

.authorBanner {
	float:right;
}
.steveName {
	color: #c8150b;
	font-weight: bold;
}