/* CSS Document */

body {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	text-align:center;
}
#container {
	margin:0 auto;
	text-align:left;
	width: 585px;
	border: 2px solid #1F497D;
}
p {
	margin: 10px 60px 10px 60px;
}
ul li {
	margin: 0.5em 5em 0.5em 5em;
}
.headline {
	color: #1F497D;
	font-size: 24px;
	font-weight: bold;
	margin:  30px 60px 30px 60px;
}
.headlinegreen {
	color: #006600;
	font-size: 20px;
	font-weight: bold;
	margin:  30px 60px 30px 60px;
}
.headline2 {
	color: #1F497D;
	font-size: 20px;
	font-weight: bold;
	margin:  30px 30px 30px 30px;
}
.subhead {
	font-size: 18px;
	font-weight: bold;
}
.subheadlue {
	color: #1F497D;
	font-size: 18px;
	font-weight: bold;
}
.subheadgreen {
	color: #006600;
	font-size: 18px;
	font-weight: bold;
}
.subsub {
	font-size: 16px;
}
.subsubblue {
	color: #1F497D;
	font-size: 16px;
	font-weight: bold;
}
.copy {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #000000;
}
.copyblue {
	color: #1F497D;
	font-weight: bold;
}
img.floatright {
	float:right;
}
