﻿#navigation ul {
	list-style-type: none;
}
#navigation li {
	float: right;
}
#navigation a {
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif ;
	font-size: x-small;
	padding-right: 20px;
	padding-left:20px;
	color: #fff8dc;
	display: block;
}
#navigation a:hover {
	text-decoration: none;
	color: #ccff00;
}
#content {
	font-family:"Arial Rounded MT Bold";
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	font-size: small;
}
.content_main_heading {
	font-weight: bold;
	font-size: large;
	color: #003300;
	text-transform: uppercase;
}
.consulting_sub_list {
	font-size: small;
	margin-left: 20px;
	text-transform: uppercase;
}
.consulting_sub_list a {
	text-decoration: none;
}
.consulting_sub_list a:hover {
	text-decoration: underline;
}
.content_sub_heading {
	font-size: medium;
	text-transform: uppercase;
	color: #003300;
}
.content_headline {
	color: #ccff00;
}
.para_heading {
	font-size: medium;
}
.project_heading {
	color: #003300;
	font-size: medium;
}
.project_location {
	color: #ccff00;
}
.project_link a {
	text-decoration: none;
}
.project_link a:hover {
	text-decoration: underline;
}
.memberships_names	{
	font-weight: bold;
}
