body {
	color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	font-size: 70%;
}
html, body { /* saves you from the "centering jump" on short pages */
	min-height: 100%;
	margin-bottom: 1px;
}


/*
recruit: dark blue 163160
combine: dark red 6E3420
develop: dark green 1E3E26
goalie:  dark brown 5D5232
*/

/* holder styles variations depending on type of page with textured background ************************/

#holder_ {
	width: 760px;
	background: url(../imgs/3col_back_goalie.jpg);
	text-align: left;
	margin: 0 auto 0 auto;
}

#holder_type_combine {
	width: 760px;
	background: url(../imgs/3col_back_combine.jpg);
	text-align: left;
	margin: 0 auto 0 auto;
}

#holder_type_develop {
	width: 760px;
	background: url(../imgs/3col_back_develop.jpg);
	text-align: left;
	margin: 0 auto 0 auto;
}

#holder_type_goalie {
	width: 760px;
	background: url(../imgs/3col_back_goalie.jpg);
	text-align: left;
	margin: 0 auto 0 auto;
}

#holder_type_girls {
	width: 760px;
	background: url(../imgs/3col_back_girls.jpg);
	text-align: left;
	margin: 0 auto 0 auto;
}

#holder_type_recruit {
	width: 760px;
	background: url(../imgs/3col_back_recruit.jpg);
	text-align: left;
	margin: 0 auto 0 auto;
}

/* New header styles */
#header  {
	 
}


/* header styles
#header_ {
	background:  url(../imgs/header_type_main.jpg) no-repeat bottom left;  
}
#header_type_combine {
	background:  url(../imgs/topfaux_combine.jpg) no-repeat bottom left;  
}
#header_type_develop {
	background:  url(../imgs/header_type_develop.jpg) no-repeat bottom left;  
}
#header_type_goalie {
	background:  url(../imgs/header_type_goalie.jpg) no-repeat bottom left;
}

#header_type_recruit {
	background:  url(../imgs/header_type_recruit.jpg) no-repeat bottom left;
}
*/



/* navigation styles */
#nav {
	width: 140px;
	float: left;
	padding: 15px 10px; /* side padding is added to total width above for a 160px "real total" */
}
/*
#nav a:link { 
	text-decoration: none;
	font-weight: bold;
}
#nav a:visited { 
	color: #666;
}
#nav a:hover, #nav a:active, #nav a:focus {  
	color: #333;
}
*/



/* content styles */
#content {
	margin: 0 165px;
	padding: 15px;
	text-align: left;
	background-color: #FFFFFF;
}
#content p {
	line-height: 130%;
	text-align: left;
}

/* third column styles */
#rgt_column {
	margin: 0px;
	padding: 15px 8px 8px 8px;
	float: right;
	width: 144px;
}

#rgt_column p {
	color: #FFF; /* third column has a dark color so font must be light for contrast */
}

/* Rotating  Right Coumn Photo */
.rotating_photo_section {
	margin: 0px;
	min-height: 200px;
	height: 200px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.rotating_photo {
	border:0px solid #666666;
	display: block;
}



/* footer styles */
#footer {
	padding: 5px;
	border-top: 1px solid #877D6C;
	font-size: 80%;
	color: #736B5E;
	background: #FFF;  /* This background color covers the faux column effect that spans the entire holder div */
	text-align: left;
}

/* miscellaneous styles */
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}


/* Left navigation; top level with dotted lines */
.leftnav    { margin-top: 16px }
.leftnav-head {
	color: #FFFFFF;
	list-style: none;
	margin-left: 0em;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
}			
.leftnav a  { color: #CCCCCC}
.leftnav ul { margin-top: 0px }
.leftnav li { font: bold 10px/13px Arial, Helvetica, sans-serif;
            border-bottom: 1px dotted #CCC;
            list-style: none;
            margin-left: -4em;
            padding-top: 4px;
            padding-bottom: 4px;
            color: #CCCCCC }
.leftnav li a:link { color: #CCCCCC }
.leftnav li a:hover { color: #666666}
.leftnav li a:visited { color: #FFFFFF}

/****************************/



/* Right Column Feed Styles */
.feed_border {
	border: 2px solid #CCCCCC;
	padding: 5px;
	background-image: url(/imgs/feed_back.png);
	background-repeat: repeat;
}



.feed_header {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


.feed a:link, .feed a:visited, .feed a:active {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
}
.feed a:hover, .feed a:focus {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 10px;
}
/*************************/
.page_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.page_title_sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}





/* photo gallery styles */
.pg_photos {
	float: left;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.pg_clear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
}

.callout {
	color: #CCCCCC;
	margin: 0;
	padding: 35px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: bold;
}



/* 3 column Stype Styles */

.col3 { 
	 width:30%;
	 padding:5px;
	 float:left;
}



/*3 column list ones*/
.collist3 { 
	 width:30%;
	 padding:5px;
	 float:left;
	 height:100px;
}


.collist3_container { 
}