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 */
}
* {
margin: 0px;
}

body {
	text-align: center;
}

html, body {
	height: 100%;
}

#wrapper {
	text-align: left;
	width: 800px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4.5em auto;
	background-image: url(images/vertical_bars.gif);
	background-position: center;
	background-repeat: repeat-y;
	padding-top:
}

#top_spacer {
height: 15px;
}

#page_header {
	position: relative;
	width: 730px;
	height: 100px;
	background-image: url(images/ainaco_header.gif) repeat-y center;
	left: 35px;
}

#main_body {
	position: relative;
	width: 710px;
	left: 45px;
	padding-bottom: 0.5em;
}

#main_body p {
	margin: 0.5em 0 0.5em 0;
}

#main_body img {
	padding: 5px 5px 5px 5px;
}

#bottom_spacer {
	height: 4.5em;
	width: 730px;
	clear: both;
	margin: 0 auto 0 auto;
}

#footer {
	height: 4.5em;
	width: 730px;
	clear: both;
	margin: 0 auto 0 auto;
	background-image: url(images/ainaco_footer.gif);
	background-repeat: repeat-y;
}

#footer table {
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px auto 0;
	padding-top: 10px;
}

.full_width {
	position: relative;
	clear: both;
	width: 710px;
	float: left;
}