@charset "UTF-8";
.oneColFixCtrHdr #container  {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header  {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #000000;
	background-image: url(images/newlogo.jpg);
	background-repeat: no-repeat;
	height: 70px;
}
.oneColFixCtrHdr #menu  {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #ffffff;
	height: 50px;
	width: 898px;
	z-index: 100;
}
.oneColFixCtrHdr #header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent  {
	background: #FFFFFF;
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
	width: 898px;
}
.oneColFixCtrHdr #information {
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
}
.oneColFixCtrHdr #information #centre{
	font-size: 16px;
	color: #FF0000;
	font-family: "Trebuchet MS", "Gill Sans", Tahoma;
	text-decoration: none;
	text-align: center;
}
.oneColFixCtrHdr #information #centre a:link{
	font-size: 16px;
	color: #FF0000;
	font-family: "Trebuchet MS", "Gill Sans", Tahoma;
	text-decoration: none;
	text-align: center;
}
.oneColFixCtrHdr #information #centre a:visited{
	font-size: 16px;
	color: #FF0000;
	font-family: "Trebuchet MS", "Gill Sans", Tahoma;
	text-decoration: none;
	text-align: center;
}
.oneColFixCtrHdr #information #centre a:hover{
	font-size: 16px;
	color: #FF0000;
	font-family: "Trebuchet MS", "Gill Sans", Tahoma;
	text-decoration: none;
	text-align: center;
}
.oneColFixCtrHdr #information #centre a:active{
	font-size: 16px;
	color: #FF0000;
	font-family: "Trebuchet MS", "Gill Sans", Tahoma;
	text-decoration: none;
	text-align: center;
}
.oneColFixCtrHdr #information .red2{
	font-size: 16px;
	color: #FF0000;
	font-family: "Trebuchet MS", "Gill Sans", Tahoma;
	text-decoration: none;
	text-align: left;
}
.oneColFixCtrHdr #information .red3{
	font-size: 14px;
	color: #FF0000;
	font-family: "Trebuchet MS", "Gill Sans", Tahoma;
	text-decoration: none;
	text-align: left;
}
.oneColFixCtrHdr  #information .text {
	padding: 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 14px;
	color: #000000;
	font-family: "Trebuchet MS", "Gill Sans", Tahoma;
	text-decoration: none;
	text-align: left;
}
.oneColFixCtrHdr  #information .text a:link {
	font-size: 14px;
	color: #000000;
	font-family: "Trebuchet MS", "Gill Sans", Tahoma;
	text-decoration: none;
	text-align: left;
}
.oneColFixCtrHdr  #information .text a:visited {
	font-size: 14px;
	color: #000000;
	font-family: "Trebuchet MS", "Gill Sans", Tahoma;
	text-decoration: none;
	text-align: left;
}
.oneColFixCtrHdr  #information .text a:hover {
	font-size: 14px;
	color: #FF0000;
	font-family: "Trebuchet MS", "Gill Sans", Tahoma;
	text-decoration: underline;
	text-align: left;
}
.oneColFixCtrHdr  #information .text a:active {
	font-size: 14px;
	color: #000000;
	font-family: "Trebuchet MS", "Gill Sans", Tahoma;
	text-decoration: none;
	text-align: left;
}
.oneColFixCtrHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
}
.oneColFixCtrHdr #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: 5px 5px 5px 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	color: #FFFFFF;
	font-family: "Trebuchet MS", "Gill Sans", Tahoma;
	text-decoration: none;
}
.oneColFixCtrHdr #footer p .red1{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	color: #FF0000;
	font-family: "Trebuchet MS", "Gill Sans", Tahoma;
	text-decoration: none;
	text-align: left;
}
.oneColFixCtrHdr #footer p a:link {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 5px 5px 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	color: #FFFFFF;
	font-family: "Trebuchet MS", "Gill Sans", Tahoma;
	text-decoration: none;
}
.oneColFixCtrHdr #footer p a:visited {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 5px 5px 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	color: #FFFFFF;
	font-family: "Trebuchet MS", "Gill Sans", Tahoma;
	text-decoration: none;
}
.oneColFixCtrHdr #footer p a:hover{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 5px 5px 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	color: #FFFFFF;
	font-family: "Trebuchet MS", "Gill Sans", Tahoma;
	text-decoration: underline;
}
.oneColFixCtrHdr #footer p a:active{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 5px 5px 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	color: #FFFFFF;
	font-family: "Trebuchet MS", "Gill Sans", Tahoma;
	text-decoration: none;
}
