body	{
	color: #295A00;
	background:transparent url(img/grass.JPG) repeat scroll 0 0;
	text-align: center;
	}
		
h3 {padding-top: 10px;
	font-size: 1em; 
	font-weight: normal; 
	font-style: italic;}		
		
#outerContainer {
	margin: 10px auto;
	width: 850px;
	background: url(/img/background.png) repeat-y 50% 0;
	text-align: left;
	
}		
		
#header {
	border-bottom: 3px solid #87B825;
	background: url(/img/topbar-bkgnd.jpg) repeat-x;
}

#header img {
	margin:0;
	padding: 10px 10px 0 10px;
}

#sidebar {
	clear: both;
    height:540px;
	float: left;
	width: 180px;
	text-align:center;
}

#below_header {
        clear: both;
        float: left;
}
#sidebar img {
	display: block;
	margin: 0 auto;
	margin-bottom:10px; 
}

#sidebar .rugbyball {
	display: block;
	margin-bottom:10px;
	margin-left: -1px;
	  
}

.ie #sidebar.rugbyball {
	margin-left: -5px;
}
	



#sidebar p {
	color: #285500;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 0px;
}

#footer {
	clear: both;
	/* MARGIN: 39px 0px 0px; */
	background: white;
	border-top: 1px solid #009821;
	text-align:center;
	font-size: small;
}
.mainContent {
	margin-left: 200px;
	padding:10px 10px 20px 0;
    width:590px;
	padding-bottom: 20px;
	}
	
	
a:link {
	text-decoration: none;
	color: #2E9216;
}
a:visited {
	text-decoration: none;
	color: #2E9216;
}
a:hover {
	text-decoration: underline;
	color:#914F1B;
}
a:active {
	text-decoration: none;
	color:  #914F1B;
} 


.teams a {
	display: block;
}

/* SPECIFICS FOR PAGE IDs */
#policy h2 {}

#code_of_conduct ul{
	list-style-type: none;
	padding-top: .5em;
}

#officers h2 {
	padding: 0px;
	padding-top: 20px;
}
	

#score_report li, #player_eligibility li, #code_of_conduct li{
	padding-top: .5em;	
}

/* navigation / main menu */

/* common styling */
.menu {font-family: arial, sans-serif;
		width:850px; 
		height:20px; 
		position:relative; 
		font-size:11px; 
		z-index:100;}
		
.menu ul li a, .menu ul li a:visited {
	display:block; 
	text-decoration:none; 
	color:#295A00;
	width:104px; 
	height:20px; 
	text-align:center; 
	border:1px solid #295A00; 
	background:#fff; 
	line-height:20px; 
	font-size:11px; 
	overflow:hidden;}
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {background:#568900; color:#FFF; }  /* hover of main links */
.menu ul li:hover ul {display:block; position:absolute; top:21px; left:0; width:105px;}
.menu ul li:hover ul li a.hide {background:#FFFFCC; color:#295A00;} /* shows up after click somethign and go back */
.menu ul li:hover ul li:hover a.hide {background:#568900; color:#FFF;}  /* for after clicked ... */
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#FFFFCC; color:#295A00;}  /* color of sub menus */
.menu ul li:hover ul li a:hover {background:#568900; color:#FFF;}  /* color of sub menu hovers */
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}



.daterow {
	background-color: #568900;
	color: #FFFFFF;
	}
	
table {
	/* width: 100%; */
	border: 1px solid #000;
	background: #fff;
	}	
	
th {
	/* font-variant: small-caps; */
	font-weight: bold;
	}

.breadcrumb{
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.breadcrumb a{
background: transparent url(img/breadcrumb.gif) no-repeat center right;
text-decoration: none;
padding-right: 18px; /*adjust bullet image padding*/
color: navy;
}

.breadcrumb a:visited, .breadcrumb a:active{
color: navy;
}

.breadcrumb a:hover{
text-decoration: underline;
}



.division { font-style: italic;}
.clubname { font-weight: bold;}

.contactname {
	padding: 0;
	padding-top:10px;

}

.contactname a{
	
	display: block;
	margin: 0;
	
}

.title {
	margin: 0;
	padding: 0;
	}

.sidebarvideo {
	margin-bottom:40px;
	padding-bottom: 40px;
}

.visitingColumn,.homeColumn {
	width:200px;
}

.atColumn {
	width: 75px;
}