@import url('WelcomePage.css');

body {
	background: #e4e3e8;
}

a:link, a:visited {	
	color: #006699;
	text-decoration: none;
	border-bottom: 0px dotted #006699;
}

a:hover, a:active {
	color: #000;
	border-bottom: 0px solid #777;
}

#container1 {
	width: 970px;
	position: relative;
/*	left: 50%;
	margin-left: -485px;*/
	background: #fff url('../images/bg_body.gif') repeat-y;
	text-align: left;
}

#logobar img.Logo 
{
	border:0;
	position: relative;
	left: 22px;
	top: 6px;
	height: 50px;
	width: 253px;
}

#language {
	position: absolute;
	left: 790px;
	top: 0px;
}

#logoff {
	position: absolute;
	left: 790px;
	top: 38px;
}

#oldfrontpage {
	position: absolute;
	left: 790px;
	top: 74px;
}

#container2 {
	width: 946px;
	margin-left: 12px;
	background-color: White;
}

#containerContent {
	padding: 0 15px 0 15px;
}

#pageend {
	width: 970px;
	position: relative;
/*	left: 50%;
	margin-left: -485px;*/
	height: 26px;
	background: url('../images/bg_body_pageend.gif');
	clear: both;
}

TD.SolidBackground {
	font-family: Tahoma, Arial, Sans-Serif;
	font-weight: bold;
}

.PaleLeftBorder {
	border-left: darkgray 1px dotted;
}

A.BlockLink
{
	display: block;
	padding: 2px 0px 2px 4px;
	border-bottom: 1px dotted gainsboro;
}

A.BlockLink:hover
{
	background-color: lavender;
}

A.ToolLink {
	font-size: 9pt;
	display: block;
	padding: 2px 0px 2px 0px;
	border-bottom: 1px dotted gainsboro;
	color: #333333;
}

A.ToolLink:hover {
	background-color: lavender;
}

