﻿body {
	background-color: #9C9AB5;
}
/*======================================= Typography =============================*/
.aimstoptitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 180%;
	color: white;
}
p {
	margin : 0;
	text-align: justify;
}
p.centered {
	text-align: center;
}
.boldnormal {
	font-weight: bold;
}
.tinytext {
	font-size: 60%;
}
.smalltext {
	font-size: 80%;
}
.largetext {
	font-size: 140%;
}
.sectionhead {
	font-size: 120%;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 40px;
	margin-bottom: 5px;
}
.pagetitle {
	font-size: 120%;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .3em;
}
.minortitle {
	font-size: 120%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 5px;
}
.quotebackground {
	background-color: #f6f5e4;
}
sup {
	font-size: 70%;
	margin-left: 5px;
}
/*======================================= Layout =============================*/
td {
	font-size: 105%;
}
thead {
	font-size: 120%;
	background-color: #CCCCCC;
}
/*======================================= Links =============================*/
a {
	text-decoration: none;
	color: #0000FF;
	border: 0px;
}
/* ====================================== lists =========================================== */
ul {
	text-align: left;
}
li {
	text-align: left;
}
/* -------------------------------------------------------- nav menu ----------------------------------------- */
#navmenu ul {
	list-style: none;
	padding: 0 5px 0px 5px;
	margin: 15px auto 0px auto;
	width: 90px;
}
#navmenu li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 80%;
	text-transform : capitalize;
	border-right : 1px solid black;
	border-top : 1px solid #5a009c;
	border-left : 1px solid #5a009c;
	display: block;
	text-decoration: none;
	text-align: center; /*height: 25px;*/;
	vertical-align: middle; /* margins are handled by the "spacer" element */;
	margin: 0 0 0 0;
	background-color: #84BAFD;
}
#navmenu li.spacer {
	background: url('/images/aims-gradient.gif');
	height: 5px;
	/*margin: 0px 5px 0px 5px;*/
	display: block;
	margin: 0 1px 15px 1px;
}
#navmenu li a:hover {
	background-color: #649ADD;
}
