/*site.css*/
html {
	background-color: #efe2ba;
}

header, footer {
	background-color: maroon;
	color: #efe2ba;
	font-family: 'Times New Roman', serif;
	font-size: 14px;
	margin: 0px;
}

footer {
	position: fixed;	
	width: 99.7%;	
	bottom: 0;	
	right: 0;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow:  hidden;
	background-color: maroon;			
	border: 3px solid #05386b;
}

body {
	font-family: Times New Roman, Arial, Courier, sans-serif;
	font-size: 16px
	border-radius: 4px;
	margin: auto;
	margin-bottom: 35px;	
	margin-top: 160px;
}

ul {
	position: fixed;
	width: 100%;	
	top: 0;	
	right: 0;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow:  hidden;
	background-color: maroon;
	border-radius: 0px;		
	border-bottom: solid 4px #05386b;
}

li {
	float: left;
	padding: 5px 0px 5px 5px;
}

#investortable {
	position: fixed;
	width: 16.8%;
	left: 5px;
	color: #efe2ba;
	background-color: maroon;
	border: 4px solid #05386b;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	padding: 5px;
}

#investortable caption {
	color: #efe2ba;
	background-color: #05386b;
	font-weight: bolder;
	border: solid 4px #05386b;			
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

#investortable td:first-child {
	font-weight: bold;
}

#investortable tr:nth-child(5) {
	font-weight: bold;
	color: #eacf28;
}

.container {	
	width: 65%;
	margin: auto;
}

.button {	
	float: right;
	height: 30px;
	display: inline-block;
	color: maroon;
	background-color: #efe2ba;
	border-radius: 12px;
	border: solid 3px #05386b;
	font-weight: bold;	
	margin: 8px;
}

.banner {
	height: 60px;
	width: 99.7%;
	padding: 0px;
	border-radius: 4px;
	border: solid 3px #eacf28;
}

.logotiny {
	position: fixed;
	right: 12px;
	bottom: 50px;
}

#navbar a {
	display: block;
	color: #efe2ba;
	font-weight: bold;
	text-decoration: none;
	padding: 8px;
	background-color: maroon;
	border-radius: 6px;			
	border: solid 3px #05386b;
}

#navbar form {	
	float: right;
	margin-right: auto;
	display: inline-block;
	border-right: solid 3px #05386b;
	border-left: solid 3px #05386b;
}

#navbar input {
	height: 22px;
	display: inline-block;
	color: maroon;
	background-color: #efe2ba;
	border-radius: 4px;
	border: solid 3px #05386b;
	font-weight: bold;	
	margin: 8px;
}

#main a {
	color: #efe2ba;

}

#active a {
	display: block;
	color: maroon;
	font-weight: bold;
	text-decoration: none;
	padding: 8px;
	background-color: #efe2ba;
	border-radius: 6px;			
	border: solid 3px #05386b;
}

#footer a {
	color: #efe2ba;
	padding: 4px;
}

.bordered-image {
	border: solid 4px #05386b;
	border-radius: 4px;
	width: 100%;
}

.bodytext {
	color: #05386b;
	font-weight: bold;	
	margin: 3px;
	padding: 3px;
	background-color: #efe2ba;
	border: solid 4px #05386b;
	border-radius: 4px;8
}

#main {
	width: 99%;	
	border: solid 4px #05386b;
	border-radius: 4px;
	color: #efe2ba;
	background-color: maroon;
	text-align: center;
	padding: 5px;
}

#main h3 {
	letter-spacing: 8px;
	color: #efe2ba;
	margin: auto;
	padding: 8px;
}

section h4 {
	display: inline-block;
	width: 47%;
}

section img {
	float: left;
	height: 120px;	
	margin: 4px 10px 0px 10px;
}

.headshot {
	border: solid 4px #05386b;
	border-radius: 4px;
}

