@charset "utf-8";
body  {
	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;
	background-image: url(../images/bground.gif);
	background-repeat: repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #FFF;
}
.twoColFixLtHdr #container {
	width: 803px; /* the auto margins (in conjunction with a width) center the page */
	border: medium solid #333; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	padding: 0px;
	text-align: left;
} 
.twoColFixLtHdr #header h2 {
	margin: 0px;
	padding: 0px;
	color: #000;
	text-align: center;
}
.twoColFixLtHdr #header h1 {
	padding: 0px;
	color: #000;
	text-align: center;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.twoColFixLtHdr #header {
	background-image: url(../images/headerbg.PNG);
	background-repeat: no-repeat;
	height: 110px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333;
} 
.twoColFixLtHdr #sidebar1 {
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF;
	height: auto;
	text-align: center;
	padding: 0px;
	margin: 0px;
	float: left;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 150px;
	background-color: #333;
	padding: 0px;
	text-align: justify;
	color: #FFF;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #333;
	top: 0px;
} 
#loginPanel {
	background-color: #000;
	color: #FC0;
	margin-right: auto;
	margin-left: auto;
	width: 400px;
	margin-top: 50px;
	border: thick inset #960;
	padding: 10px;
}

.twoColFixLtHdr #programme {

}
.twoColFixLtHdr #content {
	margin: 10px;
	padding: 0px;
}


.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #333;
	background-color: #FFF;
	color: #000;
} 
.twoColFixLtHdr #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 */
	font-size: 12px;
}
.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;
}
#rightColumn {
	padding: 10px;
	width: 50%;
	float: right;
}

a:link {
	color: #06C;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 a {
	color: #000;
}
a:visited {
	color: #06C;
	text-decoration: none;
}
.imageRight   {
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	color: #FC0;
	font-size: smaller;
	text-align: center;
}
img {
	margin: 5px;
	padding: 0px;
}

.highlight {
	color: #FC0;
	font-weight: bold;
	text-align: center;
}
.centertext {
	text-align: center;
}
.imageLeft {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #FC0;
	font-size: smaller;
	text-align: center;
	width: 290px;
}
#leftColumn {
	text-align: left;
	float: left;
	padding: 10px;
	width: 50%;
}
.highlightLeft {
	color: #FC0;
	font-weight: bold;
	text-align: left;
}
