body {
	margin: 0px;
	font-family: Verdana, Helvetica, Lucida, Arial, sans-serif;
	font-size: 14px;
	color: black;
	background-color: white;
	background-image:url("images/imaca-bg2.gif");
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position: bottom center;
}

a.nav:link, a.nav:visited {
	color: white;
	text-decoration: none;
}

a.nav:hover, a.nav:active {
	color: white;
	text-decoration: underline;
}

a:link, a:visited {
	color: #000066;
	text-decoration: none;
}

a:hover, a:active {
	color: #000033;
	text-decoration: underline;
}

h3 {
	color: #000066;
	text-align: center;
	font-size: 18px;
}

h4 {
	color: #000066;
	text-align: center;
	font-size: 16px;
}

h5 {
	color: #000066;
	font-size: 14px;
}

.footer {
	color: white;
	background-color: #000066;
	text-align: center;
}

#small {
	font-size: 10px;
	text-align: center;
}

#main {
	margin-left: 80px;
	margin-right: 80px;
	margin-top: 40px;
	margin-bottom: 40px;
}