body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	height: 100%;
	background-color: #ccc;
	background-image: url("/watermark-sm.gif");
	background-repeat: no-repeat;
	background-position: 99% 10px;
}

a {	color: #184065; }
a:hover { text-decoration: underline; }

h1, h2 { font-weight: bold; }
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }

ul {}
 ul li {
 	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
 }

td { 
	border: 1px solid #78A5CF;
	vertical-align: top;
	padding: 5px;
}

em {
	font-style: italic;
}

#container {
	text-align: center;
}
	#content{
		width: 784px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
		margin-bottom: 20px;
		padding-left: 20px;
		padding-right: 20px;
		text-align: left;
		background-color: #fefefe;
	}
		#header {
			padding-top: 20px;
			padding-bottom: 20px;
			height: 60px;
		}
			#logo {
				padding-right: 20px;
				float: left;
				clear: left;
			}
			#title {
				float: left;
				clear: right;
			}
				h1.maintitle {
					padding-top: 28px;
				}
				p.referred {
					padding-top: 4px;
					font-size: 0.75em;
				}
		#body{
			clear: both;
		}
			#maintable tr td {
				width: 250px;
			}
				tr.header td {
					background-color: #78A5CF;
				}
				tr.desc td {
					background-color: #DFECF8;
				}
		#footer {
			padding-top: 20px;
			padding-bottom: 20px;
			font-size: 0.75em;
		}
