/* $Date: 2008-12-02 14:05:35 +1100 (Tue, 02 Dec 2008) $ $Revision: 84 $ */
body {
	font: 14px Arial, Helvetica, sans-serif;
	line-height: 1.5em;
/*	background: rgb(60,77,85); */
	background: rgb(230,230,230);
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	/*background-attachment: fixed; */
	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;
}

/*
.oneColFixCtrHdr #footer a:link {
	color: rgb(35,31,32);
}

.oneColFixCtrHdr #footer a:visited {
	color: rgb(35,31,32);
}

.oneColFixCtrHdr #footer a:active {
	color: #ffcc00;
}

.oneColFixCtrHdr #footer a:hover {
	color: #ffcc00;
}
*/

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:hover {
	color: rgb(84,102,112);
}

a:active {
	color: rgb(84,102,112);
}

h1 {
	color: rgb(4,50,100);
	line-height: 1em;
	font-size: 20px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #333333;
	padding: 0px 0px 5px 0px;
	margin: 0;
}

h2 {
	color: rgb(4,50,100);
	line-height: 1.3em;
	font-size: 18px;
	padding: 10px 0px 0px 0px;	
}

h3 {
	color: rgb(4,50,100);
	line-height: 1.3em;
	font-size: 16px;
	padding: 0px 0px 0px 0px;	
}

h4 {
	color: rgb(4,50,100);
	line-height: 1.3em;
	font-size: 14px;
	padding: 0px 0px 0px 0px;	
}

.caption {
	font-size: 12px;
	font-weight: bold;
}

.LeftColumn {
	font-size: 12px;
	font-weight: bold;
	width:100%;
	overflow:hidden;
	line-height: 1.3em;
	width: 200px;
}

.RightColumn {
	padding: 0px 0px 0px 40px;
	font-size: 12px;
	line-height: 1.5em;
}

#searchbox {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}

#latestnews {
	margin: 0px 0px 0px 0px;
}

#latestnews a:link {
	text-decoration: none;
	color: #000000;
}

#latestnews a:visited {
	text-decoration: none;
	color: #000000;
}

#latestnews a:hover {
	text-decoration: underline;
	color: rgb(84,102,112);
}

#latestnews a:active {
	text-decoration: underline;
	color: rgb(84,102,112);
}

.newstitle {
	font-weight: bold;
}

#latestnews .newstitle {
	font-weight: normal;
}

#latestnews .newsdescription {
	display: none;
}

.newsthumbcell {
	width: 100px;
}

#featureditem {
	border: 1px solid rgb(187,200,199);
	background-color: rgb(212,225,224);
	padding: 0px 10px 0px 10px;
	margin: 25px 0px 0px 0px;
}
	
#featureditem img {
	border: 1px solid #000000;
}

.featurebox {
	border: 1px solid rgb(212,225,224);
	background-color: rgb(235,240,240);
	padding: 20px 20px 20px 20px;
	margin: 1em 0px 0px 0px;
}
	
.featurebox img {
	border: 1px solid #000000;
}

.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-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: rgb(35,31,32);
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: rgb(35,31,32); 
	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. */
}
.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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 20px; 
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 10px 20px 10px 20px;
/*	background: rgb(84,102,112); */
	background: #ffffff;
	color: #000000;
	font-size: 10px;
	line-height: 1.5em;
	border-top: 0px solid rgb(150,150,150);
	margin-top: 2px;
	margin-bottom: 0px;
}
.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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.maincontentimage, .maincontentimageRHS,  .maincontentimageCENTER{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.maincontentimageRHS {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}

.maincontentimageCENTER {
	margin-right:auto;
	margin-left:auto;
	margin-bottom: 20px;
	margin-top: 20px;
}

#banner {
	border-style: solid;
	border-width: 0px 0px 10px 0px;
	border-color: #ffcc00;
}

#homepageslideshow {
	margin-bottom: 0px;
}

#FullWidthBannerOptional {
	margin-bottom: 0px;
}

.slideshowcredit {
	font-size: 10px;
	color: #cccccc;
	text-align: right;
}

.addthiswidget {
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 180px;
}

.rsslink img {
    height: 16px;
    text-decoration: none;
    vertical-align: top;
    width: 16px;
}