a:link {text-decoration: none; color: #EFEFE2;}
a:visited {text-decoration: none; color: #EFEFE2;}
a:active {text-decoration: none ;color: #EFEFE2;}
a:hover {text-decoration: underline; }



body{
	background-color: #E1E1E1;
	
}

#company{
	padding: 20px;
	margin: auto;
	width: 800px;
	background-color: #F3F3F3;
	font-family: Verdana Bold;
	font-size: .8em;
	color: #000080;
	text-decoration: underline;
	text-align: left
	background-image: url('images/columns.gif');
	background-repeat: no-repeat;
	background-position: right;	
}

#links{
	padding: 10px 20px 20px 20px;
	margin: auto;
	background-color: maroon;
	font-family: Verdana Bold;
        font-size: 1em;
	text-align: center;
	color: #EFEFE2;
	width: 800px;
	height: 10px;
}

#text{
	padding: 20px;
	margin: 10px auto auto auto;
	background-color: #F3F3F3;
	width: 800px;
	font-family: Verdana;
        a:link {text-decoration color: blue;}
        a:visited {text-decoration color: blue;}
        a:active {text-decoration color: blue;}
        a:hover {text-decoration: underline; }
}

#mybar{
	padding: 5px;
	margin: 20px auto auto;
	font-family: Arial;
	font-size: 9px;
	text-align: center;
	color: gray;
}

#imagewrapper{
	margin: 0px auto;
	height: 400px;
	width: 700px;
}

#homeimage{
	margin: 0px 60px 0px;
	width: 600px;
}

.right{
	position: relative;
	top: 0px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	height: 1000px;
	width: 210px;
	background-image: url('images/borderleft.jpg');
	background-repeat: repeat-y;
	background-position: right;
}

.left{
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	height: 1000px;
	width: 210px;
	background-image: url('images/borderright.jpg');
	background-repeat: repeat-y;
	background-position: left;
}
table
{
	table-border-color-light: rgb(153,204,153);
	table-border-color-dark: rgb(153,204,153); 
}
h1, h2, h3, h4, h5, h6{
	font-family: Eras Bold ITC;
}