@charset "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{margin: 0; padding: 0; border: 0; list-style: none; outline: none; font-family: Arial, Helvetica, sans-serif; }
body
{
	background-color: #FFF;
}
#outerContainer
{
	width: 970px;
	margin: 10px 0 25px 10px;
	padding-bottom: 22px;
	background: transparent url(../images/bottom_shadow.gif) no-repeat left bottom;
}
#headerContainer
{
	width: 970px;
	height: 148px;
	position: relative;
}
#headerContainer.home
{
	background: transparent url(../images/header_bg_home.jpg) no-repeat 0 0;
}
.aboutUs
{
	background: transparent url(../images/header_bg_about_us.jpg) no-repeat 0 0;
}
.amateur
{
	background: transparent url(../images/header_bg_amateur.jpg) no-repeat 0 0;
}
.junior
{
	background: transparent url(../images/header_bg_junior.jpg) no-repeat 0 0;
}
.senior
{
	background: transparent url(../images/header_bg_senior.jpg) no-repeat 0 0;
}
.contactUs
{
	background: transparent url(../images/header_bg_contact_us.jpg) no-repeat 0 0;
}
a#homeLogoLink
{
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	left: 23px;
	top: 8px;
}
a#homeLink
{
	display: block;
	width: 50px;
	height: 12px;
	position: absolute;
	left: 901px;
	top: 17px;
	background: transparent url(../images/nav_home.gif) no-repeat 0 0;
}
ul#pNav
{
	width: 674px;
	height: 35px;
	position: absolute;
	left: 159px;
	top: 84px;
}
ul#pNav li#aboutUs, ul#pNav li#amateur, ul#pNav li#junior, ul#pNav li#senior, ul#pNav li#contactUs
{
	float: left;
}
ul#pNav li#aboutUs a
{
	display: block;
	width: 72px;
	height: 35px;
	background: transparent url(../images/nav_about_us.gif) no-repeat 0 0;
}
ul#pNav li#amateur a
{
	display: block;
	width: 180px;
	height: 35px;
	background: transparent url(../images/nav_amateur.gif) no-repeat 0 0;
}
ul#pNav li#junior a
{
	display: block;
	width: 167px;
	height: 35px;
	background: transparent url(../images/nav_junior.gif) no-repeat 0 0;
}
ul#pNav li#senior a
{
	display: block;
	width: 165px;
	height: 35px;
	background: transparent url(../images/nav_senior.gif) no-repeat 0 0;
}
ul#pNav li#contactUs a
{
	display: block;
	width: 90px;
	height: 35px;
	background: transparent url(../images/nav_contact_us.gif) no-repeat 0 0;
}
ul#pNav li#aboutUs a:hover, ul#pNav li#aboutUs a#highlight
{
	background: transparent url(../images/nav_about_us_over.gif) no-repeat 0 0;
}
ul#pNav li#amateur a:hover, ul#pNav li#amateur a#highlight
{
	background: transparent url(../images/nav_amateur_over.gif) no-repeat 0 0;
}
ul#pNav li#junior a:hover, ul#pNav li#junior a#highlight
{
	background: transparent url(../images/nav_junior_over.gif) no-repeat 0 0;
}
ul#pNav li#senior a:hover, ul#pNav li#senior a#highlight
{
	background: transparent url(../images/nav_senior_over.gif) no-repeat 0 0;
}
ul#pNav li#contactUs a:hover, ul#pNav li#contactUs a#highlight
{
	background: transparent url(../images/nav_contact_us_over.gif) no-repeat 0 0;
}

ul#pNav li#aboutUs a span, ul#pNav li#amateur a span, ul#pNav li#junior a span, ul#pNav li#senior a span, ul#pNav li#contactUs a span, a#homeLogoLink span, a#homeLink span
{
	display: none;
}
#contentContainer, #contentContainerHome
{
	width: 931px;
	margin: 0 0 2px 27px;
}
#contentContainer
{
	background: transparent url(../images/gradient_bg.gif) repeat-y right top;
}
#contentColumnLeft
{
	width: 233px;
	float: left;
	margin: 0 0 4px 0;
	display: inline;
}
#contentColumnLeft img
{
	display: block;
}
p.leftColumnCaption
{
	font-size: 11px;
	line-height: 13px;
	text-align: center;
	color: #4C2A2D;
	padding-top: 8px;
}
#contentColumnCenter
{
	width: 425px;
	float: left;
	margin: 0 0 4px 30px;
	display: inline;
}
#contentColumnCenter h1
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	color: #214F3B;
	margin-bottom: 15px;
}
#contentColumnCenter h2
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 17px;
	color: #214F3B;
	margin-bottom: 10px;
}
#contentColumnCenter h3
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	color: #214F3B;
}
#contentColumnCenter p
{
	font-size: 12px;
	line-height: 18px;
	color: #515151;
	margin-bottom: 12px;
}
#contentColumnCenter ul
{
	margin-top: -12px;
	margin-bottom: 12px;
}
#contentColumnCenter li
{
	font-size: 12px;
	line-height: 18px;
	color: #515151;
	padding-left: 14px;
	background: transparent url(../images/list_bullet.gif) no-repeat 1px 6px;
}
#contentColumnCenter a
{
	color: #A71;
	text-decoration: underline;
}
#contentColumnCenter a:hover
{
	text-decoration: none;
}
#contentColumnRight
{
	width: 217px;
	float: left;
	margin: 0 0 4px 26px;
	display: inline;
}
#contentColumnRight ul
{
	margin: 5px 0 22px 30px;
}
#contentColumnRight li
{
	font-size: 12px;
	line-height: 16px;
	padding-left: 10px;
	background: transparent url(../images/list_arrow.gif) no-repeat 0 5px;
}
#contentColumnRight li a
{
	color: #515151;
	text-decoration: underline;
}
#contentColumnRight li a:hover
{
	color: #214F3B;
}
.doubleRuleFull, .doubleRuleCenter
{
	height: 2px;
	font-size: 1px;
	line-height: 1px;
	border-bottom: 1px dotted #BA7;
	border-top: 1px dotted #BA7;
}
p#footer
{
	font-size: 9px;
	line-height: 11px;
	color: #777;
	text-align: right;
	padding: 14px 45px 0 0;
}
p#footer a
{
	color: #777;
	text-decoration: underline;
}
p#footer a:hover
{
	color: #000;
}

ul#homeLinksList
{
	width: 420px;
	margin-top: 0;
}
ul#homeLinksList li
{
	width: auto;
	float: left;
	padding: 0 15px;
	font-size: 12px;
	font-weight: bold;
	color: #515151;
	background: transparent url(../images/home_list_bullet.gif) no-repeat 0 6px;
}
ul#homeLinksList li a
{
	color: #52282E;
	text-decoration: underline;
}
.clear
{
	clear: both;
}
.doubleRuleFull
{
	width: 931px;
	margin-left: 27px;
}
.doubleRuleCenter
{
	width: 425px;
	margin-bottom: 12px;
}
img.members
{
	display: block;
	margin-left: 27px;
}
img.block
{
	display: block;
}

