* {
	margin: 0;
	padding: 0;
}

body {
	/*background: #E8E7EF url(/assets/images/bg.jpg) top center no-repeat;*/
	/*font-size: 62.5%;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

img {
	border: none;
}
a, a:hover {
	color: #000;
	text-decoration: none;
}

#page {
	/*width: 812px;
	margin: 0 auto;
	padding: 0 26px;*/
	/*background: url(/assets/images/pageBg.png);*/
}

#header {	
	background: url(/assets/images/headerBg.png);
	width: 800px;
	height: 75px;
	/*position: relative;
	left: 6px;*/
}

#logo {	
	float: left;
	width: 165px;
	height: 75px;
}

#logo img {
	border:none;
}

#icons {	
	display:none;
}

#registration {	
	display:none;
}

#menu {
	display:none;
}

#visual {
	/*width: 800px;
	position: relative;
	left: 6px;*/
}

#overlay {
	/*position: absolute;
	height: 211px;
	width: 400px;
	background: url(/assets/images/overlay.png);
	top: 0;
	left: 20px;
	padding: 20px;
	overflow: hidden;*/
}

#panels {
	margin-top: 10px;
}

.panel, .panelEnd {
	/*width: 271px;
	float: left;
	height: 110px;*/
}

.panelEnd {
	/*width: 270px;*/
}

.panelBody {
	/*width: 151px;
	height: 59px;
	padding: 10px 105px 10px 15px;*/
}

#largePanels {
	/*height: 151px;*/
}

#largePanel1 {
	display:none;
}

#largePanel2 {
	display:none;
}

#content {
	/*width: 800px;
	position: relative;
	left: 6px;
	padding: 10px 0 20px 0;*/
}

#colLeft, #colRight {
	display:none;
}

#colCentre {
	/*width: 412px;
	float: left;
	background: url(/assets/images/colCentreBg.png) top center no-repeat;
	padding: 0 30px;*/
}

.colPanel {
	/*background: url(/assets/images/colPanelBody.png);
	width: 144px;
	padding: 10px;*/
}

.colPanelEnd {
	/*background: url(/assets/images/colPanelEnd.png) top no-repeat;
	width: 164px;
	height: 14px;*/
}

#breadcrumb {
	/*padding: 10px 0;*/
	/*font-size: 1.1em;*/
	font-size: 0.8em;
}
#breadcrumb a {
	color: #ccc;	
}

#footer {
	border-top: 1px solid #ccc;
	height: 20px;
	margin-top: 20px;
	/*width: 800px;
	position: relative;
	left: 6px;*/
}

#footer .f1 {
	display:none;
}

#end {
	/*width: 864px;*/
	height: 20px;
	/*margin: 0 auto;
	background: url(/assets/images/end.png);*/
}








.bold {
	font-weight: bold;
}


#overlay h1 {
	font-size: 2.3em;
	font-weight: normal;
}

.larger {
	font-weight: bold;
	font-size: 1.4em;
}

#panels h2 a {
	display: block;
}

.lightGrey {
	color: #666;
}

#footer p {
	color: #666;
}
#printfooter {
	border-top: 1px solid #ccc;
	height: 20px;
	padding-top: 5px;
	width: 800px;
	position: relative;
	left: 6px;
	color: #666;
}