@charset "UTF-8";


/* Therese */

body {
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	color: #333;
	letter-spacing:normal;
	}

/* LAYOUT STUFF */

#wrapper {
	width:1020px;
	position: relative;
	margin:0 auto 0 auto;
	text-align:left;
	background-color:#FFF;
	

	}


#masthead {
	position: relative;
	margin:0 0 0 0;
	width:1020px;
	color:#030;
	display:block;
	height:260px;
	border-left:1px;
	border-right:1px;
	border-color:#000;
	border-left-style:solid;
	border-right-style:solid;
	}
	
#content {
	width:1020px;
	position: relative;
	margin:0 auto 0 auto;
	text-align:left;
	background-color:#FFF;
	}	

#row1{
	position: relative;
	display:inline;
	float:left;
	padding:0;
	margin:0;
	top: 30px;
	margin-left:30px;
	margin-right:30px;
	left:0px;
	width:210px;
	color:#030;
	}	
	
#row2{
	position: relative;
	display:inline;
	float:left;
	padding:0;
	margin:0 0 0 0;
	top: 30px;
	width:500px;
	text-align:justify;
	line-height:21px;
	left:0;
	}			
	
#row3{
	position: relative;
	display:inline;
	float:left;
	padding:0;
	color: #888;
	line-height:22px;
	margin-right:30px;
	top: 30px;
	width:190px;
	color:#777;
	left:30px;
	}	
	
#footer{
	position:relative;
	display:inline;
	top: 70px;
	height:70px;
	margin:0;
	padding:0;
	color: #888;
	width:1020px;
	}		
	
.italic{
	font-style: italic;
	
}

ul.mid {
	list-style-type: none;
	margin:0;
	text-align: left;
	padding-left:20px;
	padding-right:0;
	padding-top:0;
	padding-bottom:0;
	line-height: 20px;
}


ul {
	list-style-type: none;
	padding:0;
	margin:0;
	line-height: 19px;
	text-align: left;
	
}


.pleft{
	margin-left:-20px;
	
}

.sectionhdr{
	color:#000;
	font-size:13px;
	letter-spacing:.10em;
	line-height: 21px;
	font-weight:600;
	
}


h1{
	color:#000;
	font-size:15px;
	letter-spacing:.12em;
	line-height: 23px;
	
}


a:link, a:visited{
	color:#000;	
	text-decoration:underline;	
}

a:hover{
	color:#888;	
	text-decoration:none;	
}

h1 a:hover { color:#000;	
text-decoration:none; }


h1:link{
color:#000;	
text-decoration:none;		
}
.spacer {
clear: both;
}

