﻿.pagetop
{
	background-image: url(images/_logo-slice.gif );
	background-repeat: no-repeat;
	height: 97px;
	width:990px;
	display: block;
}

.pagetop a
{
	text-decoration: none;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal !important;
	float: left;
	margin: 70px 0px 30px 0px;
	padding:0px 20px 0px 0px;
}

.header
{
    background-image: url(images/header.gif);
	background-repeat:no-repeat;
	width: 990px;
	height: 31px;
}

.contenttop
{
	background-image: url(images/_top-slice.gif);
	background-repeat:no-repeat;
	width:990px;
	/* height: 491px; */
}
.content
{
	width:990px;
	background-repeat: repeat-y;
	background-image: url(images/background.gif); 
}

.validator
{
	background-color: #FFFACD; /* #FFFACD = lemonchiffon */
}

.message-panel
{
	font-family:Tahoma;
	background-color: #ABD3FA;
	border: solid 1px white;
	width: 965px;
	margin: 10px 0px 20px 0px;
	padding: 10px 10px;
	font-weight: bold;
	color: white;
}
a.csolutions 
{
    text-decoration:none;
    font-size:12px;
}