* {
	margin: 0;
	padding: 0;
	background: silver; 

}

#wrapper {
	width: 980px;
	background: #EEFFFF; 
	margin: 0 auto;
/*	border-style: solid;
	border-width: 2px;
	border-color: black;	*/
}
 
#head-logo {
	width: 200px;
	height: 125px;
	float: left;
}
 
#head-name {
	width: 780px;
	height: 90px;
	float: left;
	color: #000000;
	background: #CCFFFF;
	text-align: center;
}
#head-name p {
	background: #CCFFFF;
}
 
#head-choices {
	width: 780px;
	height: 35px;
	float: left;
	color: #000000;
	background: #CCFFFF;
	text-align: center;
}
#head-choices table {
	background: #CCFFFF;
}
#head-choices a {
	background: #CCFFFF;
}

#head-choices a:link {
	}
#head-choices a:visited {
	}
#head-choices a:hover {
	color: #000000;
	background-color: #80FFFF;
}
#head-choices a:active {
	color: #0000FF;
}

#content {

	clear: both;
	margin-left: 10px;

	margin-right: 20px;

	padding: 20px;

	font-family: Arial, Helvetica, sans-serif;

	background: #EEFFFF;
}
#content p {
	padding-bottom: 20px;

	background: #EEFFFF;
}
#content h2 {
	padding-bottom: 20px;

	background: #EEFFFF;
}
#content h3 {
	padding-bottom: 20px;

	background: #EEFFFF;
}
#content ul {
	padding-bottom: 20px;

	background: #EEFFFF;
}
#content li {
	background: #EEFFFF;
}
#content a {
	background: #EEFFFF;
}
#content em {
	background: #EEFFFF;
}
#content strong {
	background: #EEFFFF;
}
#content i {
	background: #EEFFFF;
}

#footer {

	margin: 20px 20px 0 20px;

	padding: 20px;

	clear: left;

	font-size: 75%;

	text-align: center;

	background: #EEFFFF;
}
.inline-pic {
	margin: 20px 20px 0 30px;
}
#inline-pic {
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
	background: #EEFFFF;
}

.title1 {
	background: #CCFFFF;
	font-size: 28px;
/*	font-family: "Cooper Black", "Times New Roman", Times, serif; */
/*	font-family: Verdana, Arial, Helvetica, sans-serif;
 */
	font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold;
}
.title2 {
	background: #CCFFFF;
	font-size: 16px;
/*	font-family: "Cooper Black", "Times New Roman", Times, serif;  */
	font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold;
}
.choices {
	font-size: 12px;
	font-family: arial, sans-serif;
	color: #000000;

	background: #CCFFFF;
}
.caption-text {
	font-size: 12px;
	font-family: arial, sans-serif;
	color: #000000;

	text-align: left;
}
.indent-text{
	padding-left: 30px;
}


