@charset "UTF-8";
/* CSS Document */

body    {
	margin: 0;
	padding: 0;
	color: black;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #b4c7ad;
	background-image: url("artwork/background.gif");
	background-repeat: repeat-x;
}
* {
	margin: 0;
	padding: 0;
}

/* header */
div#header	{ width: 800px; height: 180px; text-align: center; margin: 0; padding: 0; }

div#mainbody    {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
div#mainbody h1 { font-size: 16pt; font-weight: normal; margin: 0px 0px 10px 0px; }

/*
div#contentbox    {
	color: white;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #6faa3e;
	padding: 8px 8px 8px 8px;
}
*/

/* Content styling */
div#content    { font-size: 10pt; padding: 8px 8px 8px 8px; background-color: #b4c7ad;}
/* table cells */
div#content td { font-size: 10pt; padding: 2px}
/* headers */
div#content h1 { font-size: 16pt; font-weight: normal; margin: 0px 0px 10px 0px; }
div#content h2 { font-size: 14pt; font-weight: normal }
div#content h3 { font-size: 14pt; font-weight: normal }
div#content h4 { font-size: 12pt; font-weight: bold }
div#content h5 { font-size: 11pt; font-weight: normal; margin: 10px 0px 10px 0px; }
/* links */
div#content a { color: #006; }
div#content a:hover { background-color: #67657D; color: #ffffff; }
/* lists */
div#content ul   { margin: 0; padding: 0 0 0 20px }
div#content li   { font-size: 10pt; margin: 0; padding: 0 }
div#content ul li ul   { margin-top: 10px ; margin-bottom: 10px ; }
div#content ol   { margin: 0; padding: 0 0 0 20px }

div#content td .hangpara { text-indent: -18px ; padding: 0 0 0 20px; }
div#content td .hangpara ul { padding: 0 0 0 20px; }
div#content td .hangpara ul li { padding: 0 0 0 20px; }

/* Footer styling */
div#footer    { color: #000000; font-size: 10px; text-align: center; margin: 0px 0px 0px 0px; padding: 4px 0px 4px 0px; }
div#footer  h1  { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 18pt; font-weight: normal;}
div#credit	{ margin-bottom: 20px; padding: 0; }
div#thinline	{ width: 800px; height: 15px; text-align: center; margin: 0; padding: 0; }
div#copy { font-size: 10px; text-align: center; margin-top: 4px; }
div#cci  { font-size: 10px; text-align: center; margin-top: 0px; background-color: transparent; text-decoration: none; background-image: none }
div#cci a {color: #000000; font-size: 10px; text-align: center; margin-top: 4px; text-decoration: none; background-image: none }
div#cci a:hover  {background-color: #ffffff; color: #67657D; text-decoration: none; background-image: none }
