/*===New Styles====*/
 
body { font-family:Arial, Helvetica, sans-serif;}
#container {
	text-align:left;
}
#header {
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	height: 122px;
	width: 800px;
	position: relative;
}
#leftCol {
	width:175px;
	height:470px;
	float:left;
	background-image: url(left_col.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position:relative;
}
#pageWelcome {
	position:absolute;
	top:102px;
	left:10px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
}
#offers {
	position:absolute;
	top:50px;
	left:25px;
}
#content {
	float:left;
	width:575px;
	padding:25px
}
#topCopy {
	z-index:5;
	position:relative;
}
#Actuators {
	position:absolute;
	width:411px;
	height:223px;
	z-index:-1;
	right: 0px;
	top:-25px;
	visibility: visible;
}
#formInfo { border-top:1px solid #CCC; font-size:12px; margin-top:15px; padding-top:15px;}
#footer {
	background-image: url(Footer.jpg);
	height: 36px;
	width: 800px;
	margin-top:10px;
}
td.error ul {
	margin:0px;
	margin-left:25px;
	padding:0px;
	color:red;
}
.clear {
	clear:both;
}
.new {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #3366CC;
}
.desc {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width:340px;
}
.descBig {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	width:340px;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.style16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.form_button_s {
	font: 11px Tahoma;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	background-color: #D0D0D0;
	border-width: 1px;
	padding:3px 6px;
}

