/*classes to style all print outs*/

body { 
  color : #000000; 
  background : #ffffff; 
  font-family : "Times New Roman", Times, serif;
  font-size : 12pt; 
}
a { 
  text-decoration : underline; 
  color : #0000ff; 
}

.mobileOnly
{
	display: none;
}

#keylinks,#navigation, #leftsidebar, #rightsidebar, #login, #img, #sidebar, .img_contact { 
  display : none; 
} 
#breadcrumb {
  display: none;
}
#disclaimer {
   display: none;
}
#footer {
   font-size : 8pt;
   text-align:center;
}

/*classes to style Contact Us print out*/

.img_contact, .directions_contact { 
  display : none; 
} 
#map_contact
  {
  margin: 0px;
  background-color: White;
  text-align:center;
}
.address_contact
  {
  margin: 0px;
  float: left;
  background-color: white;
  width: 48%;
  text-align:center;
}


/*classes to style individual team print outs*/

#ctl00_mainPlaceHolder_teamTabContainer_header { 
  display : none; 
} 
#ctl00_mainPlaceHolder_teamTabContainer_body {
  border: none;
}


.container
{
	width: 580px;
	background: white;
}

.templateimage 
{
	width: 170px;
	float: left; 
}

.templateimage img 
{
	margin-top: 2px;
}

.container h5 
{
	background: #b3e7ff; 
	color: white; 
	padding: 5px;
}

.templatetext 
{
	width: 400px;
	background: white;
}

.templatetext ul
{
	margin-left: 15px;
}

.templatetext ul li
{
	margin-bottom: 10px;
}


/*Teams intro page*/

div#teamsintro
{
	background-color: white;
	padding: 5px;
}

div#teamsintro h5
{
	margin: 0px;
}

.teamcontainer
{
	width: 560px;
	background: white;
}

.teamiconimage 
{
	width: 100px;
	float: left; 
}

.teamiconimage img 
{
	margin-top: 2px;
}

.teamcontainer h5 
{
	background: #b3e7ff; 
	color: white; 
	padding: 5px;
}

.teamtext 
{
	width: 450px;
	background: white;
}

.bulletinDiv
{
	clear: both;
	margin-bottom: 10px;
	font-family: Arial;
	font-size: 12px;
}


