@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #dbe3db;
	background-image: url(../images/AWMA-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	margin: 0 auto;
}
#wrapper {
}
#maincontent {
	width: 900px;
}
#top {
	height: 100px;
}

#nav {
	background-color: #9dad38;
	height: 30px;
	padding-top:15px;
	color:#336600;
}
#nav a {
	font-weight: bold;
	color:#FFFFFF;
		text-decoration:none;
	}
#nav a:hover {
	text-decoration:underline;
	}
#whitecontent {
	background-color: #FFFFFF;
	text-align: left;
	width: 900px;
}
#photo {

	padding: 20px;
	float: left;
	}
#photo img {

}
h1 {
	font-size:16px;
	font-weight:bold;
	}
h2 {
	font-size: 12px;
	font-weight:bold;
	}
#text {
	padding: 20px;
	width: 360px;
	float: left;
}
#stamp {
	z-index:1000;
	position:relative;
	left:820px;
	top:-60px;
	float:left;
	}
#bluebar {
    clear: both;
	background-color: #eff0f0;
	height: 100px;
	width: 900px;
	text-align:left;
}
.bottomlinks {
		float:left;
		width:255px;
		margin:8px;
		position:relative;
		left:30px;
		}
.bottomlinks img {
	float:left;
	margin-right:6px;
	margin-bottom:6px;
	}
.bottomlinks a {
	font-weight:bold;
	text-decoration:none;
	}
.bottomlinks a:hover {
	text-decoration:underline;
	}
#bottomwhite {
	background-color: #FFFFFF;
	height: 16px;
	font-size:10px;
	color:#999999;
	padding:4px;
}
#shadow {
	background-image:url(../images/shadow.gif);
	width:900px;
	height:5px;
	}
