body {
	background-color: #daeffb;
	background-image: url(../images/background_top_small.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#page {
	width: 950px;
	margin: 0 auto 0 auto;
}
#header {
	height: 68px;
	background-position: 33px 21px;
	background-image: url(../images/brisbane_seniors_online_hdr.gif);
	background-repeat: no-repeat;
	text-align: right;
}
#sitesearch {
	float: right;
	width: 250px;
	margin-top: 23px;
	margin-left: 50px;
}
#sitesearch #searchtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: black;
	background: url(../images/sitesearch_bg.gif) no-repeat;
	margin: 0 0 5px 0;
	height: 23px;
	width: 165px;
	padding-top: 2px;
	padding-left: 25px;
	border: none;
	vertical-align: top;
}
#sitesearch #SearchGoBtn {
	vertical-align: top;
}
#topmenu {
	text-align: right;
	height: 32px;
}
#topmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
}
#topmenu li {
	display: inline;
	margin: 0;
	padding-left: 2px;
	float: left;
}
#topmenu li a {
	display: block;
	background-image: url(../images/menu_off_left.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	text-transform: uppercase;
	color: #fffefe;
	text-decoration: none;
	float: left;
}
#topmenu li a span {
	display: block;
	background-image: url(../images/menu_off_right.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 25px;
	padding: 7px 15px 0 15px;
	float: left;
	cursor: pointer;
}
#topmenu li a:hover {
	background-image: url(../images/menu_on_left.gif);
	background-repeat: no-repeat;
	background-position: left;
	color: black;
	text-decoration: none;
}
#topmenu li a:hover span {
	background-image: url(../images/menu_on_right.gif);
	background-repeat: no-repeat;
	background-position: right;
	cursor: pointer;
}
#topmenu li.selected a {
	background-image: url(../images/menu_on_left.gif);
	background-repeat: no-repeat;
	background-position: left;
	color: black;
	text-decoration: none;
	float: left;
}
#topmenu li.selected a span {
	background-image: url(../images/menu_on_right.gif);
	background-repeat: no-repeat;
	background-position: right;
	float: left;
	cursor: pointer;
}
#banner {
	height: 210px;
	width: 950px;
	background-image: url(../images/couple_on_computer_small.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: left;
	margin-bottom: 15px;
}
#banner img {
	margin: 30px 22px 0 60px;
}
.clearer {
	clear: both;
	margin: 0;
	padding: 0;
}
#main {
	margin-bottom: 20px;
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	border-top: solid 1px #daeffb;
	border-bottom: solid 1px #daeffb;
}
#leftsidebar {
	width: 180px;
	float: left;
	margin: 0 15px 0 0;
	text-align: left;
}
#content {
	width: 533px;
	float: left;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: black;
}
.list th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #184660;
	text-align: right;
}
.list {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: black;
	margin-bottom: 15px;
}
.list td {
	text-align: left;
	background: white;
	border-bottom: 1px solid #daeffb;
}
.list td h3 {
	margin-top: 0px;
	margin-bottom: 5px;
}
#content ul {
	margin: 10px;
	padding-left: 10px;
}
#content blockquote {
	margin: 10px;
}
#content a:link {
	color: blue;
	text-decoration: underline;
}
#content a:visited {
	color: purple;
	text-decoration: underline;
}
#rightsidebar {
	width: 202px;
	float: right;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: black;
}
h1 {
	font-size: 150%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #184660;
	font-weight: normal;
}
h2 {
	font-size: 140%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #184660;
	font-weight: normal;
}
h3 {
	font-size: 130%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #184660;
	font-weight: normal;
}
h4 {
	font-size: 120%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #184660;
	font-weight: normal;
	display: block;
	margin: 0;
}
h5 {
	font-size: 110%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #184660;
	font-weight: normal;
	display: block;
	margin: 0;
}
.rightbox {
	padding: 3px;
	width: 194px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid black;
}
.rightbox form {
	margin: 0;
	padding: 8px;
}
.rightbox ul a:link {
	color: blue;
	text-decoration: underline;
}
.rightbox ul a:visited {
	color: purple;
	text-decoration: underline;
}
.rightbox form .username {
	display: block;
	background-color: #fff899;
	border: solid 1px black;
	width: 166px;
	height: 27px;
	margin: 3px 0 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: black;
}
.rightbox form .password {
	display: block;
	background-color: #fff899;
	border: solid 1px black;
	width: 166px;
	height: 27px;
	margin: 3px 0 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: black;
}
.rightbox form p {
	margin: 7px 0 0 0;
}
.eventbox {
	padding: 3px 8px 8px 8px;
/*	font-size: 14px;	*/
}
.eventbox strong {
	display: block;
	margin-top: 5px;
}
.learningbox {
	padding: 8px;
}
.learningbox ul {
	margin: 0 0 0 10px;
	padding-left: 5px;
}
#footer {
	border: solid 1px black;
	margin: 20px 0 5px 0;
	padding: 12px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: black;
}
#footer a:link {
	color: blue;
	text-decoration: underline;
}
#footer a:visited {
	color: purple;
	text-decoration: underline;
}
#mainmenu {
	text-align: left;
	margin: 0px;
	padding: 0;
}
#mainmenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #daeffb;
}
#mainmenu li {
	display: block;
	margin-bottom: 1px;
}
#mainmenu ul li a {
	text-decoration: none;
	background: #184660;
	text-align: left;
	padding: 5px 10px;
	width: 147px;
	display: block;
	color: #daeffb;
}
#mainmenu ul li a:hover {
	background-color: #3493ca;
}
#mainmenu ul li.selected a {
	background-color: #3493ca;
}
#mainmenu ul li ul {
	margin: 0 0 0 10px;
	padding: 0px;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #daeffb;
	margin-bottom: 5px;
}
#mainmenu li ul li {
	display: block;
}
#mainmenu ul li ul li a {
	text-decoration: none;
	background: none;
	text-align: left;
	padding: 0;
	color: #184660;
}
#mainmenu ul li ul li a:hover {
	text-decoration: underline;
	background: none;
	color: #3493ca;
}
#mainmenu ul li.selected ul li a {
	background-color: #daeffb;
}
#textsize {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: white;
	float: right;
	margin-top: 27px;
}
#textsize span {
	text-align: left;
	display: block;
	float: left;
}
#textsize a {
	font-size: 16px;
	font-weight: bold;
	background: #b1d5ea;
	display: block;
	float: left;
	margin-left: 5px;
	height: 18px;
	width: 18px;
	color: black;
	text-decoration: none;
	text-align: center;
	line-height: 16px;
}
#textsize a:hover {
	background: white;
}
#content .breadcrumbs {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: white;
	background: #3393ca;
	padding: 5px;
	margin-bottom: 10px;
}
#content .breadcrumbs h4 {
	font-weight: bold;
	color: white;
	font-size: 130%;
}
#content .breadcrumbs a:link {
	color: white;
	text-decoration: underline;
}
#content .breadcrumbs a:visited {
	color: white;
	text-decoration: underline;
}
.newsletter {
	text-align: left;
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid #cccccc;
}
.newsletter span {
	font-size: 95%;
	color: #666;
}
.newsletter ul {
	margin: 5px 0 0 10px;
	padding-left: 10px;
	font-size: 95%; 
}
.pagination {
	text-align: right;
	padding: 3px;
	margin-bottom: 10px;
	background: #b9c7cf;
	margin-top: 10px;
}
.committee {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: normal;
	font-weight: normal;
	border-bottom: 1px solid #184660;
}
.committee tr.altbg {
	background-color: white;
}
.committee th {
	text-align: left;
	background-color: #184660;
	color: white;
	font-weight: bold;
}
.committee td {
	text-align: left;
}
.contact {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: normal;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 10px;
}
.contact th {
	text-align: right;
	color: #184660;
	font-weight: normal;
}
.back-to-top {
	text-align: right;
	margin-top: 5px;
	margin-bottom: 15px;
}
.img-right {
	margin: 0px 0px 5px 5px;
	float: right;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-align: center;
	display: block;
	margin-top: 5px;
}
.calendar {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: black;
	border-left: 1px solid #184660;
	margin-top: 7px;
}
.calendar th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: white;
	text-align: center;
	background: #184660;
	border-right: 1px solid white;
}
.calendar td {
	height: 101px;
	width: 101px;
	border-right: 1px solid #184660;
	border-bottom: 1px solid #184660;
	text-align: left;
	vertical-align: top;
	overflow: hidden;
}
.calendar-event {
	font-size: 95%;
}
.today {
	background: #fcfeb8;
}
.weekend {
	background: #b4d7eb;
}
.calendar-month {
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 210px;
}
.calendar-month h1 {
	display: block;
	margin: 0;
}

.calendar-category {
	text-align: center;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 205px;
}
.calendar-category form {
	margin: 0px;
}
.calender-nav form {
	margin: 0px;
}
.calender-nav {
	text-align: center;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 275px;
}
.calendar-today {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 60px;
}
.calendar-today form {
	margin: 0px;
}
.link {
	margin-top: 10px;
}
.notice {
	background: #CCFFCC;
	border: 1px solid #184660;
	text-align: left;
	padding: 7px;
}
.request {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: black;
	font-size: 100%;
}
.request td {
	text-align: left;
}
.request th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #184660;
	text-align: right;
}
.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: black;
	font-size: 100%;
}
.sitebox {
	float: left;
	width: 162px;
	margin-right: 15px;
	margin-bottom: 15px;
	background: #bddcee url(../images/site_box_top.gif) no-repeat top;
}
.sitebox-inner {
	background: url(../images/site_box_bottom.gif) no-repeat bottom;
	padding: 5px;
}
.error-box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	width: 350px;
	margin: 10px auto 15px auto;
	padding: 7px;
	background-color: #ffffe5;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	color: red;
	font-weight: bold;
	text-align: left;
}
.app-heading {
	margin-top: 15px;
	border-bottom: 1px solid #184660;
	margin-bottom: 5px;
}
.message {
	text-align: center;
	padding: 80px 0;
}
.my-details {
	padding: 7px;
	overflow: hidden;
}
.my-details span {
	padding-left: 10px;
}
.my-details strong {
	font-weight: normal;
	color: #184660;
}
.login {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: black;
	text-align: left;
	margin: 15px 0 15px 0;
}
.login th {
	color: #184660;
	font-weight: normal;
	text-align: right;
}
.updated {
	font-size: 95%;
	color: #666666;
}
.expert {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: normal;
	font-weight: normal;
	border-bottom: 1px solid #184660;
}
.expert th {
	text-align: left;
	background-color: #184660;
	color: white;
	font-weight: bold;
}
.expert td {
	text-align: left;
	border-bottom: solid 1px #ccc;
	vertical-align: top;
}
.expert td strong {
	display: block;
	margin-top: 5px;
}
.banners {
	margin: 20px 0 10px 0;
	padding: 0px;
	height: 111px;
}
.banners img {
	margin-right: 15px;	
}
.search-result {
	margin-bottom: 10px;
}
.product-list {
	border-bottom: 1px solid #aaaaaa;
	margin: 0px 0px 10px;
	padding-bottom: 5px;
}
.product-list img {
	margin-right: 7px;
	margin-bottom: 7px;
	border: solid 1px #aaaaaa;
}
.product-list .sold-out {
	margin-top: 5px;
}
.product-list .sold-out img {
	margin: 0px;
	border: none;
}
.product-sidebar {
	margin: 0px 0px 10px 10px;
	float: right;
	width: 150px;
	padding: 10px 5px 5px;
	border: 1px solid #aaaaaa;
}
.product-sidebar-img {
	border: solid 1px #aaaaaa;
}

.cart-list {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
.cart-list th {
	color: white;
	background: #184660;
	text-align: left;
}
.cart-list td {
	vertical-align: top;
	border-bottom: solid 1px #aaaaaa;
}
.cart-list .alignright {
	text-align: right;
}
#checkout-bottom {
	border-top: 1px solid #aaaaaa;
	padding-top: 10px;
}
