img.background {
	margin: 0px;
	border: none;
	float: left;
}

/* On remove the border add two pixels on the width */

div.welcome, div.news, div.promotion, div.journal, div.directlinks {
	font-size: 8pt;
	line-height: 1.5em;
	text-align: justify;
}

div.welcome {
	position: absolute;
	border: none;
	height: 125px;
	width: 330px;
}

div.welcome textarea {
	height: 100%;
}

div.news {
	position: absolute;
	width: 332px;
	height: 125px;
	border: none;
}

ul.news {
	list-style-image: url("../images/bullet_green.gif");
	line-height: 1.2em;
	list-style-type: none;
	padding: 0px;
	margin-left: 17px;
	margin-top: -18px;
}

li.news {
	margin-top: 19px;
}

li.news p {
	display: inline;
}

a.newslink {
	font-size: 8pt;
	color: black;
	text-decoration: none;
}

a.newslink:hover {
	text-decoration: underline;
}

span.headline {
	font-weight: bold;
}

span.pretext p {
	display: inline;
	font-weight: normal;
}

div.directlinks {
	position: absolute;
	border: none;
	height: 130px;
	width: 200px;
}

ul.directlinks {
	line-height: 2.5em;
	list-style-image: url("../images/bullet_blue.gif");
	list-style-type: none;
	padding: 0px;
	margin-left: 17px;
}

div.directlinks a {
	color: black;
	text-decoration: none;
}

div.directlinks a:hover {
	text-decoration: underline;
}

div.journal {
	position: absolute;
	border: none;
	height: 130px;
	width: 202px;
}

table {
	height: 100%;
}

td.journaltext {
	padding-left: 5px;
	font-size: 9pt;
	color: white;
	text-align: left;
}

td.journaltext a {
	text-decoration: none;
	color: white;
}

td.journaltext a:hover {
	text-decoration: underline;
}


a.archivlink {
	text-decoration: none;
	color: white;
}

div.promotion {
	position: absolute;
	border: none;
	height: 130px;
	width: 200px;
}

ul.action {
	line-height: 1.2em;
	list-style-image: url("../images/bullet_blue.gif");
	list-style-type: none;
	padding: 0px;
	margin-left: 17px;
}

li.action {
	margin-top: 19px;
}

div.promotion a {
	color: black;
	text-decoration: none;
}

div.promotion a:hover {
	text-decoration: underline;
}
