body {
	padding: 0;
	margin: 0;
	color: #1d5288;
	background-color: #ecf7fd;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	font-weight: bold;
	text-decoration: none;
}

a:link, a:visited {
	color: #251053;
}

a:hover, a:active, a:focus {
	color: #6eb5de;
	text-decoration: underline;
}

a img {
	border: none;
}

/* header */
#header {
	padding: 8px 25px 5px 25px;
	background-color: white;
	min-width: 700px;
	text-align: center;
}

#strap {
	margin: 0 12px;
}

/* menu */
#menu {
	padding: 0 13px;
	background-color: #c5e6f9;
	font-size: 0.8em;
	height: 2.7em;
	text-align: center;
}

/* wrapper */
#wrapper {
	margin: 25px;
	position: relative;
	min-width: 700px;
}

/* sidebar */
#sidebar {
	width: 205px;
	font-size: 0.75em;
	position: absolute;
	top: 0;
	left: 0;
	padding-bottom: 1.5em;
}

/* content */
#content {
	border: 2px solid #1d5288;
	margin: 0 0 0 205px;
	padding: 1em;
	background-color: white;
}

/* tags */
h1 {
	margin-top: 0;
	font-size: 1.3em;
	text-align: center;
	text-transform: lowercase;
}

h2 {
	margin-top: 0;
	font-size: 1.0em;
}

h3 {
	margin-top: 0;
	font-size: 0.85em;
}

p {
	font-size: 0.85em;
	line-height: 1.5;
}

dl {
	font-size: 0.85em;
	line-height: 1.5;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1em;
}

p+h2 {
	margin-top: 2em;
}

#content li {
	font-size: 0.85em;
	line-height: 1.5;
}

blockquote {
	font-size: 0.85em;
	line-height: 1.5;
	font-style: italic;
}

.caption {
	text-align: center;
	font-size: 0.7em;
}

#sidebar .caption {
	font-size: 0.9em;
}

.center {
	text-align: center;
}

.indent {
	margin-left: 1.5em;
}

.floatl {
	float: left;
	margin: 5px 15px 1px 0;
	border: 2px solid #1d5288;
}

.clear {
	clear: both;
	padding-top: 1em;
}

.small {
	font-size: 0.8em;
}

.big {
	font-size: 1.2em;
}

/* detail tables */
.details {
	border-collapse: collapse;
	margin-bottom: 1em;
}
.details td {
	vertical-align: top;
	font-size: 0.85em;
	line-height: 1.5;
	padding-bottom: 0.5em;
}
.details td.col1 {
	padding-right: 15px;
	width: 155px;
	color: #5a138e;
}
.details td.col1-ind {
	padding-right: 15px;
	width: 140px;
	padding-left: 1.5em;
	color: #5a138e;
}
.details td.colspan-ind {
	padding-right: 15px;
	padding-left: 1.5em;
	color: #5a138e;
}
.purple {
	color: #5a138e;
}