/* CSS Document */

body {
	background-color: #E1E8F5;
	font-family: georgia, times, serif;
	font-size: 12px;
	color: #333333;
	list-style: none;
}

a {
	color: #1B75BC;
	text-decoration: none;
}

a:visited {
	color: #1B75BC;
	text-decoration: none;
}

a:hover {
	color: #1B75BC;
	text-decoration: underline;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clr {
	clear: both;
}

/* body */

.textbox {
		margin: 70px;
		padding: 40px;
		width: 900px;
		background-color:#FFFFFF;
		float: left;
		display: inline;
	}

	.boxtext {
		width: 200px;
		background-image: url(/images/edna.jpg);
		background-position: top left;
		background-repeat: no-repeat;
		line-height: 110%;
		float: left;
		display: inline;
	}
		
		.boxtext h1 {
			margin: 0 80px 20px 0;
			padding: 0;
			width: 120px;
			height: 225px;
			text-indent: -9999px;
			float: left;
			display: inline;
		}
		
			.boxtext h1 a {
				width: 150px;
				height: 225px;
				display: block;
			}
			
		.boxtext h2 {
			color: #1B75BC;
		}
			
		.boxtext h3 {
			font-family: Helvetica, Arial, sans-serif;
			font-size: 12px;
		}	
		
		.boxtext ul#nav li a {
			line-height: 130%;
			color: #333;
		}

	div.contentbox {
		margin: 0 0 0 20px;
		width: 600px;
		font-size: 14px;
		line-height: 120%;
		float: left;
		display: inline;
	}
	
		#contact h4 {
			margin: 5px 0 5px 0;
		}
		
		#contact h5 {
			margin: 5px 0 0 0;
		}
		
		ul#contact {
			margin: 15px 0 10px 0;
		}
		
		ul#contact li ul li {
			color: #333;
		}
		
.style1 {
	color: #1B75BC;
}

.style2 {
	font-size: 18px;
	color: #1B75BC;
}

.style3 {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color: #333333;
}

.style4 {
	color: #333333;
}

.style5 {
	color: #1B75BC;
}