#leftNav {
	width: 289px;
	padding: 0;
}
#leftNav ul li a {
	background-image: url(../img/bg_leftNavHead.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	color: white;
	display: block;
	text-decoration: none;
	padding: 10px 0px 8px 8px;
	font-size: 1.4em;
}
#leftNav ul li ul li {
}
#leftNav ul li ul li a {
	background-image: url(../img/bul_2chevron.gif);
	background-position: 24px 12px;
	color: #404040;
	padding: 8px 0px 6px 40px;
	font-size: 0.9em;
}
#leftNav ul li ul li a:hover, #leftNav ul li ul li a.currentpage {
	color: #dd5500;
	background-color: #d3d3d3;
	background-image: url(../img/bul_2chevron_mo.gif);
}
#leftNav ul li ul li ul li a {
	background-image: url(../img/bul_dash.gif);
	background-position: 44px 12px;
	color: #404040;
	padding: 6px 0px 4px 50px;
	font-size: 0.9em;
}
#leftNav ul li ul li ul li a:hover, #leftNav ul li ul li ul li a.currentpage {
	background-image: url(../img/bul_dash_mo.gif);
}

#bodyCopy p.note {
	font-size: .75em;
}
#bodyCopy ul {
	padding: 0px 0px 12px 20px;	
}
#bodyCopy ul li {
	padding: 0px 0px 4px 0px;
	list-style-type: disc;
}
#bodyCopy ul ul {
	padding: 0px 0px 0px 20px;	
}
#bodyCopy ul ul li {
	padding: 0px 0px 0px 0px;
	list-style-type: square;
	font-size: 0.9em;
}


#bodyCopy table {
	margin-top: 20px;
}
#bodyCopy table th {
	padding: 0px 6px 6px 0px;
	font-weight: bold;
}
#bodyCopy table td {
	padding: 6px 6px 6px 0px;
	border-top: 1px solid #cccccc;
	font-size: 0.85em;
}
#bodyCopy table#memberProfile th { text-transform: uppercase; }
#bodyCopy table#memberProfile td {
        border-top: none;
}

#bodyCopy table#paceCalc td, #bodyCopy table#paceCalc th {
	padding: 4px 2px 4px 0px;
	font-size: inherit;
}
#bodyCopy table#paceCalc th {
	padding-top: 0px;
	font-size: inherit;
}
#bodyCopy table#paceCalc th.col0 {
	width: 40px;
}
#bodyCopy table#paceCalc th.col1 {
	width: 50px;
}
#bodyCopy table#paceCalc th.col2 {
	width: 80px;
}
#bodyCopy table#paceCalc th.col3 {
	width: 45px;
}
#bodyCopy table#paceCalc th.col4 {
	width: 45px;
}
#bodyCopy table#paceCalc th.col5 {
	width: 80px;
}
#bodyCopy table#paceCalc th.col6 {
	width: 45px;
}
#bodyCopy table#paceCalc th.col7 {
	width: 45px;
}
#bodyCopy table#paceCalc th.col8 {
	width: 45px;
}
#bodyCopy table#paceCalc th.col9 {
	width: 40px;
}
#bodyCopy table#paceCalc input {
	width: 40px;
}
#bodyCopy table#paceCalc input, #bodyCopy table#paceCalc select {
	font-size: 0.9em;
}

#bodyCopy p.siteLink {
	padding-bottom: 0px;
}


/* CSS BELOW APPLIES TO Photo Cluster ELEMENT */
table#photoCluster {
	width: 470px;
}
table#photoCluster td#clusterMainPhoto {
	height: 180px;
	width: 310px;
	text-align: center;
}
table#photoCluster #clusterMainPhoto img#mainPhoto {
}
table#photoCluster table#photoGrid {
	width: 150px;
	margin-left: 4px;
}
table#photoCluster table#photoGrid td {
	text-align: center;
}
table#photoCluster #captionCell {
	padding: 0;
}
table#photoCluster #captionCell h3 {
	padding: 0;
	margin-top: 0;
}
table#photoCluster p#captionCopy {
	font-size: 0.9em;
	font-style: italic;
	padding: 0 10px 0px 4px;
	line-height: 1.2em;
}
#footer {
	padding: 0px;
}




/* CSS BELOW APPLIES TO Site Map */
#sitemap_container ul {
	display: inline;
	float: left;
	font-weight: bold;
	width: 200px;
}
#sitemap_container ul ul {
	display: block;
	font-weight: normal;
}



/* CSS BELOW APPLIES TO contactus_template.html */
body#contact {
	background-image: none;
}
#canvas #contactForm {
	width: 400px;
}
#canvas #contactForm td {
	padding: 2px 0px 2px 0px;
}
#canvas .warn {
	color: #dd5500;
}
#canvas #f1-leftWidth {
	width: 86px;
}
#canvas #f1-rightWidth {
	width: 300px;
}



/* CSS BELOW APPLIES TO Members Only Login Form */
form#signin table {
	width: 350px;
}
form#signin table td {
	border: none;
	font-size: inherit;
}
form#signin table td.col1 {
	width: 100px;
}

