﻿/* CSS layout */
body{
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/erpscreen.png);
		background-attachment: fixed;
}

a{
	text-decoration:none;
	color: black;
}

a:hover {
	background-color:orange;
	text-decoration: underline;
}

#masthead {
}

#top_nav {
position:absolute;
left:0px;
top:20px;
}


#menu a{
	font-size: 12pt;
	color: black;
	text-decoration: none;
}

#menu a:hover {
	display: block;
	background-color: orange;
	text-decoration: underline;
}


#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 10px;
	top: 100px;
}

#page_content {
	margin-left: 220px;

}

#footer {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center; 
	background-color: #BFDBFF;
	color: black;
}
.hspace{
	margin-top: 0px;
	margin-bottom: 0px;
}
.why {
	list-style-image: url('images/greenbal.gif');
	text-align: justify;
}
#feature a {
	color: black;
	text-decoration: none;
}
#feature a:hover {
	background-color: orange;
	text-decoration: underline;
}
.lft {
	text-align: left;
}
.t2 {
	width: 90%;
	empty-cells: show;
}
.scrtop {
	margin-top: 83px;
}

.just{
	text-align:justify;
}

.threed{
	background-color: #BFDBFF;
	border-right-style: inset;
	border-right-width: thin;
	border-right-color: #B0CBEF;
	border-bottom-style: inset;
	border-bottom-width: thin;
	border-bottom-color: #B0CBEF;
}
.twidth {
	width: 90%;
}

.bro {text-align: left; list-style-image: url('images/greenbal.gif');}

.lrmarg {
	margin-left: 10pt;
	margin-right:10pt;
}

.under {
	text-decoration:underline;
}

#site_map a{
	color: black;
	text-decoration: none;
}

#site_map a:hover{
	display: block;
	background-color: orange;
	text-decoration: underline;	
}
.cen {
	text-align: center;
}
