/* begin define html body style */
body {
	background: #202020;
	margin: 0;
	padding: 0;
	font: 10pt Geneva, Arial, Helvetica, sans-serif;
}
/* end define html body style */

/* begin define header image and page title */
div.header {
	background: url(images/header800.jpg) top left no-repeat;
	width: 800px;
}

div.header h2 {
	height: 189px;
	text-align: left;
	line-height: 100%;
	margin: 0;
	padding-left: 50%;
	padding-top: 10px;
	font-size: 24pt;
}
/* end define header image and page title */

/* begin define content box */
div.blackbox {
	background: #000000;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
/* end define content box */

/* begin define menu */
div.menu {
	width: 190px;
	height: 100%;
	color: #a0a0a0;
	margin-left: 15px;
	margin-right: 25px;
	margin-top: 0;
	margin-bottom: 25px;
	padding: 0;
}

div.menu a {
	color: #5050ff;
	text-decoration: none;
}

div.menu a:hover {
	color: #8080ff;
	text-decoration: underline;
}

div.menu ul {
	list-style-type: none;
	text-indent: -2em;
}
/* end define menu */

/* begin define the article box */
div.Article {
	font: 10pt Geneva, Arial, Helvetica, sans-serif;
	width: 555px;
	border: none;
	background: url(images/box-topleft.png) top left no-repeat;
} 

div.Article h3 {
	font-size: 15pt;
	background: url(images/box-topright.png) top right no-repeat;
	padding: 15px;
	margin: 0;
}

div.ArticleBody {
	padding: 15px;
	margin: 0;
	margin-top: -1.7em;
	background: url(images/box-right.png) top right repeat-y;
	text-align: justify;
}

div.ArticleFooter {
	background: url(images/box-bottomleft.png) bottom left no-repeat;
}

div.ArticleFooter p {
	padding: 15px;
	margin: -2em 0 0 0;
	background: url(images/box-bottomright.png) bottom right no-repeat;
}
/* end define article box */

/* begin define footer (required to complete content box) */
div.footer {
	clear: both;
	color: #909090;
	text-align: center;
	font-size: 7pt;
}

div.footer p {
	padding-top: 5px;
	padding-bottom: 5px;
}
/* begin define footer (required to complete content box) */

/* begin define floating columns */
div.column {
	float: left;
}
/* end define floating columns */
