* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #aaa;
	margin: 10px 0 10px 0;
	font-family: helvetica,arial,sans-serif;
	font-size: 14px;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
}
/* .journaltop */
#head {
	padding:30px;
	color:#ffffff;
	/*text-transform:uppercase;*/
	background:url('images/hl-ps.gif') repeat-x top center;
	height:59px;
}
#head h1 {
	font-size: 22px;
}
#head h2{
	font-size:17px;
	color:#ffffff;
	font-weight:bold;
	/*text-transform:uppercase;*/
}
#head img{
	display:none;
}
/* .Menu */
#menu {
	margin:0px;
	margin-bottom:0px;
	font-size:8pt;
	font-weight:bold;
	color:#ffffff;
	background:url('images/sl-ps.gif') repeat-x top center;
	line-height:25px;
	height:30px;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	vertical-align:super;
	/*_vertical-align:middle; */
	overflow:hidden;
}
#menu a{
	/*font-size:13pt;*/
	font-size:16px;
	font-weight:normal;
	color:#ffffff !important;
	text-decoration:none;
	padding-left:7px;
	padding-right:7px;
	vertical-align:sub;
	_vertical-align:middle;
}
#menu a:hover{
	text-decoration:underline;
}
#menu li {
	display: inline;
}
/* .journalbox */
#main {
	border:1px solid #003366;
	background:#ccdfec;
	color:#000000;
}
/* .list */
#foot {
	font-size:12px;
	padding-left:30px;
	padding-right:30px;
	padding-top:15px;
	padding-bottom:5px;
	color:#ffffff;
	/*background:url('images/ft-ps.gif') repeat-x top center;*/
	background:url('images/ft-ps.gif') repeat-x  0px -75px;

	height:30px;
	/*_height:40px;*/
}
#foot a {
	color: #fff;
}
#foot a:hover {
	text-decoration: none;
}
/* main block in main  .journalbottom   */
.journal{
	padding:30px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:left;
}
.journal a{
	color:#004f9d;
}
/*  block in main only with text */
.journaltext{
	padding:30px;
	padding-bottom:0px;
}
.journaltext a{
	color:#004f9d;
}

/* .Header */
.block_header:first-letter{
	/*font-size:14pt;*/
	font-size:19px;
	line-height:27px;
}
.block_header {
	/*font-size:10pt;*/
	font-size:13px;
	color:#ffffff;
	background:url('images/sl-ps.gif') repeat-x top center;
	line-height:27px;
	_line-height:30px;
	height:30px;
	padding-left:10px;
	padding-right:10px;
	text-transform:uppercase;
}

/* this is body of block .Block */
.block_body {
	margin:0px;
	padding:12px;
	background:#ffffff;
}
.block_body ul {
	list-style-position: inside;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 1.3em;
}
/* footer block .Footer ; block with small text in center of block */
.journalfoot {
	font-size:8pt;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}
/* font */
.f{
	font-weight:bold;
}
.f strong{
	font-weight:normal;
}
/* set color   */
.hsep{
	color:#004f9d;
}
/* ul   */
ul .f {
	background:none;
}
a img {
	border: none;
}

p
{
    padding-bottom: 10px;
}