/* CSS Document */




  a.menuLinks {font-family: arial, sans-serif; font-size: 12px; color: #2B488C; text-align: center; padding: 0px; line-height: 13px; letter-spacing: 0px; text-decoration:none;}
  a:visted.menuLinks {font-family: arial, sans-serif; font-size: 12px; color: #2B488C; text-align: center; padding: 0px; line-height: 13px; letter-spacing: 0px; text-decoration:none;}
  a:hover.menuLinks  {font-family: arial, sans-serif; font-size: 12px; color: #B6C5E9; text-align: center; padding: 0px; line-height: 13px; letter-spacing: 0px; text-decoration:none;}

  a.contentLinks {font-family: Arial, sans-serif; font-size: 14px; color: #2B488C; text-align: center; padding: 0px; line-height: 14px; letter-spacing: 0px; text-decoration:none;}
  a:visted.contentLinks {font-family: Arial, sans-serif; font-size: 14px; color: #2B488C; text-align: center; padding: 0px; line-height: 14px; letter-spacing: 0px; text-decoration:none;}
  a:hover.contentLinks  {font-family: Arial, sans-serif; font-size: 14px; color: #B6C5E9; text-align: center; padding: 0px; line-height: 14px; letter-spacing: 0px; text-decoration:none;}

.contentText {
	font-family: Georgia, verdana, sans-serif;
	font-size: 14px;
	color: #2B488C;
	text-align: left;
	padding: 10px;
	line-height: 25px; 
}

.contentTextCenter {
	font-family: Georgia, verdana, sans-serif;
	font-size: 14px;
	color: #2B488C;
	text-align: center;
	padding: 10px;
	line-height: 25px; 
}

.contentLarge {
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #2B488C;
	text-align: center;
	padding: 10px;
	line-height: 25px; 
}

.contentTextSingle {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #2B488C;
	text-align: left;
	padding: 10px;
	line-height: 15px; 
}

.contentHeader {
	font-family: Arial, sans-serif;
	font-size: 25px;
	color: #31230B;
	text-align: center;
	padding: 0px;
	line-height: 25px; 
}

.contentSubHeader {
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: #2B488C;
	text-align: left;
	padding: 0px;
	line-height: 25px; 
	font-weight: bold;
}

.footerText {
	font-family: arial, sans-serif;
	font-size: 10px;
	color: #2B488C;
	text-align: center;
	padding: 0px;
	line-height: 14px; 
}

  a.footerLinks {font-family: arial, sans-serif; font-size: 10px; color: #2B488C; text-align: center; padding: 0px; line-height: 14px; letter-spacing: 0px; text-decoration:none;}
  a:visted.footerLinks {font-family: arial, sans-serif; font-size: 10px; color: #2B488C; text-align: center; padding: 0px; line-height: 14px; letter-spacing: 0px; text-decoration:none;}
  a:hover.footerLinks  {font-family: arial, sans-serif; font-size: 10px; color: #B6C5E9; text-align: center; padding: 0px; line-height: 14px; letter-spacing: 0px; text-decoration:none;}

.tablebdr { border: 2px solid #EED8AD; }
.tablebdr TD { border: 2px solid #EED8AD; }

.tablenobdr { border: 0px; }
.tablenobdr TD { border: 0px; }

.textBoxTeam { 
  width: 300px;
	background-color: #F2E8C0;
	overflow:none;
	border: 1px solid #EED8AD;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-color: #31230B;
  
}





/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(/images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/* END SLIMBOX */
