body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	margin: 0;
	padding: 0;
}

a {
	color: #4499ee;
	text-decoration: none;
	border: none; 
}

a:hover {
	color: #4499ee;
	text-decoration: underline;
	border: none; 
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	line-height: 20px;
}

#container {
	width: 700px;
	margin: 0;
	padding: 0px;
}

#head {
	width: 700px;
}

.headerLogo {
	width: 250px;
	margin: 45px 0px 0px 0px;
}

.headerMenu {
	float: right;
	width: 450px;
	margin: -47px 20px 0px 0px;
}

	/* header menu /**************************/

	.headerMenu ul li{
		float: left;
		list-style-type: none;
		margin: 0px;
		padding: 10px;
	}

	.headerMenu ul {
		font-family: Trebuchet MS, sans-serif;
		font-size: 14px;
		font-weight: bold;
	}

	.headerMenu, .whatMenu {
		color: #3377aa;
	}

	.headerMenu a {
		color: #4499ee;
	}

	.headerMenu a:hover {
		color: #4499ee;
	}

/* content structure /**************************/

#content {
	width: 700px;
}

#leftColumn, #rightColumn {
	position: absolute;
	top: 100px;
	padding: 0px;
}

#leftColumn {
	left: 20px;
	width: 150px;
	margin: 0px;
	padding-top: 42px;
}

#rightColumn {
	left: 690px;
	width: 110px;
	margin-top: 10px;
}

#contentSingle, #contentDouble {
	margin: 0px 0px 60px 270px;
	padding: 10px;
	margin-top: 10px;
	position: absolute;
}

#contentSingle {
	width: 400px;
}

#contentDouble {
	width: 510px;
}

	/* left column /**************************/

	.whatMenu ul li{
		background-image: url(images/bulletBar.gif);
		background-repeat: no-repeat;
		list-style-type: none;
		width: 150px;
		margin-top: 20px;
		padding-left: 10px;
	}

	.whatMenu ul {
		font-family: Trebuchet MS, sans-serif;
		font-size: 11px;
		font-weight: bold;
	}

	.whatMenu {
		color: #4499ee;
	}

	.whatMenu img {
		margin-left: 30px;
		padding: 10px;
	}

	.whatMenu p {
		color: #757575;
		font-size: 11px;
		line-height: 14px;
		margin-left: 20px;
		width: 160px;
	}

	.whatMenu p.contact {
		color: #333333;
		font-size: 12px;
		margin-left: 20px;
	}

	/* right column /**************************/


	/* content single cell /**************************/

	#contentSingle p {
		color: #444444;
		font-size: 12px;
		line-height: 18px;
	}

	#contentSingle ul li{
		background-image: url(images/bulletStarLight.gif);
		background-repeat: no-repeat;
		list-style-type: none;
		margin-top: 4px;
		padding-left: 10px;
	}

	#contentSingle ul {
		color: #666666;
		font-size: 12px;

	}

	/* content double cell /**************************/

	#contentDouble ul li{
		background-image: url(images/bulletStarDark.gif);
		background-repeat: no-repeat;
		list-style-type: none;
		margin-top: 4px;
		padding-left: 10px;
	}

	#contentDouble ul {
		color: #444444;
		font-size: 12px;
	}

	#contentDouble p {
		color: #666666;
		font-size: 11px;
		line-height: 16px;
	}

	#contentDouble p.list {
		color: #444444;
		font-size: 12px;
	}

	#contentDouble a {
		color: #444444;
	}

	#contentDouble a:hover {
		color: #4499ee;
	}

/* copyright /**************************/

#copyright {
	margin: 490px 0px 0px 15px;
	padding-bottom: 10px;
	float: left;
}

#copyright {
	color: #666666;
	font-size: 9px;
	text-decoration: none;
	border: none; 
}