body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	line-height: 1.4;
	background-color:#fff;
}

h1,h2,h3,h4,h5 {
	line-height:1.2;
}

h1 {
	font-size:14pt;
	font-weight:normal;
}

h2 {
	font-size:12pt;
	font-weight:normal;
}

h3, h4, h5 {
	font-size:10pt;
	font-weight:bold;
}


a img {
	border:none;
}

.clear { clear: both; }
.clearright { clear: right; }
.clearleft { clear: left; }

.right { float:right;}
.left { float:left; }
.nomargin {margin: 0;}
.nobullets {
	margin-left: 0;
	padding-left: 0;
}

.hide, 
.nodisplay,
#mainMenu,
#subMenu,
#accessmenu,
#language,
.pagination,
#circle p div 
{ display: none !important; }

#header { 
	border:none; 
	margin-bottom:2em;
	height:126px;
	margin-top:0 !important;
}

#container, #content { width: auto; margin: 0; border:none;}

#affiliates {
	margin:3em 0 0;
}

#affiliates img {
	margin:1em;
}

#logo {
	float:right;
}

#alliancelogo {
	position:relative;
	left:12pt;
}

/* =========== */
/* = Gallery = */
/* =========== */

#content .gallery {
	overflow:hidden;
}

#content .gallery ul,
#content .gallery li {
	margin:0;
	padding:0;
	list-style: none;
}

#content .gallery ul {
	position:relative;
	display:block;
	overflow:hidden;
}

#content .gallery li {
	position:relative;
	float:left;
	margin:0 10px 10px 0;
}

#content .gallery li a {
	display:block;
	border:1px solid #999;
	padding:5px;
}

