/* CSS Document */


a:link {
	color: #304090;
	text-decoration: none;
}

a:visited {
	color: #304090;
	text-decoration: none;
}

a:hover {
	color: #3060E0;
	text-decoration: underline;
}

p {
	text-indent: 2em;
	margin: 0px 0px 10px 0px;
}

.section1 {
	position: relative;
	width: 240px;
	padding: 10px;
	margin-top: 10px;
	border: 5px solid #304090;
}

.section2 {
	position: relative;
	width: 270px;
	margin-top: 30px;
}

.section3 {
	position: absolute;
	top: 10px;
	left: 310px;
	width: 420px;
	border-bottom: 2px dotted #304090;
}

.section4 {
	position: absolute;
	top: 210px;
	left: 310px;
	width: 420px;
}

.photo {
	float: right;
	margin: 20px 0px 5px 10px;
}


form {
	margin: 10px 0px 10px 0px;
	line-height: 200%;
}

input, textarea, select {
	font-family: verdana, sans-serif;
	font-weight: bold;
	color: #304090;
}

.formline input:focus, textarea:focus {
    background-color: #C0CCFF;
	color: #000000;
}

.formline {
	margin: 5px 0px 5px 0px;
}

