/* CSS Document */

body {
	margin: 0px;
	background-color: #003a6e;
	text-align: justify;
	line-height:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}


td.spacer {
	font-size: 1px;
}

/* site switch */

h1.page_heading { color:#C92A0A;font-size:18px; }

.content .subheadings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #339900;
}

table.ss_tbbg {
	background-image: url(../images/header_bg.gif);
	height: 39px
}

td.ss_tdbg {
	background-image: url(../images/switch_bg.gif);
	background-repeat: repeat-x;
	height: 23px;
}

td.ss_lnk {
	background-image: url(../images/switch_lnk.gif);
	height: 39px;
	width: 189;
	background-attachment: fixed;
}

/* main menu  */

td.mm_bg{
	background-image: url(../images/mm_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #4a820e;
	height: 275px;
	width: 203px;
	padding: 5px 0px 5px 0px;

}


td.mm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
	padding: 17px;
	font-weight: bold;
	left: auto;
	text-align: left;
}

td.mm_cell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 14px;
	padding: 7px 0px 7px 7px;
	font-weight: bold;
	left: auto;
	text-align: left;
}


.mm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

a.mm:link {text-decoration:none;color: #fff;}
a.mm:visited {text-decoration:none;color: #fff;}
a.mm:hover {text-decoration:none;color: #fff;}
a.mm:active {text-decoration:none;color: #fff;}

.sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

a.sm:link {
	text-decoration:none;
	color: #fff;
	font-size: 12px;
	line-height: 28px;
	height: 28px;
	display: list-item;
	list-style-type: none;
	padding: 0px 0px 0px 10px;
}

a.sm:visited {
	text-decoration:none;
	color: #fff;
	font-size: 12px;
	line-height: 28px;
	height: 28px;
	display: list-item;
	list-style-type: none;
	padding: 0px 0px 0px 10px;
}

a.sm:hover {
	text-decoration:none;
	color: #ffcc00;
	font-size: 12px;
	line-height: 28px;
	height: 28px;
	display: list-item;
	list-style-type: none;
	padding: 0px 0px 0px 10px;
}

a.sm:active {
	text-decoration:none;
	color: #fff;
	font-size: 12px;
	line-height: 28px;
	height: 28px;
	display: list-item;
	list-style-type: none;
	padding: 0px 0px 0px 10px;
}


/* Content */

h4.headings_b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #003399;
	margin: 0px;
}

td.content {
	background-image: url(../images/content_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #FFFFFF;
	color: #333333;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 65px;
	text-align: left;
}

td.footer {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #4a820e;
	height: 40px;
	padding: 10px;
	font-weight: bold;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
a.boys_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0D71C5;
}


a.footer:link {text-decoration:none;color: #fff;}
a.footer:visited {text-decoration:none;color: #fff;}
a.footer:hover {text-decoration:underline;color: #fff;}
a.footer:active {text-decoration:none;color: #fff;}

.content .subheadings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #339900;
}

/*Feature */

td.feature_b {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #67a529;
	padding: 7px;
}

td.feature_g {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #c600ea;
	padding: 7px;
}
.largebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #003399 ;
}

/* ACCORDION NAVIGATION */

.arrowlistmenu{
width:auto; /*width of accordion menu*/

text-align:left;
padding:10px 5px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	color: #ffffff;
	margin: 0px;
	padding: 0px 0 0px 5px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	padding:5px;
	
}


.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(../images/titlebar.png) repeat-x center left;
}

.arrowlistmenu .menuheader a{ /*CSS class for menu headers in general (expanding or not!)*/
	color: #ffffff;
	text-decoration:none;
}

.arrowlistmenu .menuheader a:hover{ /*CSS class for menu headers in general (expanding or not!)*/
	color: #ffffff;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0px;
padding: 0px;
font-size: 14px;
font-weight: bold;

}

.arrowlistmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
background-color:#86ab5d;
margin:2px 0px;
width:191px;

}

.arrowlistmenu .menuheader:hover{


background-color:#365f0a;

}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
padding: 0px;
margin: 0px;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
padding: 0px;
margin: 0px;
}

.arrowlistmenu ul li a:link{
color: #fff;
/*background: url(arrowbullet.png) no-repeat center left; custom bullet list image*/
display: block;
padding: 0;
padding-left: 5px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
background: url(../images/titlebar-active.png)  repeat-x center left;
font-size: 13px;
line-height: 25px;
}

.arrowlistmenu ul li a:visited{
color: #fff;
/*background: url(arrowbullet.png) no-repeat center left; custom bullet list image*/
display: block;
padding: 0;
padding-left: 5px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
background: url(../images/titlebar-active.png)  repeat-x center left;
font-size: 13px;
line-height: 25px;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #ffffff;
text-decoration: none;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
background: lightblue;
}

table.teams tr.header_row th  { background-color:#99cc66; color:#ffffff; font-size:13px; font-weight:bold;padding:4px 6px!important; }
table.teams td { padding:10px 6px; margin:0px;  }
table.teams tr.grey { background-color:#ededed; } 

table.bylaw  td { padding:10px; }

table.bylaw td h1 { font-size:15px; font-weight:bold;padding:20px 0px 5px 0px; }



table.bylaw td h3 { font-size:13px; font-weight:bold; }

ul.list { margin:10px; }

ul.list li { padding:10px 0px; }

ul.list a { text-decoration:none; }

ul.list a:hover { text-decoration:underline; }

.special_note { background-color:#FDE594;padding:10px;border:solid 1px #cdb04a;
 }

.support_ad { border: 1px solid #ababab; padding: 10px; text-align: center; width: 80%; clear: both; display: block; position:relative; top:0px; }

.support_ad a { color:#C92A0A;font-size:12px;font-weight:bold;padding-bottom:5px;text-decoration:none; }

