body {
	font-size: 1em;
}

div#page {
	font-family: Helvetica, sans-serif;
}

#title {
	font-size: 225%;
	font-weight: bold;
	margin: 0;
	background-color: #5c5ca4;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	color: #dddddd;
	letter-spacing: 0.20em;
	font-family: Times New Roman, Times, serif;
}

div#header div p {
	margin-top: 0;
}

div#header .logo {
	float: left;
	padding: 6px;
}

div#header .name {
	font-weight: bold;
	float: left;
}

div#header .address {
	font-size: 90%;
	margin-left: 1em;
	float: left;
}

ul.headings {
	display: none;
}

div#content {
	padding: 1em;
	background-color: white;
	font-family: Times New Roman, Times, serif;
	clear: both;
}

h1,h2,h3 {
	color: #5c5ca4;
	font-family: Helvetica, sans-serif;
	margin-bottom: 0;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 120%;
	margin-top: 0;
}

div#content a {
	color: #5c5ca4;
}

div#content p {
	margin-top: 0;
}

div.twocol_l {
	width: 48%;
	float: left;
}

div.twocol_r {
	width: 48%;
	float: right;
}

div.twocol_l ul, div.twocol_r ul {
	margin-top: 0;
	list-style-type: none;
	padding: 0;
	margin-left: 1em;
	text-indent: -1em;
}

li.letter {
	padding-left: 0.5em;
	font-size: 150%;
	font-weight: bold;
}

br.clear {
	clear: both;
}

