.idbar {
	background-color: #0C1C8D; 
	width: 901px; 
	height: 33px; 
	margin: 0px auto
}
.city {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #B5C2FB;
	width: 172px;
}
.address {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13pt;
	color: #0c1c8d;
}

.text {
	font-family: Arial, sans-serif;
	font-size: 11pt;
	color: black;
	text-decoration: none;
}
.smtext {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: black;
	text-decoration: none;
}

.menu {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	color: white;
	font-weight: bold;
	text-decoration: none;
}
a.menulink {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	color: white;
	font-weight: bold;
	text-decoration: none;
}
a.menulink:hover {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	color: white;
	font-weight: bold;
	text-decoration: underline;

}
.copyright {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	color: white;
	text-align: left;
	margin-left: 20px;
}

.stripe {
	background-color: #e67817; 
	width: 901px; 
	height: 5px; 
	margin: 0px auto
}
.content {
	background-color: #FFFFFF;
	margin: 0px auto;
}
.footer{
	background-color: #0C1C8D; 
	width: 901px; 
	height: 50px; 
	margin: 0px auto
}

.noborder {
	border-width: 0px;
}

.center {
	text-align: center;
}

