body {
	background-color: #000000;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	width:898px;
	}
	
#pageHead {
	background-image:url(images/page_head.jpg);
	width:898px;
	height:85px;
	text-align:right;
}

#topLinks {
	padding-right:24px; 
	padding-top:12px; 
	font-size:11px; 
	color:#FFFFFF; 
	font-family:Arial, Helvetica, sans-serif;
}

#topLinks a {
	text-decoration:none;
	color:#FFFFFF;
}

#topLinks a:hover{
	text-decoration:none;
	color:#55b153;
}

#content {
	background-image:url(images/body_background.jpg);
	text-align:center;
	width:898px;
}

.nav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
	
}

.nav:hover{
	color:#55b153;
}

.text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:16px;
}

.welcome{
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	line-height:16px;
	color:#136f0e;
	font-weight:bold;
}

.footer tr td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:16px;
	color:#FFFFFF;
}

.footer tr td a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:16px;
	color:#FFFFFF;
	text-decoration:none;
}

.footer tr td a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:16px;
	color:#FFFFFF;
	text-decoration:underline;
}

.subhead{
	font-size:14px;
	font-weight:bold;
}

.industry{
	font-size:16px;
	font-weight:bold;
}

.link {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#136f0e;
	line-height:18px;
}

.link:hover {
	text-decoration:underline;
}

.smallLink {
	color: #136f0e;
	text-decoration: none;
}

.smallLink:hover {
	text-decoration:underline;
}

.error {
	color:red;
}