@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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000;
}
.twoColFixRtHdr #container {
	width: 946px;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/border.gif);
	background-repeat: repeat-y;
	background-position: 0px top;
	border: 0px solid #000;
} 
#container3 {
	width: 946px;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(images/border.gif);
	background-repeat: repeat-y;
	background-position: right top;
	border: 0px solid #000;
} 
.twoColFixRtHdr #lineW {
	width: 944px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-top-width: 0.5px;
} 
.twoColFixRtHdr #container2 {
	width: 940px;
	margin: 0 auto;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #000;
} 
.twoColFixRtHdr #header {
	padding: 0;
	height: 153px;
	background-color: #000;
	z-index: 1000;
} 
.twoColFixRtHdr #header2 {
	padding: 0;
	height: 178px;
	background-image: url(images/backColour.gif);
} 
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 476px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
.twoColFixRtHdr #mainContent {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: justify;
	margin-top: 0px;
	margin-right: 490px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #mainContent2 {
	margin: 0 10px
0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
	background-image: url(images/backColour.gif);
} 
.twoColFixRtHdr #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 */
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
}
.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;
}
#menu {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFF;
	top: 135px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 14px;
	margin: 0px;
	background-image: url(images/telephone.gif);
	background-repeat: no-repeat;
	background-position: 690px -10px;
	text-decoration: none;
}
#photo {
	width: 450px;
	background-color: #CCC;
	margin: 0px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
}
.meat {
	border: 3px solid #99CC66;
	width: 394px;
	margin-top: 10px;
}
.normalTxt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: justify;
}
.newsTitleTxt {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #666;
	font-weight: bold;
	text-align: left;
}
.smallerTxt {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9px;
	color: #000;
}
.menuLink {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #F06;
	text-decoration: none;
}
.normalLink {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #900;
	text-decoration: none;
	text-align: left;
}
.smallLink {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	color: #900;
	text-decoration: none;
	text-align: left;
}
.backWhite {
	background-color: #FFF;
}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatCenter {
	float: none;
	border: 2px solid #FFF;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 10px;
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}.normalTxtGrey {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #999;
	text-align: left;
}
.normTxt {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	color: #000;
	text-align: center;
}
.normLnk {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 12px;
	color: #F06;
}
.justifyTxt {
	text-align: justify;
}
.centeredImage
    {
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
    }
.centeredImage2
    {
    text-align:center;
    display:block;
    }

