body{

	margin: 10px 0px;
	padding:0px;
	background-color: #8796D6;
	text-align:center;
	font: 10pt/12pt georgia;
	font-size: 10pt;
	color: #7D7D7D;
}

#header {

	border-bottom: 1px solid gray;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background-color: #8786D6;

}

#header img {
	padding-left:  0px;
	padding-right: 0px;
	vertical-align: center;
}

#navigation {

	text-align: left;
	float: left;
	border-right: 1px solid gray;
	border-bottom:1px solid gray;
	margin: 0px;
	padding:10px;
	width: 120px;
	height: *;
	font: italic 9pt/14pt georgia;
	background-color: #EEEEEE;
	list-style: none;	
}


#navigation a {

	color: #7D775E;

}

#navigation a:hover {

	background-color: #FBFAFF;

}

#submenu {

	text-align: left;
	padding-left: 1px;
	margin: 0px;
	/*background-color: #8786D6;*/
	background-color: #EEEEEE;
	list-style: none;

}
/*li {
	list-style: none;
	list-style-image: url(images/smlogo.png);
}*/
#main {

	width: 820px;
	margin: 0px auto;
	background-color: #F7F6E4;
	border: 2px solid gray;
	text-align: left;

}

#content {

	margin: 10px 9px;
	padding: 0px;
	float: left;
	width: 640 !important;
	w\idth: 620;
	min-height: 440px;
	height: auto !important;
	height: 440px;
	text-align: justify;

}

#content div {

	float: left;
	padding: 5px;
	text-align: left;
	width: 300px;
}

#bookHeadline {

	font-weight: bold;
	color: #8786D6;/*#000069;*/
	border-bottom: 1px dashed #000069;
	padding-bottom: 3px;

}

#content dd {

	font-weight: normal;

}

#content br {

	clear: all;

}

#content img {

	float: center;
	border: 1px dashed #000069;
	margin-right: 15px;

}

#content h3 {

	color: #7D775E;
	padding-top: 10px;
	padding-bottom: 5px;
	font-style: italic;
	border-bottom: 2px dotted #B2D378;

}

#footer{

	border-top: 1px solid gray;
	margin: 0px auto;
	text-align: center;
	font: 7pt small verdana;
	background-color: #8786D6;
	color: #FFFFFF;

}

#footer a {

	text-decoration: none;
	color: #000069;

}

a {

	text-decoration: none;
	color: #000069;

}

a:hover { color: #0000FF; }

a:visited{ color: #000069; }

#ticker {

	border: 1px solid #CCCCCC;
	width: 98%;
	w\idth: 100%;
	margin-top: 15px;

}

#ticker p {

	background-color: #DDDDDD;
	margin-top: 0px;

}