charset "utf-8";
/* CSS Document */

/* Main CSS Styles */

a {
	text-decoration: none;
	color: #D0A932;
}

a:hover {
	text-decoration: underline;
	color: #D0A932;
}

.sidelink {
	text-decoration: none;
	color: #D0A932;
}

.sidelink:hover {
	text-decoration: underline;
	color: #D0A932;
}

.footerlink {
	text-decoration:none;
	color: #000000;
	font-weight: bold;
}

.footerlink:hover {
	text-decoration: underline;
	color: #000000;
}

body {
	margin: 0px;
	padding: 0px;
}

img.right {
  float: right;
  margin-left: 15px;
  padding: 1px;
}

img.left {
  float: left;
  margin: 5px;
  padding: 1px;
}

/* Layout Styles */
#header {
	height: 130px;
	background-image: url(../images/bg/headerbg.jpg);
	background-repeat: repeat-x;
}

#headerbar {
	height: 211px;
	background-image: url(../images/bg/headerbarbg.jpg);
	background-repeat: repeat-x;
}

#headerimage {
	width: 940px;
	height: 211px;
}

#headerflash {
	width: 398px;
	height: 90px;
	float: right;
	margin-right: 18px;
	margin-top: 60px;
}

#navigationbar {
	height: 48px;
	background-image: url(../images/bg/navigationbg.jpg);
	background-repeat: repeat-x;
}

#pagebody {
	height: 580px;
	margin-top: 20px;
	font-family: Verdana, Arial;
	font-size: 11px;
	line-height: 150%;
}

#pageleft {
	float: left;
	width: 268px;
	text-align: center;
}

#leftnews {
	width: 234px;
	height: 210px;
	background-image: url(../images/bg/currentnews.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	padding-top: 54px;
}

#lefttips {
	width: 234px;
	height: 210px;
	background-image: url(../images/bg/latesttips.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	margin-top: 21px;
	padding-top: 54px;
}

#leftboxtop {
	width: 234px;
	height: 210px;
	background-repeat: no-repeat;
	margin: 0px auto;
	padding-top: 54px;
}

#leftboxbottom {
	width: 234px;
	height: 210px;
	background-repeat: no-repeat;
	margin: 0px auto;
	margin-top: 21px;
	padding-top: 54px;
}

.sidetext {
	font-family: Verdana, Arial;
	font-size: 11px;
	line-height: 140%;
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
}

#pageright {
	float: left;
	margin-top: 37px;
	width: 653px;
	height: 508px;
	padding: 2px;
	background-image: url(../images/bg/pagebody.jpg);
	background-repeat: no-repeat;
}

#pagecontent {
	padding: 0px 24px 0px 24px;
}

#footer {
	font-family: Verdana, Arial;
	font-size: 10px;
	padding-left: 77px;
}