html { font-size: 100%; }
body {
	font-size: 62.5%;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	color: #666;
	text-align: center;
	margin: 40px;
	padding: 0;
}
p {
	font-size: 1.2em;
	line-height: 1.6em;
	margin-top: -0.6em;
}
.model {
	font-size: 1.2em;
	line-height: 2em;
}
.small {
	font-size: 0.9em;
}
li {
	font-size: 1.2em;
	line-height: 1.6em;
}
ul {
	margin-top: -0.6em;
}
a:link {
	color: #005A5A;
	text-decoration: underline;
}
a:visited {
	color: #005A5A;
}
a:hover {
	color: #666;
}
h1 {
	font-size: 2em;
	font-weight: normal;
	font-style: normal;
	color: #005A5A;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
h2 {
	font-size: 1.5em;
	font-weight: normal;
	font-style: normal;
	color: #005a5a;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
h3 {
	font-size: 1.5em;
	font-weight: normal;
	font-style: normal;
	color: #666;
}
#wrapper {
	text-align: left;
	width: 86em;
	overflow: auto;
	margin: 0 auto;
	border: 1px solid #666;
}
#header {
	width: 86em;
	margin-top: 60px;
	margin-bottom: 10px;
}
.nav {
	width: 513px;
	background-image: url(../images/nav_bkg.gif);
	background-repeat: repeat-x;
	height: 29px;
	display: block;
	line-height: 29px;
	font-size: 1.2em;
	color: #fff;
}
#leader {
	position: relative;
	width: 86em;
	height: 167px;
	margin-top: 10px;
	background-image: url(../images/building_resilience.gif);
}
.nav a:link {
	text-decoration: none;
	color: #FFF;
}
.nav a:hover {
	color: #F00;
	text-decoration: underline;
}
.nav a:visited {
	text-decoration: none;
	color: #FFF;
}
#main {
	width: 86em;
	overflow: hidden;
}
#mainBox1 {
	width: 62em;
	float: left;
	margin-top: 2em;
	margin-left: 2em;
}
#mainBox2 {
	width: 20em;
	float: right;
	margin-top: 4em;
}
#mainBox3 {
	width: 62em;
	margin-left: 2em;
	float: left;
	position:relative;
}
#baseWhite {
	background-color: #fff;
	background-position: 0 1px;
	margin: 0 auto;
	width: 86em;
}
.greenbox {
	background-color: #c9e6e4;
	width: 160px;
	background-image: url(../images/greenbox_top.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.bar {
	width: 86em;
	height: 20px;
}
.contact {
	width: 513px;
	background-image: url(../images/nav_bkg.gif);
	background-repeat: repeat-x;
	height: 29px;
	vertical-align: middle;
	line-height: 29px;
	font-size: 1.4em;
	color: #fff;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	float: left;
}
.contact a:link {
	text-decoration: none;
}
.contact a:hover {
	text-decoration: underline;
}
.contact a:visited {
	text-decoration: none;
}
#base {
	margin: 0 auto;
	width: 86em;
	height: 123px;
	border-top-width: 0;
	background-image: url(../images/base.gif);
	position:relative; 
}
.sub {
	font-size: 0.9em;
	right: 2em;
	bottom: 0;
	position:absolute;
	text-align: right;
	width: 84em;
}
.highlight {
	color: #FFF;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	background-color: #ed1c24;
	padding-right: 2px;
	padding-left: 2px;
}
.error { color: #971b1e; }
.left { float: left; }
.right { float: right; }
