@charset "UTF-8";
body {
	font-family: Geneva;
	font-size: small;
	font-style: italic;
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}

#wrapper_index {
	font-family: Georgia;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	text-align: left;
	background-color: #FFFFFF;
}


#wrapper {
	font-family: Georgia;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	text-align: left;
	background-color: #FFFFFF;
}

#nav {
	background-color: #FFFFFF;
	text-align: center;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
}
a:link  {
	color: #000000;
	text-decoration: none;
}
a:visited  {
	color: #666666;
	text-decoration: none;
}
a:hover  {
	color: #FF0000;
	text-decoration: underline;
}

#banner{
	margin: 0;
	padding: 10;
	color: #000000;
	background-image: url(images/icagws-logo2.png);
	background-repeat: no-repeat;
	height:150px;
	width:700;
	font: small Georgia;
	text-align: center;
	background-color: #FFFFFF;
	background-position: center center;
}
#content_index{
	background-color: #E5DFD9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	background-position: center top;
	width:700;
	text-align: right;
	vertical-align: top;
	background-image: url(images/coach2.gif);
	background-repeat: no-repeat;
	padding-right: 25px;
	font-style: italic;
	padding-top: 65px;
	padding-bottom: 40px;
}
#content {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	width:700;
	height:auto;
	text-align: center;
	vertical-align: top;
	padding-right: 10px;
	font-style: italic;
	padding-left: 10px;
}

.memories {
	text-align:left;
	padding-left: 15px;
}
.memoriesRT {
	text-align:right;
	padding-left: 15px;
	float:right;
}
.red {
	color:#F00;
}

#photos {
	background-color: #A3A3A3;
	background-image: url(images/IHSA_Mural.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	color: white;
	font-style:italic;
	font-weight:bolder;
	font:Georgia;
	height: 250px;
	height:auto;
	width: 700px;
	border-bottom-color: #FF0000;
	border-top-color: #FF0000;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer {
	text-align: center;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
}
h2 {
	font-size: medium;
	font-weight: bold;
}
#content .middle {
	text-align: justify;
}
#content_index p {
	font-weight: bold;
}
#content table {
	text-align: justify;
}
