html {
	background-color: #284974;
}

body {
	margin:0;
	padding:0;
	font:9pt/1.3 Arial,Helvetica,sans-serif;
	color:#ffffff;
}

.clear {
	clear:both;
	height:1px;
}

/* Links */
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	color: #ffffff;
}

a img {
	border:none;
}

p {
    margin: 0.5em 0 1em;
}

/* Type */

h1 {
	font:20pt/1.3 Arial,Helvetica,sans-serif;
	text-align: center;
	font-weight: lighter;
	color: #ffffff;
	margin: 30px 0 0 0;
}

h2 {
	font:14pt/1 Arial,Helvetica,sans-serif;
	text-align: center;
}

h3 {font:18pt/1 Arial,Helvetica,sans-serif; color: #E72131;}

/* Content */

#mainConent {
	position: relative;
    width: 1000px;

}


.leftCol {
	float: left;
	width: 280px;
	margin: 20px;
}

.headerlogo img{
	display: block
}

.content {
	float: left;
	width: 760px;
}

.line {
	color: #ffffff;
}

#mainNav {
	font:12pt/2.5 Arial,Helvetica,sans-serif;
	padding-top: 15px;
}

#mainNav li {
	list-style: none;
	text-decoration: underline;
	
}

#bannerHome {
	margin: 30px 0 0 20px;
	
}

/*#main-banner {
	background-image: url(images/AmBFI_homecallout.jpg);
	width: 270px;
	height: 360px;
	display: block;
	text-indent: -9999px;
	
}*/

#flashContent {
	position: relative;
	margin: 22px 87px 0 0;
	float: right;
	
	
}

.aboutList {
	margin: -15px 0 0 0;
	padding: 0;
}

.aboutList li {
	line-height: 18pt;
}


/* Footer*/

#footer {
	margin: 40px;
}

