@charset "utf-8";
/* CSS Document */

.headingtextbluecenterlarge {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: 400;
	color: #006;
	text-align: center;
}
#navbutton {
padding: 0;
}
#navbutton li {
display: inline;
}
#navbutton li a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration: none;
	float:left;
	background-color: #999;
	color: #000;
	font-weight: 500;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 8px;
}
#navbutton li a:hover {
	background-color: #666;
	margin-top:-2px;
	padding-bottom:12px;
	text-align: center;
}
.fontsizesmall {
	font-family: geneva, arial, helvetica;
	font-size: 12px;
	color: #000;
	text-align: center;
}
body {
	background-image: url(images/newbluegradient.png);
}
.border {
	border: medium outset #1B3476;
}
h1 {
	font-family: Calibri, "Lucida Sans", Verdana, sans-serif;
	font-size: 36px;
	font-weight: 500;
	color: #000;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #900;
	text-align: center;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: left;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #900;
	text-align: left;
}
h5 {
	font-family: geneva, arial, helvetica;
	font-size: 16px;
	color: #900;
	line-height: normal;
}
.headingtextmaroon16left {
	font-family: geneva, arial, helvetica;
	font-size: 16px;
	color: #900;
	font-weight: 500;
	text-align: center;
}
.headingtext18ptbluecenter {
	font-family: geneva, arial, helvetica;
	font-size: 18px;
	color: #006;
	text-align: center;
}


h6 {
	font-family: geneva, arial, helvetica;
	font-size: 16px;
	color: #006;
	line-height: normal;
}
.headingtextblue16 {
	font-family: geneva, arial, helvetica;
	font-size: 16px;
	font-weight: 600;
	color: #006;
	text-align: left;
}
.textblack16left {
	font-family: geneva, arial, helvetica;
	font-size: 16px;
	font-weight: 500;
	color: #000;
}

.headingtextblackcenter {
	font-family: geneva, arial, helvetica;
	font-size: 24px;
	font-weight: 500;
	color: #000;
	text-align: center;
}
.headingtext18blueleft {
	font-family: geneva, arial, helvetica;
	font-size: 18px;
	color: #006;
}
#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
	margin: 0;
	padding: 0;
	position: relative;
	left: 262px;
	top: 6px;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
  color: #ffffff;
  display: inline-block;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
  min-width: 35px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 0 #333333;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li.active a {
  background: #646464 url(grad_dark.png) repeat-x left bottom;
  background: -moz-linear-gradient(top, #646464 0%, #4a4a4a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #646464), color-stop(100%, #4a4a4a));
  background: -webkit-linear-gradient(top, #646464 0%, #4a4a4a 100%);
  background: -o-linear-gradient(top, #646464 0%, #4a4a4a 100%);
  background: -ms-linear-gradient(top, #646464 0%, #4a4a4a 100%);
  background: linear-gradient(to bottom, #646464 0%, #4a4a4a 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#646464', endColorstr='#4a4a4a', GradientType=0);
  box-shadow: inset 0 0 10px #222222, inset 0 10px 10px #222222;
  -moz-box-shadow: inset 0 0 10px #222222, inset 0 10px 10px #222222;
  -webkit-box-shadow: inset 0 0 10px #222222, inset 0 10px 10px #222222;
  filter: none;
}
#cssmenu > ul > li.active a:hover {
  background: -moz-linear-gradient(top, #646464 0%, #4a4a4a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #646464), color-stop(100%, #4a4a4a));
  background: -webkit-linear-gradient(top, #646464 0%, #4a4a4a 100%);
  background: -o-linear-gradient(top, #646464 0%, #4a4a4a 100%);
  background: -ms-linear-gradient(top, #646464 0%, #4a4a4a 100%);
  background: linear-gradient(to bottom, #646464 0%, #4a4a4a 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#646464', endColorstr='#4a4a4a', GradientType=0);
  filter: none;
}
#cssmenu > ul > li a {
  box-shadow: inset 0 0 0 1px #8a8a8a;
  -moz-box-shadow: inset 0 0 0 1px #8a8a8a;
  -webkit-box-shadow: inset 0 0 0 1px #8a8a8a;
  background: #4a4a4a url(grad_dark.png) repeat-x left top;
  background: -moz-linear-gradient(top, #8a8a8a 0%, #707070 50%, #626262 51%, #787878 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8a8a8a), color-stop(50%, #707070), color-stop(51%, #626262), color-stop(100%, #787878));
  background: -webkit-linear-gradient(top, #8a8a8a 0%, #707070 50%, #626262 51%, #787878 100%);
  background: -o-linear-gradient(top, #8a8a8a 0%, #707070 50%, #626262 51%, #787878 100%);
  background: -ms-linear-gradient(top, #8a8a8a 0%, #707070 50%, #626262 51%, #787878 100%);
  background: linear-gradient(to bottom, #8a8a8a 0%, #707070 50%, #626262 51%, #787878 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#8a8a8a', endColorstr='#787878', GradientType=0);
  border-bottom: 1px solid #5d5d5d;
  border-top: 1px solid #5d5d5d;
  border-right: 1px solid #5d5d5d;
  line-height: 34px;
  padding: 0 28px;
  filter: none;
}
#cssmenu > ul > li a:hover {
  background: #8a8a8a url(grad_dark.png) repeat-x left bottom;
  background: -moz-linear-gradient(top, #646464 0%, #4a4a4a 50%, #3b3b3b 51%, #525252 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #646464), color-stop(50%, #4a4a4a), color-stop(51%, #3b3b3b), color-stop(100%, #525252));
  background: -webkit-linear-gradient(top, #646464 0%, #4a4a4a 50%, #3b3b3b 51%, #525252 100%);
  background: -o-linear-gradient(top, #646464 0%, #4a4a4a 50%, #3b3b3b 51%, #525252 100%);
  background: -ms-linear-gradient(top, #646464 0%, #4a4a4a 50%, #3b3b3b 51%, #525252 100%);
  background: linear-gradient(to bottom, #646464 0%, #4a4a4a 50%, #3b3b3b 51%, #525252 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#8a8a8a', endColorstr='#787878', GradientType=0);

  filter: none;
}
#cssmenu > ul > li:first-child a {
  border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  border-left: 1px solid #5d5d5d;
}
#cssmenu > ul > li:last-child a {
  border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
}
#cssmenu .has-sub:hover ul {
  display: block;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  top: 36px;
  left: -1px;
  min-width: 100%;
  text-align: center;
  /* IE7 */

  *width: 100%;
}
#cssmenu .has-sub ul li {
  text-align: center;
}
#cssmenu .has-sub ul li a {
  border-top: 0 none;
  border-left: 1px solid #5d5d5d;
  display: block;
  line-height: 120%;
  padding: 9px 5px;
  text-align: center;
}
.doubleborder {
	border: medium double #006;
}


/*start photos2020.html */
#photos2020mainbox {
	position: relative;
	z-index: 1;
	height: 24300px;
	width: 772px;
	background-color: #ffffb3;
	margin: auto;
}
#photos2020softballlogobox {
	position:absolute;
	width:200px;
	height:115px;
	z-index:2;
	left: 8px;
	top: 8px;
}
#photos2020titlebox {
	position:absolute;
	width:507px;
	height:161px;
	z-index:3;
	left: 236px;
	top: 5px;
}
#photos2020topnavbuttonbox {
	position:relative;
	width:720px;
	height:55px;
	z-index:4;
	left: 28px;
	top: 165px;
}
#photos2020bottomnav {
	position:absolute;
	width:744px;
	height:50px;
	z-index:200;
	left: 13px;
	top: 24138px;
}
#photos2020copyrightbox {
	position:absolute;
	width:770px;
	height:52px;
	z-index:6;
	left: 10px;
	top: 24191px;
}
#photos2020graphicbox {
	position:absolute;
	width:200px;
	height:68px;
	z-index:2;
	left: 343px;
	top: 92px;
}
#photos2020priorlinks {
	position:absolute;
	width:514px;
	height:41px;
	z-index:7;
	left: 24px;
	top: 307px;
}
#photos2020pic1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:10;
	left: 104px;
	top: 327px;
}
#photos2020pic2 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:9;
	left: 449px;
	top: 337px;
}
#photos2020topnavbar {
	position:absolute;
	width:744px;
	height:50px;
	z-index:150;
	left: 22px;
	top: 190px;
}
#photos2020pic12 {
	position:absolute;
	width:260px;
	height:115px;
	z-index:11;
	left: 452px;
	top: 1165px;
}
#photos2020pic3 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:201;
	left: 14px;
	top: 2052px;
}
#photos2020pic4 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:2;
	left: 16px;
	top: 985px;
}
#photos2020pic6 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:21;
	left: 406px;
	top: 1554px;
}
#photos2020pic5 {
	position:absolute;
	width:200px;
	height:352px;
	z-index:1;
	left: 12px;
	top: 1287px;
}
#photos2020pic7 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:20;
	left: 12px;
	top: 22397px;
}
#photos2020pic8 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:202;
	left: 27px;
	top: 1657px;
}
#photos2020pic9 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:203;
	left: 412px;
	top: 2425px;
}
#photos2020pic10 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:204;
	left: 339px;
	top: 2027px;
}
#photos2020pic11 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:25;
	left: 23px;
	top: 663px;
}
#photos2020pic13 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:206;
	left: 48px;
	top: 2420px;
}
#photos2020pic14 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:207;
	left: 443px;
	top: 774px;
}
#photos2020pic15 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:208;
	left: 26px;
	top: 12994px;
}
#photos2020pic16 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:209;
	left: 15px;
	top: 3281px;
}
#photos2020pic17 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:210;
	left: 380px;
	top: 2812px;
}
#photos2020pic18 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:211;
	left: 21px;
	top: 3709px;
}
#photos2020pic19 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:212;
	left: 13px;
	top: 4250px;
}
#photos2020pic20 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:214;
	left: 292px;
	top: 4875px;
}
#photos2020picbox21 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:215;
	left: 540px;
	top: 5587px;
}
#photos2020pic22 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:216;
	left: 15px;
	top: 4634px;
}
#photos2020pic23 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:217;
	left: 450px;
	top: 4628px;
}
#photos2020picbox24 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:218;
	left: 41px;
	top: 5541px;
}
#photos2020picbox25 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:219;
	left: 419px;
	top: 6469px;
}
#photos2020picbox26 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:220;
	top: 5807px;
	left: 22px;
}
#photos2020pic27 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:221;
	top: 22730px;
	left: 7px;
}
#photos2020picbox28 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:222;
	top: 8574px;
	left: 207px;
}
#photos2020picbox29 {
	position:absolute;
	width:200px;
	height:316px;
	z-index:223;
	top: 6986px;
	left: 528px;
}
#photos2020picbox30 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:224;
	top: 7057px;
	left: 13px;
}
#photos2020picbox31 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:225;
	top: 8699px;
	left: 11px;
}
#photos2020picbox32 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:226;
	left: 12px;
	top: 7772px;
}
#photos2020picbox33 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:227;
	top: 7450px;
	left: 11px;
}
#photos2020picbox34 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:228;
	top: 8548px;
	left: 14px;
}
#photos2020picbox36 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:229;
	top: 8196px;
	left: 17px;
}
#photos2020picbox37 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:230;
	top: 9091px;
	left: 22px;
}
#photos2020picbox35 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:231;
	top: 8697px;
	left: 380px;
}
#photos2020picbox38 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:232;
	left: 465px;
	top: 8073px;
}
#photos2020picbox39 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:233;
	left: 521px;
	top: 7633px;
}
#photos2016picbox40 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:234;
	left: 419px;
	top: 6035px;
}
#photos2020picbox45 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:235;
	left: 22px;
	top: 6609px;
}
#photos2020picbox57 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:236;
	left: 550px;
	top: 5714px;
}
#photos2020picbox46 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:237;
	left: 457px;
	top: 5347px;
}
#photos2020picbox47 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:238;
	left: 12px;
	top: 2913px;
}
#photos2020picbox48 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:239;
	left: 10px;
	top: 6105px;
}
#photos2020picbox49 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:240;
	left: 11px;
	top: 5322px;
}
#photos2020picbox50 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:241;
	left: 8px;
	top: 9315px;
}
#photos2020picbox51 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:242;
	left: 468px;
	top: 9313px;
}
#photos2020picbox52 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:243;
	left: 383px;
	top: 5982px;
}
#photos2020picbox53 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:244;
	left: 14px;
	top: 9742px;
}
#photos2020picbox55 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:245;
	left: 475px;
	top: 10194px;
}
#photos2020picbox56 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:246;
	left: 14px;
	top: 10086px;
}
#photos2020picbox58 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:247;
	left: 9px;
	top: 10469px;
}
#photos2020picbox59 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:248;
	top: 9701px;
	left: 494px;
}
#photos2020picbox60 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:249;
	top: 10841px;
	left: 16px;
}
#photos2020picbox61 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:250;
	top: 11062px;
	left: 428px;
}
#photos2020picbox62 {
	position:absolute;
	width:289px;
	height:326px;
	z-index:251;
	left: 436px;
	top: 10612px;
}
#photos2020picbox63 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:252;
	top: 11318px;
	left: 23px;
}
#photos2020picbox64 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:253;
	left: 22px;
	top: 13724px;
}
#photos2020picbox65 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:253;
	left: 481px;
	top: 11369px;
}
#photos2020picbox66 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:254;
	left: 9px;
	top: 11772px;
}
#photos2020picbox67 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:255;
	left: 469px;
	top: 11965px;
}
#photos2020picbox68 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:256;
	left: 429px;
	top: 22238px;
}
#photos2020picbox69 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 91px;
	top: 13184px;
}#photos2020picbox70 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:258;
	left: 385px;
	top: 12922px;
}#photos2020picbox71 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:259;
	left: 18px;
	top: 12701px;
}
#photos2020picbox72 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 16px;
	top: 12259px;
}
#photos2020picbox73 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 13px;
	top: 12190px;
}
#photos2020picbox74 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 441px;
	top: 15018px;
}
#photos2020picbox75 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: -188px;
	top: 12883px;
}
#photos2020picbox76 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 409px;
	top: 12314px;
}
#photos2020picbox77{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 13px;
	top: 22046px;
}
#photos2020picbox78 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 403px;
	top: 14897px;
}
#photos2020picbox79 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 20px;
	top: 14218px;
}
#photos2020picbox80 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 561px;
	top: 14753px;
}
#photos2020picbox81 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 335px;
	top: 13956px;
}
#photos2020picbox82 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 23px;
	top: 14624px;
}
#photos2020picbox83 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 46px;
	top: 13775px;
}
#photos2020picbox84{
	position:absolute;
	width:130px;
	height:115px;
	z-index:257;
	left: 11px;
	top: 15029px;
}
#photos2020picbox85{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 373px;
	top: 14248px;
}
#photos2020picbox86{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 14px;
	top: 23398px;
}
#photos2020picbox87{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 21px;
	top: 23712px;
}
#photos2020picbox88{
	position:absolute;
	width:752px;
	height:62px;
	z-index:2;
	left: 16px;
	top: 258px;
}
#photos2020picbox89{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 12px;
	top: 15536px;
}
#photos2020picbox90{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 415px;
	top: 15369px;
}
#photos2020picbox91{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 200px;
	top: 15527px;
}
#photos2020picbox92{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 409px;
	top: 15759px;
}
#photos2020picbox93{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 16px;
	top: 16590px;
}
#photos2020picbox94{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 13px;
	top: 16355px;
}
#photos2020picbox95{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 97px;
	top: 16890px;
}
#photos2020picbox96{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 455px;
	top: 16250px;
}
#photos2020picbox97{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 192px;
	top: 18084px;
}
#photos2020picbox98{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 74px;
	top: 17416px;
}
#photos2020picbox99{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 87px;
	top: 19791px;
}
#photos2020picbox100{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 501px;
	top: 17856px;
}
#photos2020picbox101{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 10px;
	top: 17852px;
}
#photos2020picbox102{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left:15px;
	top: 18888px;
}
#photos2020picbox103{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 20px;
	top: 16208px;
}
#photos2020picbox104{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 175px;
	top: 18726px;
}
#photos2020picbox105{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 17px;
	top: 18316px;
}
#photos2020picbox106{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 14px;
	top: 16054px;
}
#photos2020picbox107{
	position:absolute;
	width:393px;
	height:49px;
	z-index:57;
	left: 26px;
	top: 573px;
}
#photos2020picbox108{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 24px;
	top: 19300px;
}
#photos2020picbox109{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 441px;
	top: 19723px;
}
#photos2020picbox110{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 13px;
	top: 20200px;
}
#photos2020picbox111{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 14px;
	top: 19721px;
}
#photos2020picbox112{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 424px;
	top: 20376px;
}
#photos2020picbox113{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 14px;
	top: 21379px;
}
#photos2020picbox114{
	position:absolute;
	width:57px;
	height:115px;
	z-index:257;
	left: 420px;
	top: 19359px;
}
#photos2020picbox115{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 18px;
	top: 20599px;
}
#photos2020picbox116{
	position:absolute;
	width:51px;
	height:115px;
	z-index:257;
	left: 15px;
	top: 19815px;
}
#photos2020picbox117{
	position:absolute;
	width:83px;
	height:115px;
	z-index:257;
	left: 420px;
	top: 21068px;
}
#photos2020picbox118{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 15px;
	top: 21816px;
}
#photos2020picbox119{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 423px;
	top: 20111px;
}
#photos2020picbox120{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 451px;
	top: 21798px;
}
#photos2020picbox121{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 372px;
	top: 18902px;
}
#photos2020picbox122{
	position:absolute;
	width:200px;
	height:115px;
	z-index:257;
	left: 18px;
	top: 21735px;
}
#photos2020picbox123{
	position:absolute;
	width:139px;
	height:70px;
	z-index:257;
	left: 10px;
	top: 23025px;
}
#photos2020picbox124{
	position:absolute;
	width:140px;
	height:115px;
	z-index:257;
	left: 16px;
	top: 20929px;
}
/*photos2020.html end */
/*photos2020teams.html start */
#team2020lockhartrosterbox {
	position:absolute;
	width:749px;
	height:115px;
	z-index:501;
	left: 18px;
	top: 4276px;
}
    #team2020photoschampionbox {
	position:absolute;
	width:200px;
	height:115px;
	z-index:70;
	left: 18px;
	top: 472px;
}
    #yatesteamphoto2020 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:503;
	left: 14px;
	top: 4451px;
}

    #team2020yatesrosterbox {
	position:absolute;
	width:764px;
	height:115px;
	z-index:504;
	left: 12px;
	top: 4957px;
}
    #team2020seminoleroster {
	position:absolute;
	width:758px;
	height:115px;
	z-index:999;
	left: 16px;
	top: 1607px;
}
#team2020photoscopyrightbox {
	position:absolute;
	width:770px;
	height:52px;
	z-index:6;
	left: 7px;
	top: 5399px;
}
#team2020photosbox1 {
	position:absolute;
	width:752px;
	height:54px;
	z-index:10;
	left: 24px;
	top: 276px;
}
#team2020photosmainbox {
	position: relative;
	z-index: 1;
	height: 5500px;
	width: 779px;
	top: auto;
	background-color: #ffffb3;
	margin: auto;
}
#team2020photossoftballlogobox {
	position:absolute;
	width:200px;
	height:115px;
	z-index:2;
	left: 8px;
	top: 8px;
}
#team2020topnavbuttonbox {
	position:relative;
	width:744px;
	height:55px;
	z-index:150;
	left: 22px;
	top: 190px;
}
#team2020photosbottomnav {
	position:absolute;
	width:744px;
	height:50px;
	z-index:200;
	left: 22px;
	top: 5318px;
}
#team2020photopagebox1 {
	position:absolute;
	width:749px;
	height:54px;
	z-index:53;
	left: 31px;
	top: 223px;
}
#teamphotos2020titlebox {
	position:absolute;
	width:507px;
	height:171px;
	z-index:3;
	left: 223px;
	top: 5px;
}
#Seminoleteamphotopage2020 {
	position:absolute;
	width:200px;
	height:438px;
	z-index:71;
	left: 14px;
	top: 1153px;
}
#LPMarineteamphoto2020 {
	position:absolute;
	width:200px;
	height:354px;
	z-index:72;
	left: 6px;
	top: 3146px;
}
#Dockteamphoto2020 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:73;
	left: 6px;
	top: 2484px;
}
#Centralteamphoto2020 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:74;
	left: 11px;
	top: 1826px;
}
#team2020championbox {
	position:absolute;
	width:729px;
	height:115px;
	z-index:75;
	left: 36px;
	top: 337px;
}
#team2020championnames {
	position:absolute;
	width:747px;
	height:174px;
	z-index:76;
	left: 20px;
	top: 1018px;
}
#team2020lpmarineroster {
	position:absolute;
	width:758px;
	height:136px;
	z-index:77;
	left: 17px;
	top: 3669px;
}
#team2020dockroster {
	position:absolute;
	width:757px;
	height:142px;
	z-index:78;
	left: 15px;
	top: 2946px;
}
#team2020centalsecurityroster {
	position:absolute;
	width:758px;
	height:139px;
	z-index:79;
	left: 16px;
	top: 2289px;
}
#team2020Lockhart {
	position:absolute;
	width:200px;
	height:115px;
	z-index:80;
	left: 7px;
	top: 3835px;
}
/*photos2020teams.html end */
.headingtextmaroon18left {
	font-size: 18px;
}
