body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(img/leftcolumn.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0px;
	margin: 0px;
}
a {
	color: #000066;
	text-decoration: underline;
}
a:hover {
	color: #000099;
	text-decoration: none;
}
#leftcolumn {
	padding: 5px;
	float: left;
	width: 150px;
	color: #FFFFFF;
	margin-top: 180px;
}
#menu {
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #FF0000;
	width: 135px;
	margin-top: 0px;
	padding-top: 0px;
}
#menu p {
	background-color: #3A517A;
	padding: 2px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
}
#menu ul {
	margin-left: 2px;
	padding-left: 0px;
}
#newsletters {
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #FF0000;
	width: 135px;
	margin-top: 0px;
	padding-top: 0px;
}
#newsletters p.title {
	background-color: #3A517A;
	padding: 2px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
}
#newsletters p.subscribe {
	background-color: #FFCC66;
	padding: 2px;
	text-align: center;
	font-weight: bold;
	margin: 0px;
}
#main {
	margin-left: 165px;
}
.small {
	font-size: x-small;
}
.box {
	background-color: #666666;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
	text-align: center;
	border: 1px solid #000000;
	margin-top: 1px;
	margin-bottom: 1px;
}
#rightad {
	float: right;
	width: 125px;
	margin: 5px;
}
#content {
	margin-right: 140px;
}
#content h1 {
	font-size: small;
	color: #FFFFFF;
	background-color: #3A517A;
	text-align: center;
	padding: 10px;
	margin-top: 1px;
	margin-bottom: 0px;
}
h2 {
	font-size: medium;
	color: #666666;
}
#content #form {
	background-color: #CCCCCC;
	margin-top: 1px;
}
#companydetails {
	position: absolute;
	z-index: 1000;
	overflow: visible;
	display: none;
	border: 2px solid #666666;
	background-color: #EEEEEE;
	margin-top: 70px;
	width: 500px;
	left: 20%;
	right: 20%;
	padding: 2px;
}
.required {
	color: #FF0000;
}
