body{
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 11pt;
	line-height:13pt;
	background-color: #154d2d;
}

/*define the general document position and width*/

.pageWidth{
    width:980px;
    margin:0 auto;
    position:relative;
}
.page{
	width: 980px;
	margin: 0;
	position: absolute;
	padding-bottom: 40px;
	background-color: #0a552b;
	background-image: url(images2011/bkgrnd-masthead.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

.pageTitle{
	padding-top:200px;
}

h1 {
	font-size: 45pt;
	font-weight: lighter;
	font-style: italic;
}

.subtitle {
	font-size: 13pt;
	font-weight: bold;
	padding-bottom: 8px;
	padding-top: 12px;
	font-style: italic;
}

.content{
	width:980px;
	}

.content td{
	width:33%;
	padding:0 15px;
	vertical-align: top;
	}
	
a {
	color:#efd495;
	text-decoration: underline;
	}
