a{font-weight:bold; color:black; font-family:Times New Roman; font-size:10pt;}
.SmallNav{font-weight:bold; color:#FFFFFF; font-family:Times New Roman; text-decoration:none;font-size:10pt;}
body{
	color:#000000;
}

.body_black{
	background-color:#000000;
}

p,body,tr,td,table{font-family:Times New Roman; font-size:10pt;font-variant: small-caps;font-size:12pt;}
input,textarea,option,select{font-size:10pt; font-family:Times New Roman;}
.menu{color:white;font-weight:bold;font-family:Times New Roman;font-size:12pt;text-decoration:none;}
.submenu{color:white;font-family:Times New Roman;font-size:12pt;text-decoration:none;}
.BigCap{color:white;font-weight:bold;font-family:Times New Roman;font-size:16pt;}
.email{color:black;text-decoration:none;font-size:12pt;}
.email:hover{color:blue;font-size:12pt;}
.emailF{color:white;text-decoration:none;font-size:12pt;}
.emailF:hover{color:blue;font-size:12pt;}
.sub{color:black;font-family:Times New Roman;font-size:14pt;text-decoration:none;}
.sub:hover{color:gray;font-family:Times New Roman;font-size:14pt;text-decoration:none;}
.legalf{font-size:7pt;color:white;font-family:Times New Roman;}
.legal{font-size:7pt;color:black;font-family:Times New Roman;}
.links{font-size:10pt;color:black;font-family:Times New Roman;}
.links:hover{font-size:10pt;color:silver;font-family:Times New Roman;}
.page_title{
	width:500px;
	background-color:#000000;
	padding:10px;
	color:#ffffff;
	font-size:24px;
	margin:0 auto;
	font-weight:bold;
	text-align:center;
}
		ul.mainnav{
			margin:0;
			padding:0;
			list-style-type:none;
			width:150px;
		}
		
		ul.mainnav li{
			margin:0;
			padding:0;
		}
		
		ul.mainnav li a{
			display:block;
			background-color:#808080;
			border:2px solid #808080;
			color:#ffffff;
			font-family: 'OFL Sorts Mill Goudy TT', arial, serif;
			font-size:18px;
			font-weight:normal;
			text-decoration:none;
			padding:2px 0;
			text-align:center;
			margin:0px 0 5px 0px;
		}
		
		ul.mainnav li a:hover{
			background-color:#e3e3e3;
			color:#000000;
		}
		
		ul.mainnav li a span{
			font-size:24px;
		}
		
		.hpnavwrap{
			padding-left:5px;
		}
		
		.footer_white{
			font-weight:bold;
			color:#ffffff;
		}
		
		.footer_black{
			font-weight:bold;
			color:#000000;
		}
		
		.wrap{
			width:1170px;
			margin:0 auto;
		}
		
	*{box-sizing: border-box;}
	.profile-photo{
		width:100%;
		height:220px;
		background:url('/images/bobnieman.jpg') 10px 10px no-repeat;
		position:absolute;
		top:10px;
		text-align:right;
		padding:10px;
		font-family:verdana;
		color:#000;
	}
	
	.profile-photo .name{
		font-size:1.5em;
		font-weight:bold;
	}
	
	
	.profile-photo .phone{
		font-size:1.5em;
	}
	
	.header{
		position:relative;
	}
	
	.brand{
		width:328px;
		height:153px;
		background:url('/images/starck-header.png?x') no-repeat;
		position:absolute;
		right:0;
		bottom:0;
	}