body {
		margin:0px 0px 0px 0px;
		background:#a5bee5;
}
A 		{ color: #000000; text-decoration: none; }
A:link		{ color: #0000ff; text-decoration: none; }
A:visited	{ color: #c9007f; text-decoration: none; }
A:active	{ color: #c900c9; text-decoration: underline; }
A:hover		{ color: #c900c9; text-decoration: underline; }

h1, h2, h3 {
		margin: 0px;
		padding: 0px;
}

blockquote {
		background-color:#EEE;
		padding:2mm;
		border-left:5px solid #BBB;
}

pre, tt {
		font-size: 120%;
}
pre {
		background:#EEE;
		padding: 2mm;
		border:1px solid #999;
}

#banner {
		font-family: verdana, arial, sans-serif;
		background-color:#a1aab8;
		font-size:large;
		font-weight:normal;
		text-align:left;
		padding:15px;
		border-top:1px dotted #999;
		border-bottom:1px dotted #999;
}

#banner a,
#banner a:link,
#banner a:visited,
#banner a:active,
#banner a:hover {
		font-family: verdana, arial, sans-serif;
		font-size: large;
		color: #FFF;
		text-decoration: none;
}

.description {
		font-family: verdana, arial, serif;
		color:#FFF;
		font-size:small;
		font-weight:bold;
		text-transform:lowercase;
}

#content {
		float: left;
		width: 82%;
		margin-left:0px;
		margin-right:0px;
		padding-bottom:10px;
}

#container {
		border:1px solid #FFF;
}

#links {
		float: right;
		padding-right:1%;
		padding-left:1%;
		margin-left:0;
		margin-right:0;
		padding-bottom:20px;
		border-left: 1px dotted #999;
		border-bottom:1px dotted #999;
		width: 15%;
		background-color: #93a9c6;
}

#parts {
		text-align: center;
		font-family: verdana, arial, sans-serif;
		font-size: small;
		background-color: #93a9c6;
}

#w3c {
		text-align: center;
}

#webchat {
		text-align: center;
		font-family: verdana, arial, sans-serif;
		font-size: x-small;
}

#webchat input {
		border: 1px solid gray;
		background-color: #ffffff;
		width: 100%;
		font-size: x-small;
}

#webchat input.button {
		cursor: pointer;
}

.side {
		font-family:verdana, arial, sans-serif;
		color:#333;
		font-size:x-small;
		font-weight:normal;
		line-height:150%;
		padding:2px;
}

.sidetitle {
		font-family:verdana, arial, sans-serif;
		color:#003366;
		font-size:small;
		font-weight:normal;
		padding:2px;
		margin-top:10px;
		letter-spacing: .1em;
		border-bottom:1px dotted #999;
		text-align:center;
		text-transform:lowercase;
}

.powered {
		font-family:verdana, arial, sans-serif;
		color:#666;
		font-size:xx-small;
		font-weight:bold;
		border-top:1px solid #CCC;
		border-bottom:1px solid #CCC;
		line-height:150%;
		text-transform:uppercase;
		padding:2px;
		margin-top:10px;
		text-align:center;
		letter-spacing: .2em;
}

#content h1, h2 {
		font-family: verdana, arial, sans-serif;
		font-size: small;
		text-transform:uppercase;
		background-color: #b1caef;
		margin: 0px;
		padding: 0px;
		margin-top: 15px;
		margin-left:15px;
		margin-right: 15px;
}
h3,h4,h5 {
		font-family: verdana, arial, sans-serif;
		font-size: small;
		background-color: #b1caef;
		text-transform:uppercase;
		margin: 15px;
		margin-top: -15px;
		margin-bottom: 0;
}
h3 {padding-left: 5px}
h4 {padding-left: 10px}
h5 {padding-left: 15px}

/* indent different sections */
div.level1,div.level2,div.level3,div.level4,div.level5 {
		font-family: verdana, arial, sans-serif;
		text-align: justify;
		background-color:#bad5ff;
		font-size:small;
		font-weight:normal;
		line-height:120%;
		padding: 5px;
		margin: 15px;
		margin-top: 0;
}
div.level3 {padding-left: 10px}
div.level4 {padding-left: 15px}
div.level5 {padding-left: 20px}

p {
	margin: 0;
	margin-top: 10px;
	text-indent: 10px;
	padding:0; 
}

ul { 
		font-size:small;
		line-height: 1.5em;
		list-style-type: square;
		margin: 0 0 0.5em 1.5em;
		padding: 0;
		list-style-image: url(images/bullet.gif);
}
