/* CSS Document */
body {
	text-align: center;
	background-color: #ffffff;
	font-family: arial, monospace, sans-serif;
	line-height: 1.4em;
	font-size: small;
	}
div#dContainer {
	/*width: 100em;*/
	width: 90em;
	border-right: 1px solid #cccc99;
	/*margin: 2em 0 0 2.5em; /* top right bottom left*/
	margin: 2em 0 0 1em; /* top right bottom left*/
	}
div#dHeader {
	/*width: 100em;*/
	width: 95em;
	height: 8em;
	padding: 0;
	margin: 0;
	}
div#dLeftMain {
	width: 19.1em;
	float: left;
	padding-left: 0.7em;
	}
div#dBox {
	width: 18.4em;
	border: 1px solid #cccc99;
	text-align: left;
	margin: 0;
	margin-bottom: 0.7em;
	min-height: 10em;
	}
div#dRightMain {
	/*width: 80em;*/
	width: 70em;
	float: right;
	}
div#dRightMain div#dMainContent {
	border: 1px solid #cccc99;
	margin: 0;
	margin-bottom: 0.7em;
	float: left;
	/*width: 60em;*/
	width: 50em;
	color: #000000;
	min-height: 37.5em;
	text-align: center;
	}
div#dRightMain div#dHelp {
	width: 19.1em;
	padding-left: 0.7em;
	float: right;
	}
div#dFooter {
	clear: both;
	height: 0.2em;
	}
div#content_head_img {
	text-align: center;
	width: 590px;
	padding: 0;
	margin-bottom: 12px;
	margin-top: 4px;
	}

/* styles */
div#dMainContent p {
	text-align: justify;
	padding: 1.2em;
	}
div#dMainContent div#news {
	width: 95%;
	border: none;
	text-align: left;
	/*background: #71BAF2;*/
	padding: 0 0 10px 0;
	float: left;
	}
div#dMainContent div#news div {
	float: left;
	width: 95%;
	margin: 0.4em 1.4em;
	padding: 0.3em; /* top right bottom left */
	display: inline;
	background: #f8f8f8;
	border: 0;
	border-right: 0.1em solid #cccc99;
	border-top: 0.1em solid #cccc99;
	text-align: justify;
	}
div#dMainContent div#news img {
	margin: 0 0.8em 0 0;
	}
div#dMainContent div#news span.list, a { 
	line-height: 123%;
	color: #cc7c98;
	font-weight: bold;
	}
div#divTitle {
	background-color: #cccc99; 
	height: 2.3em; 
	line-height: 2.3em;
	text-align: center;
	}
a.dNavA { 
	text-decoration: none; 
	padding-left: 1.5em;
	color: #cccc99;
	font-weight: bold;
	padding-left: 1.5em;
	}
a.dNavA:link { 
	text-decoration: none; 
	color: #cccc99;
	}
a.dNavA:visited { 
	text-decoration: none; 
	color: #808080;  
	}
a.dNavA:hover { 
	text-decoration: underline overline ; 
	color: #0000fe; 
	padding-left: 2em; 
	}
a.dNavA:active { 
	text-decoration: none; 
	color: #cccc99;
	}


