body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.pure #container {
	border: 15px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 930px;
	height: 100%;
} 
.pure #header {
	background-color: #3B4644;
	height: 400px;
} 
.pure #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	background-color: #3B4644;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin: 0px;
}
.navlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
	padding-left: 20px;
	font-weight: bold;
	font-style: normal;
}
.pure #mainContentGreen {
	margin-left: 240px;
	background-color: #8A9B5A;
} 
.pure #mainContentBeige {
	margin-left: 240px;
	background-color: #D2BD8F;
}
.pure #mainContentBlue {
	margin-left: 240px;
	background-color: #7C9ED3;
}
.pure #footer {
	background-color: #303030;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
} 
.pure #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	color: #FFFFFF;
}
.pure #mainContentText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 32px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	margin-top: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
#navBreaker {
	background-repeat: no-repeat;
	height: 0px;
	width: 200px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 0px;
	background-color: #000040;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}
a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}
a:hover {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
	font-style: italic;
}
a:active {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	font-style: italic;
}
a.footer:link {
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
a.footer:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
a.footer:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-style: normal;
	font-weight: normal;
}
a.footer:active {
	color: #FFFFFF;
	text-decoration: underline;
	font-style: normal;
	font-weight: normal;
}
a.nav:link {
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 20px;
	font-weight: bold;
	font-style: normal;
}
a.nav:visited {
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 20px;
	font-weight: bold;
	font-style: normal;
}
a.nav:hover {
	color: #FFFFFF;
	text-decoration: underline;
	margin-left: 20px;
	font-weight: bold;
	font-style: normal;
}
a.nav:active {
	color: #FFFFFF;
	text-decoration: underline;
	margin-left: 20px;
	font-weight: bold;
	font-style: normal;
}
a.sitemap:link {
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
a.sitemap:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
a.sitemap:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-style: normal;
	font-weight: normal;
}
a.sitemap:active {
	color: #FFFFFF;
	text-decoration: underline;
	font-style: normal;
	font-weight: normal;
}
.pure #mainContentAbout {
	margin-left: 240px;
	background-color: #599CA6;
} 
.pure #mainContentExhibiting {
	margin-left: 240px;
	background-color: #70B577;
} 
.pure #mainContentExhibiting2 {
	margin-left: 240px;
	background-color: #BA7A4D;
}
.pure #mainContentVisiting {
	margin-left: 240px;
	background-color: #9E4E7E;
} 
.pure #mainContentMedia {
	margin-left: 240px;
	background-color: #7066b3;
} 
.pure #mainContentVenues {
	margin-left: 240px;
	background-color: #ddb848;
} 
.pure #mainContentQuotes {
	margin-left: 240px;
	background-color: #d6c09b;
} 
.pure #mainContentGallery {
	margin-left: 240px;
	background-color: #af7a4e;
} 
.pure #mainContentInterviews {
	margin-left: 240px;
	background-color: #8A9B5A;
} 
.pure #mainContentContactUs {
	margin-left: 240px;
	background-color: #8A9B5A;
} 
#sitemap    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	margin-top: 15px;
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 20px;
} 
.navSpacer {
	height: 20px;
}
.baselinks {
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}
a.baselinks:link {
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
a.baselinks:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
a.baselinks:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-style: normal;
	font-weight: normal;
}
a.baselinks:active {
	color: #FFFFFF;
	text-decoration: underline;
	font-style: normal;
	font-weight: normal;
}
