body {
	background-color:#263d5b;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	margin:0px;
}
body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
#wrapALL {
	width:850px;
	position:relative;
}
#headerWrapper {
	height:184px;
}
#mainWrapper {
	background-image:url(images/pageBg.gif);
	background-position:right top;
	background-repeat:repeat-y;
}
/* upper 3 links */
#upperNav {
	width:310px;
	height:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	position:absolute;
	top:160px;
	left:506px;
	z-index:130;
}
#upperNav a {
	color:#fff;
	text-decoration:none;
}
#upperNav a:hover {
	text-decoration:underline;
}
.upperLink {
	padding-top:3px;
	float:left;
}
/* left column items */
#leftColWrapper {
	width:182px;
	float:left;
}
#nav1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:right;
	text-transform:uppercase;
}
#nav1 ul {
	list-style:none;
	margin:0;
	padding:0;
	text-align:right;
}
#nav1 li a {
	height:21px;
	padding:9px 7px 0 0;
	background-image:url(images/navBg.png);
	color:#000;
	text-align:right;
	text-decoration:none;
	display:block;
	cursor:pointer;
}
#nav1 li a:hover {
	color:#fff;
}
.navItem {
}
/* submenus */
/* sub menu css */
.menuActive {
	display:visible;
}
.menuInactive {
	display:none;
}
#calendarSub {
	position:absolute;
	top:183px;
	left:182px;
	z-index:130;
}
#calendarSubInner {
	width:200px;
	height:150px;
	background-image:url(images/subMenuBg.png);
	background-repeat:no-repeat;
	display:block;
}
#officersSub {
	position:absolute;
	top:245px;
	left:182px;
	z-index:130;
}
#officersSubInner {
	width:180px;
	height:60px;
	background-image:url(images/subMenuBg.png);
	background-repeat:no-repeat;
	display:block;
}
#awardsSub {
	position:absolute;
	top:338px;
	left:182px;
	z-index:130;
}
#awardsSubInner {
	width:200px;
	height:150px;
	background-image:url(images/subMenuBg.png);
	background-repeat:no-repeat;
	display:block;
}
.subLinkM {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:21px;
	color:#000;
	text-transform:uppercase;
}
.subLinkM a:link, .subLinkM a:visited, .subLinkM a:active {
	color:#000;
	white-space:nowrap;
	text-decoration:none;
}
.subLinkM a:hover {
	color:#fff;
}
/* events calendar inset */
#eventsCalTop {
	height:69px;
	background-image:url(images/eventsCalHD.png);
	background-repeat:no-repeat;
}
#calUD {
	width:30px;
	height:35px;
	float:right;
}
.calendarmonthyear {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#fff;
}
.calendardayname {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#d1d5d7;
	background-color:#495961;
}
.calendarday {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#d1d5d7;
	border-top:solid 1px #466676;
	border-right:solid 1px #8aaab9;
	border-bottom:solid 1px #8aaab9;
	border-left:solid 1px #466676;
}
.calendarblankday {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:normal;
	color:#e6e5e5;
}
a.calendarevent:link, a.calendarevent:visited, a.calendarevent:active {
	width:20px;
	height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:19px;
	color:#fff;
	text-decoration:none;
	font-weight:normal;
	background-image:url(images/cal_date_bg.gif);
	background-repeat:no-repeat;
	display:block;
}
a.calendarevent:hover {
	text-decoration:underline;
	font-weight:bold;
}
.formboxstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	border: 1px solid #666666;
	color: #666666;
	width: 110px;
	margin-top:4px;
}
#eventsCalWrap {
	padding-left:10px;
	min-height:1px;
	background-image:url(images/eventsCalBg.jpg);
}
#eventsCalBottom {
	height:20px;
	background-image:url(images/eventsCalBottom.png);
	background-repeat:no-repeat;
}
/* bulleted links */
.bulletLink {
	height:23px;
	padding-left:22px;
	font-size:11px;
	line-height:18px;
	text-align:left;
	color:#000;
	text-transform:uppercase;
	white-space:nowrap;
	background-image:url(images/bullet.png);
	background-repeat:no-repeat;
	display:block;
	cursor:pointer;
}
.bulletLinkOver {
	height:23px;
	padding-left:22px;
	font-size:11px;
	line-height:18px;
	text-align:left;
	color:#0000ff;
	text-transform:uppercase;
	white-space:nowrap;
	background-image:url(images/bulletOver.png);
	background-repeat:no-repeat;
	display:block;
	cursor:pointer;
}
/* main content area */
#mainConWrapper {
	width:667px;
	min-height:575px;
	background-image:url(images/mainContentBg.jpg);
	background-repeat:no-repeat;
	float:right;
}
#mainWithRight {
	width:456px;
	float:left;
}
#mainWrap {
	padding:0 15px 15px 25px;
	text-align:left;
	line-height:18px;
}
#mainWrap p {
	margin-top:0px;
}
#mainNoColumn {
	width:657px;
	float:left;
}
/* five category links */
#fiveLinks {
	height:205px;
	margin-bottom: 10px;
}
#fiveLinksInner {
	padding:25px 0 0 35px;
	text-align:left;
}
.catLinkColumn {
	width:81px;
	white-space:nowrap;
	float:left;
}
#catLink {
	font-size:11px;
	line-height:30px;
}
#catLink a {
	color:#000;
	text-transform:uppercase;
	text-decoration:none;
}
#catLink a:hover {
	color:#0000ff;
}
.catLinkOver {
	color:#0000ff;
}
/* two inset boxes */
#boxesWrapper {
	padding:0 9px 0 16px;
}
/* news box */
#newsBoxWrapper {
	width:191px;
	float:left;
}
#newsBoxTop {
	height:51px;
	background-image:url(images/new_top.gif);
	background-repeat:no-repeat;
}
#newsBoxUD {
	width:30px;
	height:35px;
	float:right;
}
#newsBoxWrap {
	padding:0 10px 0 10px;
	text-align:left;
	background-color:#7b92b0;
	border-right:1px solid #dce0e5;
	border-left:1px solid #dce0e5;
}
.newsDate {
	font-size:10px;
	color:#575757;
}
.newsTitle {
	font-size:11px;
	font-weight:bold;
	color:#000;
}
a:hover .newsTitle {
	color:#0000ff;
}
#newsArticle {
	color:#333;
	font-size:10px;
	padding-bottom:10px;
}
#newsArticle a {
	font-size:10px;
	color:#000;
	text-decoration:none;
}
#newsArticle a:hover {
	text-decoration:underline;
	color:#0000ff;
}
/* info center box */
#infoCenterWrapper {
	width:191px;
	float:left;
	margin-top: 20px;
}
#infoCenterTop {
	height:51px;
	background-image:url(images/info_top.gif);
	background-repeat:no-repeat;
}
#infoCenterUD {
	width:30px;
	height:35px;
	float:right;
}
#infoCenterWrap {
	padding:0 10px 0 10px;
	background-color:#8686ab;
	border-right:1px solid #dce0e6;
	border-left:1px solid #dce0e6;
}
/* right column */
#rightColWrapper {
	width:210px;
	float:right;
}
/* featured auctioneer */
#fAuctioneerTop {
	width:191px;
	height:48px;
	background-image:url(images/fAuctioneerTop.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
#auctioneerUD {
	width:30px;
	height:35px;
	float:right;
}
#fAuctioneer {
	width:189px;
	padding-top:10px; 
	background-color:#9dbdbc;
	border-right:1px solid #eff3f7;
	border-left:1px solid #eff3f7;
}
/* events & seminars */
#eventsBoxWrapper {
	width:350px;
	float:left;
}
#eventsBoxTop {
	width:350px;
	height:54px;
	background-image:url(images/events_top.gif);
	background-repeat:no-repeat;
}
#eventsBoxUD {
	width:30px;
	height:35px;
	float:right;
}
#events {
	width:350px;
	margin: 0px;
	padding: 0px;
	background-color:#b8c198;
	border-right:1px solid #dee5ed;
	border-left:1px solid #dee5ed;
}
.eventDate {
	font-size:11px;
	color:#e5e5e5;
}
.eventTitle {
	font-size:12px;
	font-weight:bold;
	color:#000;
}
a:hover .eventTitle {
	color:#0000ff;
}
#eventArticle {
	color:#333;
	font-size:11px;
	padding-bottom:10px;
}
#eventArticle a {
	font-size:12px;
	color:#000;
	text-decoration:none;
}
#eventArticle a:hover {
	text-decoration:underline;
	color:#0000ff;
}
/* other */
.clearFloats {
	height:0px;
	margin:0;
	padding:0;
	clear:both;
}
/* footer */
#footerWrap {
	background-image:url(images/pageBottom.png);
	background-repeat:no-repeat;
}
#footer {
	padding:35px 0 30px 180px;
	font-size:11px;
	line-height:16px;
	color:#96b3dc;
}
#footer a:link, #footer a:visited, #footer a:active {
	color:#c7d4e5;
	text-decoration:none;
}
#footer a:hover {
	Color:#fff;
	text-decoration:underline;
}
.header1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#112F55;
	font-weight:bold;
}
.required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.header2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#ffffff;
	font-weight:bold;
}
.borderTopBottom {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	font-size:10px;
}
.header5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #333333;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #112F55;
	border-bottom-color: #112F55;

}
.h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #333333;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #112F55;
	border-bottom-color: #112F55;

}
.h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #0A5F4B;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #112F55;
	border-bottom-color: #112F55;

}
.bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #112F55;

}
.normalrow {
}


.highlightrow {
	background-color: #ffffff;
}
.membertext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
}