@charset "utf-8";

.clearall {
	clear: both;
}

body {
	font-family: 'Open Sans', sans-serif;
	color:#000000;
	font-size: 14px;
	font-weight:300;
	line-height:1.5em;
}

h1 {
	font-size:30px;
	color:#2a2a76;
	font-weight: 600;
}

a {
	color: #0d6ab6;
	text-decoration:none;
}

a:hover {
	border-bottom:#2a2a76 1px dotted;
}

#logo a:hover {
	border:none;
}

li {
	list-style-image:url(../images/red-bullet.png);
	line-height:2.5em;
}

#container {
	width:940px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	letter-spacing:0.05em;
}

#left-col{
	width:400px;
	float:left;
}

#right-col {
	width:500px;
	float:right;
	margin:236px 20px 0 20px;
}

#right-col img {
	float:right;
	margin-top:20px;
}

#content {
	margin-top:50px;
}

#nav {
	margin:50px 0;
}

#nav img{
	margin-left:87px;
}

#nav img:first-child {
	margin-left:0;
}

#footerbar {
	height:25px;
	background-color:#99989a;
	text-align:center;
	font-size:15px;
	font-weight:400;
	min-width:940px;
	margin-top:20px;
}

#footer {
	width:940px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	text-align:center;
}

#acf-logo {
	float:left;
}

#asi-logo {
	float:left;
	margin-left:325px;
}

#sage-logo {
	float:right;
}

#copyright {
	width:940px;
	font-size:11px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:20px;
}

a img {
	border:0;
}