body {
	font-family: Georgia, Arial, sans-serif;
	background-color: #000000;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}

a {
	color: #CCCCFF;
}
a:hover {
	color: #FF9900;
}
a:active {
	color: #FF0000;
}
a:visited {
	color: #FFCCFF;
}
a img {
	border: 0px solid black;
}

div#content-outer {
	width: 760px;
	background-color: #333333;
	margin: auto auto auto auto;
	padding: 3px 0 10px 0;
	min-height: 800px;
	background-image: url(images/background-gradient.jpg);
}
div#content-inner {
	width: 740px;
	margin: 0 auto 0 auto;
	min-height: 800px;
}

div#title {
	background-color: 666666;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding: 2px 6px 2px 6px;
	font-size: 20pt;
	margin-bottom: 14px;
}
div#title a {
	color: #FFFFFF;
	text-decoration: none;
}
div#title a:hover {
	color: #FF9900;
}
div#title a:active {
	color: #FF0000;
}
div#title a:visited {
	color: #FFCCFF;
}
div#title a img {
	border: 0px solid black;
}


div#bodytext {
	margin: 6px;
}

div.content-entry {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	font-size: 10pt;
	min-height: 100px;
	padding: 4px;
}
div.content-entry img {
	width: 100px;
	height: 100px;
	float: left;
	margin: 0 8px 0 0;
}
div.content-entry:first-line {
	font-weight: bold;
	font-size: 12pt;
	font-variant: small-caps;
}
div.content-block {
	border-top: 1px solid white;
	font-size: 10pt;
	text-indent: 6px;
	padding:2px;
}
div.content-block:first-line {
	font-weight: bold;
	font-size: 13pt;
	font-variant: small-caps;
	text-indent: -6px;
}
div.content-block p {
	margin: 0 0 6px 0;
}
div.content-block ul {
	position:relative;
	left: 20px;
}
