﻿
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(images/back_lines.jpg);
	background-position: center;
	background-repeat: repeat;
}

p {
	margin: 0 0 12px 0;
	padding: 0;
}
ul {
	margin: 0 0 0 20px;
	padding: 0 0 12px 20px;
}
#GlobalContainer{}
#GlobalContainerInner{}

#SiteHolder {
	width: 800px;
	margin: 0 auto;
	padding: 0;
}
#SiteHolderInner{}

#Header {
	border-bottom: 1px solid #979694;
}

#ContentContainer {}
#ContentContainerInner {
	background-image: url(images/back_topleft.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#ColumnLeft {
	width: 134px;
	float: left;
}
#ColumnMid {
	width: 450px;
	float: left;
}
#CopyHolder {
	margin: 0;
	padding: 25px;
	text-align: left;
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	color: #666666;
}
#AccreditHolder {
}
#ContactNumberHolder {
	margin-top: 25px;
}
#ColumnRight {
	width: 216px;
	float: right;
}
#ContactNumberHolder {
	margin-top: 53px;	
}
#mainMenuContainer {
	height: 255px;
}
.barHead {
	padding: 5px 9px;
	background-color: #ececec;
	font-weight: bold;
}
.green,.greenU {
	color: #62A155;
	font-weight: bold;
}
.greenU {
	text-decoration: underline;
}
.header {
	font-size: 14px;
	color: #62A155;
	font-weight: bold;
}
.breakFloat {
	clear: both;
	visibility: hidden;
	/* visibility: visible;height: 1px; background-color: #cc0000; debug */
}
.tight {
	margin: 0;
	padding: 0;
}
.tightTop {
	margin-top: 0;
	padding-top: 0;
}
.tightBase {
	margin-bottom: 0;
	padding-bottom: 0;
}
#baseBar {
	text-align: left;
	padding-bottom: 25px;
}
#baseBarInner {
	width: 400px;
	margin: 0 0 0 158px;
	height: 5px;
	background-color: #ebebeb;
	
}
#baseBarTextHolder {
	width: 400px;
	margin: 10px 0 0 158px;
	text-align: center;
}
#baseBarTextHolder, #baseBarTextHolder a:link,  #baseBarTextHolder a:visited,  #baseBarTextHolder a:hover {
	color: #cccccc;
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	text-decoration: none;
}