@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #99CCCC; 
	border: #006600;
	border-width: thin;
	border:thin double #005d7f;

}
.aiam #container {
	width: 800px; 
	border: 1px solid #000000;
	text-align: justify;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
} 

.aiam #header {
	background-image:url(AIAM-Header.jpg);
	background-color: #FFFFFF;
	background-repeat:no-repeat;
	background-position:center;
	padding:0px;
	width: 750px;
	height: 150px;
}

.aiam #openhouse {
	background-image:url(Open.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:180px;
	height:180px;
	margin-top: 20px;
	margin-left: 5px;
	border: medium outset #000000;
	padding: 0px;
	margin-bottom: 30px;
}

.aiam #quarter {
	background-image:url(Quarter.gif);
	background-repeat:no-repeat;
	background-position:center;
	padding:0px;
	width:180px;
	height:180px;
	margin-left:5px;
	border: medium outset #000000;
	padding: 0px;
	margin-bottom: 30px;
	}

.aiam #logo {
	background-image:url(logo.jpg);
	background-repeat:no-repeat;
	background-position:center;
	padding:0px;
	width:180px;
	height:180px;
	margin-left: 5px;
	border: medium outset #000000;
	padding: 0px;
	margin-bottom: 30px;
}

.aiam h1 {
	color: #005b7f;
	font-size: 24px;
}

.aiam h2 {
	color: #005b7f;
	font-size:16px;
	text-align: left;
	 }
.aiam p {
	color: #000000;
	font-size: 16px;
	text-align:left;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	}
	
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.style1 #navbar {
	color: #FFFFFF;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.navbar {
	color: #FFFFFF;
}
.style1 #navbar a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 18px;
}
a {
	font-weight: bold;
	color: #006699;
	text-decoration: none;
	font-size: 16px;
}
a:hover {
	font-weight: bolder;
	color: #000000;
}
a:visited {
	font-weight: bolder:
	color: #339933;
	
	}

.style7 {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	text-align: left;
	font-weight: normal;
}
