body {
	font-family: "Times New Roman", Times, serif;
	background-color: #EDF7FF;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#wrapper h1, h2 {
	font-family: "Comic Sans MS", Arial, Technical;
	background-image: url(images/ainaco_footer.gif);
	background-repeat: repeat-y;
	height: 2em;
	width: 730px;
	position: relative;
	margin-left: -10px;
	padding-left: 10px;
}

#main_body ul {
	list-style-type: circle;
	list-style-position: outside;
	#margin-left: 3em; /* Browsers other than IE ignore this due to #, and only IE needs theis to display bullets */
}
