@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/header.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EFEFEF;
}
p {
	font-size: 96%;
}

#header {
	color: white;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
h3 {
	letter-spacing: 1px;
	font-family: "Trebuchet MS";
	background-color: none;
	color: #3f568b;
	font-size: 1.2em;
	border-bottom-width: none;
	border-bottom-color: none;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul {
	font-size: 96%;

}
li {
	list-style-type: none;
	list-style-image: url(../images/page_add.png);
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 86%;
}
li a:link, li a:visited {
	color: #4B67A7;
	text-decoration: none;
}
li a:hover {
	color: #F60;
	text-decoration: underline;
}
#container {
	background-color: white;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	padding-top: 8px;
	float: none;
	margin-bottom: 30px;
	margin-top: 30px;
	background-repeat: no-repeat;
	background-position: 18px -6px;
	clear: none;
	position: static;
	margin-left: 10px;
	background-image: url(../images/AIMM3DNewWhite.jpg);
	height: 74px;
	padding-left: 108px;
	vertical-align: middle;	
}

.topnav {
	top: -16px;
	bottom: 0px;
	color: #CCC;
	margin-top: 8px;
	position: relative;
	text-align: right;
	margin-right: 30px;
	height: 8px;
	font-size: 90%;
}
.topnav a, .topnav a:visited {
	color: #CCC;
	text-decoration: none;
	background-color: #373737;
	display: inline;
	padding: 8px;
	font-size: 90%;
	font-weight: 400;
}
.topnav a:hover {
	color: #FFF;
	background-color: #798db5;
}
.contentcolumn {
	float: left;
	width: 260px;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
}
.contentcolumn p {
	font-size: 80%;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.contentcolumn img {
	margin-top: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.learnmore a:link, .learnmore a:visited {
	background-image: url(../images/button.png);
	line-height: 27px;
	height: 27px;
	width: 106px;
	text-align: center;
	font-size: 12px;
	display: block;
	color: #FFF;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 20px;
}
.quotes {
	float: none;
	text-decoration: italic;
	color: #666;
}

.learnmore a:hover {
	background-position: left bottom;
}
.footer {
	background-color: #8F9BBF;
	height: 120px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #DDEAEE;
}
.footer p {
	margin-left: 30px;
	font-size: 70%;
	color: #FFF;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
