
/*this is the body style, and overall aligment for the site,which is left*/



body{
	background-color:#ffffff;
	font-family:helvetica,verdana,san-serif;
   font-size:11px;
	text-align:left;
   padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background:#9d9fa2 url('../img/arrows_grey.gif') repeat;
  
}

.awgbody{
	background-color:#849dcb;
}

/*this is the container, it controls with width of the site and all divs inside of it, it also has the bg image for content*/
div#container{
	width:900px;
	background-image:url('../img/ataa_content.gif');
   background-repeat:repeat-y;
}
/*this is the side bar, the navigation is nested inside of it and floating on the right side of the page*/
div#sidebar{
	float:right;
	height:100%;
}

div#albertasport a{
	width:200px;
	height:200px;
	margin:0px 30px 0px 0px;
	padding:0px 0px 0px 0px;
	
}

div#ABsportpad{
   margin:0px 0px 0px 0px;
	padding:20px 0px 0px 0px;
	
}
/*this is the navigation, styled with border, hover etc*/
div#sidenav a{
	width:200px;
	display:block;
	font-family:helvetica,arial,verdana,san-serif;
   font-size:11px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	color:#e2d636;
   margin:10px 30px 10px 0px;
   border-right: 2px solid #e2d636;
	border-top: 2px solid #e2d636;
}

div#sidenav a:hover{
   width:200px;
	background-color:#849dcb;
	color:#214290;
}
/*this is the content area, I've styled h1's h2's and paragraphs, the width is 500px* for margins and padding you can either choose padding-left padding right etc... or padding:(top)0px;(right)0px;(bottom)0px;(left)0px; or margin:(top)0px;(right)0px;(bottom)0px;(left)0px;*/
div#content{
	width:500px;
	
}

div#content h1{
	font-family:helvetica,verdana,san-serif;
	font-size:18px;
	color:#214290;
	margin:0px 0px 5px 35px;
}

div#content h2{
	font-family:helvetica,verdana,san-serif;
   font-size:15px;
	color:#222222;
   margin:10px 0px 0px 35px;
}

div#content p{
   width:500px;
   font-family:helvetica,verdana,san-serif;
   font-size:12px;
   color:#000000;
	margin:10px 0px 0px 35px;
   line-height:1.4;
}

div#map{
	float:right;
	margin:15px 0px 20px 0px;
}

div#map img{
   border-style:none;
	
}

div#zoneholder{
	float:left;
	
}

div#zoneinfo a{
   width:150px;
	font-family:helvetica,verdana,san-serif;
	font-size:12px;
	color:#fff;
	display:block;
	text-decoration:none;
	margin:10px 0px 0px 35px;	
}

div#zoneinfo a:hover{
   color:#214290;
	display:block;
	text-decoration:none;
	
}

/*this is the span class="webmaster" with hover*/
.webmaster a{
   font-weight:bold;
	color:#214290;
	text-decoration:none;
}

.webmaster a:hover{
   color:#ffffff;
   text-decoration:underline;
}
/*this is the footer, styled hover etc*/
div#footer{
	margin:10px 0px 0px 35px;
	font-family:helvetica,verdana,san-serif;
	font-size:12px;
}

div#footer a{
	color:#214290;
   text-decoration:none;
}

div#footer a:hover{
	background-color:#214290;
	color:#e2d636;
   text-decoration:none;
}

div#aboutnav a{
	width:300px;
	font-family:helvetica,verdana,san-serif;
	font-size:12px;
	margin:10px 0px 0px 35px;
	display:block;
	text-decoration:none;
	color:#214290;
}

div#aboutnav a:hover{
	width:300px;
	color:#ffffff;
	text-decoration:underline;
}

/* Archery links, Table CSS*/

.arch1 {
     width:500px;
     border:1px solid #000000;
     background-color:#e2d636;
     padding-left:5px;
}
/*set the width of all tables to fit the page*/
.archerylinks{
	width:569px;
}


.archerylinks td {
    border:1px solid #000000;


}

.alpha{
   background-color:#fff;
   
}
.bravo{
  background-color:#214290;
}

.alpha a{
 text-decoration:none;
 color:#214290;
   
}
.bravo a{
 text-decoration:none;
 color:#e2d636;
}

.alpha a:hover{
 text-decoration:none;
 color:#849dcb;
   
}
.bravo a:hover{
 text-decoration:none;
 color:#ffffff;
}

div#tablecontent{
	font-family:helvetica,arial,verdana,san-serif;
	margin:10px 0px 0px 35px;
   font-size:12px;
}

.tdClub{
	padding-left:5px;
	color:#e2d636;
}

.tdClub1{
	padding-left:5px;
	color:#214290;
}

.tdLink{
	padding-left:5px;
}

/* Archery link table done*/



/* AWG table*/
.awgarchery td{
    font-family:helvetica,arial,verdana,san-serif;
	 font-size:12px;
	 border:1px solid #000000;
	 padding-left:5px;
	 
}

.awgarchery{
	width:100%;
}

.awgtext{
	padding-left:5px;
}

div#albertaWG {
	font-family:helvetica,arial,verdana,san-serif;
	padding-left:5px;
	  
}

div#albertaWG h1{
	 color:#214290;
	 padding-left:5px;
}

/* AWG table done*/





/* span class = junior*/

.junior a{
  text-decoration:none;
  color:#214290;
}

.junior a:hover{
  text-decoration:none;
  color:#fff;
}
/* span class = junior done*/

/*AWG paragraph class link colour, hover etc*/

.awg a{
  color:#fff;
  font-weight:bold;
  text-decoration:none;
}

.awg a:hover{
  color:#214290;
  font-weight:bold;
  text-decoration:none;
}
/*AWG paragraph class closed*/ 


/*events.htm paragraph class bold*/

.bold{
	font-weight:bold;
}

.bold a{
	font-weight:bold;
	text-decoration:none;
	color:#214290;
}

.bold a:hover{
	font-weight:bold;
	text-decoration:underline;
	color:#fff;
}


/*events.htm paragraph class bold done*/ 


/*ul class eligible*/

.eligible{
	font-family:helvetica,arial,verdana,san-serif;
	font-size:12px;
	margin:5px 0px 0px 0px;
   padding-left:35px;
	list-style-type:disc;
	color:#214290;
}
/*ul class eligible done*/


/*ul class eligible2,3,4,5*/

.eligible2{
	font-family:helvetica,arial,verdana,san-serif;
	font-size:12px;
	margin:5px 0px 0px 0px;
   padding-left:35px;
	list-style-type:none;
	color:#000;
}
/*ul class eligible2 done*/


/*ul class eligible2*/

.eligible3{
	font-family:helvetica,arial,verdana,san-serif;
	font-size:12px;
	margin:5px 0px 0px 0px;
   padding-left:170px;
	color:#fff;
}

.eligible4{
	font-family:helvetica,arial,verdana,san-serif;
	font-size:12px;
	margin:5px 0px 0px 0px;
   padding-left:55px;
	color:#214290;
}

.eligible5{
	font-family:helvetica,arial,verdana,san-serif;
	font-size:12px;
	margin:5px 0px 0px 0px;
   padding:0px 0px 0px 55px;
	color:#214290;
}

.eligbleLI{
	padding-bottom:5px
}

.this{
	color:#214290;
	font-weight:bold;
}



/*ul class eligible2 done*/

/*zone 1 table*/

.zone1{
	background-color:#fff;
	padding-left:5px;
}

.charlie{
	background-color:#214290;
	color:#fff;
}
.charlie a{
	text-decoration:none;
	color:#849dcb;
}

.charlie a:hover{
   color:#849dcb;
   text-decoration:underline;	
}

.tdName{
	padding-left:5px;
	padding-right:5px;
}

.tdCont{
	padding-left:5px;
	padding-right:5px;
}

.tdAddy{
	padding-left:5px;
	padding-right:5px;
}

.Delta{
	color:#222222;
}

.zoneS{
	background-color:#e2d636;
	padding-left:5px;
}

.allnav a{
  color:#214290;
  text-decoration:none;
}

.allnav a:hover{
	color:#fff;
	text-decoration:underline;
}

/*end zone 1 table*/


/*span class archtypes*/

.archtypes{
  font-weight:bold;
  color:#214290;	
}

div#attention{
	padding:0px 0px 0px 32px;
	margin:0px 0px 0px 0px;
}

.SAR{
	color:#fff;
}

