body {
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0 0 10px 0;
	background: #dfe6ff;
}

div#content {
	margin: 50px 100px 10px 100px;
	border: 2px solid #cccccc;
	background: #ffffff url(body_bg.jpg) right bottom no-repeat;
}

div#header h1 {
	margin: 10px 10px 0px 10px;
	background: url(cpa.png) top right no-repeat;
}

div#body {
	padding-bottom: 10px;
} 

div#body h2 {
	background: #415fce;
	color: #ffffff;
	padding-left: 10px;
	font-size: 160%;
}

div#body h3 {
	background: #415fce;
	color: #ffffff;
	padding-left: 10px;
	font-size: 100%;
}

div#body p {
	margin-right: 300px;
	margin-left: 10px;
}

div#photos {
	float: right;
	width: 280px;
	height: 368px;
	background: url(photos.png) no-repeat;
}

* html div#photos {
	background: 0;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=photos.png);
}

table {
	margin-left: 10px;
}

th {
	text-align: left;
	width: 5em;
	vertical-align: top;
}

acronym {
	border-bottom: 1px dotted #415fce;
	cursor: help;
}

div#footer {
	border: 1px solid #cccccc;
	background: #ffffff;
	width: 30em;
	float: right;
	margin: -0.6em 10px 0 0;
	padding: 2px 10px;
	font-size: 80%;
	font-weight: bold;
	color: #8f8f8f;
	text-align: right;
}

div#footer a {
	color: #8f8f8f;
	text-decoration: none;
}