html {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	background:#F9F9F9; /*color background - only works in IE */
	font-size:14px; /*set default font size */
	font-family:verdana, arial, sans-serif; /* set default font */
	/* hide overflow:hidden from IE5/Mac */
    /* \*/
    overflow:hidden;
	/* */
}
body {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	overflow:hidden; /*get rid of scroll bars in IE */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	background-color: #F9F9F9;
	background-image: url(Holden%20Logo%20Embosed%202.JPG);
	background-position: 50% 100px;
	background-repeat: no-repeat;
}
a img {
	border: 0;
	vertical-align: bottom;
}

#mainframe {
	display:block;
	height:100%;
	max-height:100%;
	overflow:auto;
	position: relative;
	z-index:3;
	color:#000000;
	margin-left: 170px;
}
#head {
	position:fixed;
	margin:0;
	top:0px;
	right:18px;
	display:block;
	width:100%;
	height:130px;
	font-size:14px;
	z-index:5;
	color:#000;
	background-image: url(TopBack.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	text-align: center;
}
#head img {
	float: left;
	border: 0;
	margin: 0;
	padding: 0 0 0 18px;
}
#nav {
	position:fixed;
	top:0;
	left: 0;
	height:100%;
	width:165px;
	background-color:#F9F9F9;
	font-size:1em;
	color:#333333;
	z-index:4;
	background-repeat: no-repeat;
	background-image: url(LeftBack.gif);
	padding: 0 0 0 2px;
	margin: 0;
}
* html #head, * html #nav {
	position:absolute;
}
#nav li {
	padding: 0;
	margin: 2px 0 0;
	list-style: none;
	height: 30px;
	width: 145px;
	display: block;
	position: relative;
	background-image:url(NavButton.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
#nav .menhome {
	margin-top: 192px;
}

#nav a {
	display: block;
	color: #300;
	height: 30px;
	width: 145px;
	margin: 0;
   }
#nav .mengall a {
	cursor: pointer;
}

#nav img {
	border: 0;
	width: 145px;
	height: 30px;
}
#nav li:hover, #nav li.iehover {
	background-position: left bottom;
}
#pghome #nav li.menhome, #pgnews #nav li.mennews,
#pgevent #nav li.menevent, #pgabout #nav li.menabout,
#pggall #nav li.mengall, #pgclass #nav li.menclass,
#pglinks #nav li.menlinks, #pgjoin #nav li.menjoin {
	background-position: left top;
}
#pghome #nav li.menhome a, #pgnews #nav li.mennews a,
 #pgevent #nav li.menevent a, #pgabout #nav li.menabout a,
 #pggall #nav li.mengall a, #pgclass #nav li.menclass a,
 #pglinks #nav li.menlinks a, #pgjoin #nav li.menjoin a {
	cursor: default;
}
#nav ul {
	position: absolute;
	top: 0px;
	left: 140px;
	background: #F3F65F;
	margin: 0 0 0 -999em;
	padding: 0 0 0 5px;
	width: 11em;
}
#nav li:hover ul, #nav li.iehover ul {
	margin: 0;
}

#nav ul li {
	background: none;
	height: auto;
	margin: 0;
	width: auto;
	padding: 0;
}
#nav ul a {
	height: 1.5em;
	line-height: 1.5em;
	font-weight: bold;
	text-decoration: none;
}
#nav ul a:hover {
	color: #F3F65F;
	background-color: #693130;
}




.pad1 {
    display:block;
	width:18px;
	height:130px;
	float:left;
	}
.pad2 {
    display:block;
	height:192px;}
.pad3 {
	height:130px;
	display: block;
	margin: 0;
}
.clear {
	clear: both;
	border: 0;
	margin: 0;
	padding: 0;
	line-height: 0px;
	font-size: 1px;
}
#content {
	margin: 0;
	padding: 131px 20px 0 0;
} 
h1 {
	font-size:30px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	border: 0;
}
h2 {
	font-size:30px;
	text-align: center;
}
h3 {
	font-size:24px;
	text-align: center;
	line-height: .3;
}
h4 {
	font-size:16px;
	text-align: center;
}
h5 {
	font-size: 14px;
	padding: 5px 0 0;
	margin: 10px 0 5px;
	border-top: 1px solid #999999;
	clear: both;
}

.picright {
	border:0;
	padding: 0;
	display: inline;
	float:right;
	margin: 0 10px 10px;
}
.picright p {
	margin-top: 0px;
	font-size: 70%;
}

.picleft {
	border:0;
	padding: 0;
	display: inline;
	float:left;
	margin: 0 10px 10px;
}

.style1 {
	font-size: 11px;
}
.style2 {
	font-size: 24px;
	vertical-align: top;
}
.style3 {
	font-size: 18px;
}
form {
	border: 1px solid #000000;
	display: block;
	margin: 30px auto 0;
	padding: 0 0.5em 0.5em;
	text-align: center;
	overflow: hidden;
	width: 44em;
}
legend {
	font-weight: bold;
}
label {
	float: left;
	width: 8em;
	text-align: right;
	margin: 0.2em 0 0;
}
.printhide {
	display: block;
}
input, select {
	padding: 0;
	margin: .2em;
}
input.reqd {
	background-color: #FFFFCC;
}
input#address {
	display: none;
}

fieldset.fieldleft {
	float: left;
	margin: 0.5em 0 0 0.5em;
	padding: 0.5em;
	display: inline;
	text-align: left;
}
fieldset.fieldright {
	float: right;
	margin: 0.5em 0.5em 0 0;
	padding: 0.5em;
	display: inline;
	text-align: left;
}
#carinfo {
	clear: both;
}
.AdBox {
	float:left;
	border: solid black 2px;
	display: inline;
	width: 300px;
	margin: 0 10px 10px 0;
	padding: 5px;
}
.PanelLeft {
	float:left;
	display: inline;
	width: 200px;
	margin: 0 10px 25px 0;
	border: 1px solid #999999;
	border-top: 0;
}
.PanelLeft dt {
	font-weight: bold;
	text-align: center;
	background: #f3f65f;
	display: block;
}
.PanelLeft dd {
	margin: 7px 5px;
}
.photolist {
	margin: 0;
	padding: 0;
	clear: both;
}
.photolist img {
	text-decoration: none;
	border: 0;
	width: 100px;
	height: 75px;
	margin: 0;
}
.photolist li {
	font-size: 11px;
	float: left;
	width: 140px;
	display: inline;
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0 0 10px 0;
}
.printshow {
	display: none;
}
.promolist {
	list-style-type: none;
	list-style-position: inside;
	border: 0;
	margin: 30px -20px 0 0;
	padding: 0;
	display: block;
	overflow: hidden;
}
.promolist li {
	font-size: 11px;
	float: left;
	display: inline;
	padding-right: 10px;
	padding-bottom: 10px;
}
.promolist img {
	text-decoration: none;
	border: 0;
	margin: 0;
}
.promolist .wests object, .promolist .wests img {
	width: 317px;
	height: 431px;
	display: block;
}
.promolist .wests a {
	display: block;
	width: 317px;
	height: 431px;
	position: relative;
	z-index: 10;
	margin-top: -431px;
	background-image: url(dummy.gif);
}
.valid {
	text-align: center;
}



.prevnext {
	width: 288px;
	margin-left: auto;
	margin-right: auto;
	height: 80px;
	margin-top: 10px;
	text-align: center;
	font-size: 11px;
}
.prevnext span {
	width: 90px;
	float: left;
	margin: 3px;
}
.prevnext a {
	text-decoration: none;
}
.prevnext img {
	border: 0;
}
.eventtable {
	width: 33em;
	margin: 20px auto;
	border-collapse: collapse;
	display: block;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}
.eventtable caption {
	background-color: #f3f65f;
	font-size: 18px;
	font-weight: bold;
	width: 100%;
}
.eventtable th {
	width: 4em;
	padding: 5px 0.5em;
	text-align: center;
	border-bottom: 1px solid #999999;
}
.eventtable td {
	padding: 5px 0;
	text-align: center;
	width: 9em;
	border-bottom: 1px solid #999999;
}
.ClubMeet {
	font-weight: bold;
	color: #CC0000;
	text-align: center;
	vertical-align: top;
}
.ClubRun {
	font-weight: bold;
	color: #339900;
	text-align: center;
	vertical-align: top;
}
.ClubDisplay {
	font-weight: bold;
	color: #330099;
	text-align: center;
	vertical-align: top;
}
.ClubAGM {
	font-weight: bold;
	color: #3e29fd;
	text-align: center;
	vertical-align: top;
}

.OtherEvent {
	font-weight: bold;
	color: #666666;
	text-align: center;
	vertical-align: top;
}
.eventtable .rightcol {
	width: 17em;
	padding: 5px 1em;
	text-align: left;
	font-weight: normal;
	color: #000000;
}
#officials {
	border: 0;
	border-collapse: collapse;
	margin: 0 auto;
	display: block;
	width: 22em;
}
#officials th {
	text-align: right;
	padding: 0.2em 0.5em;
	width: 12em;
}
#officials td {
	padding: 0.2em 0;
	width: 10em;
}
#emadd {
}
#emadd h5 {
	font-size: 100%;
	font-weight: normal;
	border: 0;
}
#emadd p {
	margin: 0;
	text-align: center;
}
#emadd .yahooem {
	padding: 0 90px;
	background-image: url(yahooem.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#emadd .tchcem {
	padding: 0 88px;
	background-image: url(tchcem.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.cancelled {
	text-decoration: line-through;
}
