body {
	color:#000000;
	background:#FFFFFF;
	margin:0px;
	font-size: 100.1%;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(images/leftbar.gif); 
	background-attachment:fixed;
	background-repeat: repeat-y;
}

#topright {
	position: absolute; 
	top:0em; 
	left:37em; 
	width: 188px; 
	height: 57px; 
	background-image:url(images/topright.gif); 
	background-repeat:no-repeat; 
}

#ailogo {
	position: absolute; 
	top: 44px; 
	left: 8em; 
	width: 179px; 
	height: 43px; 
}

#content {
	position: absolute; 
	top: 120px; 
	left: 8em; 
	width: 39em;
}

#managercontent {
	position: absolute;
	display: block;
	border: 1px solid #EAB649;
	padding: 0.8em 0.8em 0em 0.8em;
	margin-bottom: 1em;
	width: 39em;
	min-height: 12em;
	clear: both;
}

#webcontent {
	position: absolute;
	top: 13em;
	display: block;
	border-top: 1px solid #FFDB78;
	border-left: 1px solid #FFDB78;
	border-right: 1px solid #F47521;
	border-bottom: 1px solid #F47521;
	padding: 0.8em;
	width: 39em;
	margin-top: 1em;
}

#webc_left {
	float: left;
	width: 19em;

}

#webc_right {
	float: right;
	width: 19em;
}


#footer {
	position: absolute; 
	bottom: 0.7em; 
	left: 8em;
}

h1 {
	margin-top: 0em;
	color: #18357D;
	font-size: 1.1em;
}

h2 {
	color: #808080;
	font-size: 0.9em;
}

p {
	font-size: 0.8em;
}

#webcontent p {
	margin: 0em;
}	

a  {
	text-decoration: none;
}

.productname {
	font-weight: bold;
	color: #18357D;
}

.productlogo {
	border: 0px;
	margin-right: 1em;
}