body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 84%;
	margin: 0;
	padding: 0;
}

#header {
	color: rgb(168,200,220);
	background: rgb(51,103,153) url(header.jpg) no-repeat top right;
	padding: 1em 0.75em 0.1em 0.75em;
	margin: 0;
}

#header p {
	font-style: italic;
}

#header a {
	color: rgb(168,200,220);
}

#main {
	color: rgb(0,0,0);
	background: rgb(255,255,255);
	padding: 0 0.75em 0 0.75em;
	margin: 1em 0 0 0;
}

#footer {
	clear: both;
	font-size: 0.75em;
	font-style: italic;
	color: rgb(51,103,153);
	padding: 0 0.75em 0 0.75em;
	margin: 0.5em 0 0.75em 0;
}

a:link {
	color: rgb(51,103,153);
	text-decoration: none;
}
a:visited  {
	color: rgb(128,128,128);
	text-decoration: none;
}
a:active, a:hover {
	text-decoration: underline;
}

p {
	/*font-size: 1.0em;*/
	line-height: 1.2em;
	font-style: normal;
	font-weight: normal;
	margin: 1em 0 1em 0;
	padding: 0;
}

h1 {
	font-size: 2.4em;
	font-style: normal;
	font-weight: bold;
}

#header h1 {
	margin-top: 0.5em;
}

#main h1 {
	color: rgb(51,103,153);
	background: url(ding.gif) no-repeat center left;
	padding-left: 20px;
}

h2 {
	font-size: 1.48em;
	font-style: normal;
	font-weight: bold;
}

#main h2 {
	color: rgb(51,103,153);
	background: url(ding.gif) no-repeat center left;
	padding-left: 20px;
}

h3 {
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 0.5em;
}

#main h3 {
	color: rgb(51,103,153);
	background: url(ding.gif) no-repeat center left;
	padding-left: 20px;
}

.label {
	font-style: italic;
}

img {
	border: 0;
}

img.hd {
	vertical-align: bottom;
	margin-top: -22px;
}

ul {
	list-style-image: url(dings.gif);
}

dl {
	list-style: outside;
	list-style-image: url(dings.gif);
}
dt {
	display: list-item;
	font-weight: bold;
	color: rgb(51,103,153);
	margin-top: 1em;
	margin-left: 1.1em;
}
dd {
	margin-left: 1.1em;
}

/* linkline is a <ul> of links, formatted onto one line */
ul.linkline {
	padding: 0;
	margin: 1em 0;
	font-style: italic;
}
.linkline li {
	display: inline;
	list-style-type: none;
	border-left: 1px solid rgb(168,200,220);
	padding-left: 4px;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}
.linkline li.first {
	/* First item has a ">" dingbat. Note that this is done as a background bitmap
	 not a list-style-image because <li> doesn't show its dingbats when it's inline! */
	background: url(dingsh.gif) no-repeat left center;
	padding-left: 14px;
	border-left: none;
}
.linkline a {
	font-style: normal;
	font-weight: bold;
}
.linkline em {
	font-style: normal;
	font-weight: bold;
}
.linkline strong {
	font-style: italic;
	font-weight: bold;
}

/* floatblock */
.floatblock {
	float: left;
}
