	/* CSS Document */

	body {          /*this loads the htc file that allows ie to do hover on arbitrary elements - maybe not necc.*/
		behavior: url("htc/hover.htc"); 
		}

	a:link    {color:#FFFFCC;text-decoration:underline}
	a:visited {color:#FFFFCC;text-decoration:underline}
	a:hover   {color:#FFCC33;text-decoration:underline}
	a:active  {color:#FFCC33;text-decoration:underline}
	
	a.menu:link    {color:#FFCC00;text-decoration:none}
	a.menu:visited {color:#FFCC00;text-decoration:none}
	a.menu:hover   {color:#0099FF;text-decoration:underline,highlight}
	a.menu:active  {color:#0099FF;text-decoration:underline}
	
	a.guest:link    {color:#000066;text-decoration:underline}
	a.guest:visited {color:#000066;text-decoration:underline}
	a.guest:hover   {color:#0099FF;text-decoration:underline}
	a.guest:active  {color:#0099FF;text-decoration:underline}
	
	a.blue:link    {color:#0099FF;text-decoration:underline}
	a.blue:visited {color:#0099FF;text-decoration:underline}
	a.blue:hover   {color:#FA9805;text-decoration:underline}
	a.blue:active  {color:#FA9805;text-decoration:underline}
	
	a.bmark:link    {color:#0099FF;text-decoration:underline}
	a.bmark:visited {color:#0099FF;text-decoration:underline}
	a.bmark:hover   {color:#FA7907;text-decoration:underline}
	a.bmark:active  {color:#FA7907;text-decoration:underline}
	
	a.vol:link    {color:#0099FF;text-decoration:underline}
	a.vol:visited {color:#0099FF;text-decoration:underline}
	a.vol:hover   {color:#FFFFFF;background-color:#05C5FF;text-decoration:underline}
	a.vol:active  {color:#FFFFFF;background-color:#05C5FF;text-decoration:underline}
	
	.regtext, td.regtext {font: 9pt "trebuchet ms",arial; color: darkblue; text-decoration: none}
	table.regtext {font: 9pt "trebuchet ms",arial; color: darkblue; text-decoration: none}
	.highlighttext {font: 8pt verdana; color:#073682; background-color:#FFFF00;}
	
	.spanstyle {font: 10pt verdana; font-weight:700; color:orange;}
	.buttonstyle {font: 9pt verdana; background-color:lightgreen; border-color:black; width:100;}
	.selectstyle {font: 8pt verdana; background-color:F0F2F7; color:6F1107;}
	.selectstyle2 {font: 8pt verdana; background-color:D9F0D8; color:40573F;}
	.radiostyle {width:50; background-color:E4D4C4; zoom:200%}
	.selectstyle3 {font: 8pt verdana; background-color:F0F2F7; color:000033;}
	
	.input-text {
		font: 8pt arial, verdana, tahoma, sans-serif;
		color:#40573F;
		background-color: #FFF;
		border: none;
		text-align: center
	}
	
	.admintitle {
		background-color: rgb(85,117,181);
		font-size: 8pt; 
		color: #FFFFFF; 
		font-family: "trebuchet ms", arial, tahoma, verdana; 
		font-weight: bold; 
		padding-left: 8px;
		padding-top: 2px;
		padding-right: 2px;
		padding-bottom: 2px;
		border-style: none;
		border-width: 1px;
		border-color: #C97104;
		text-align: center;
		vertical-align: middle;
		margin-left: 5px;
	}

	body {
		width: 800px;
		top: 10px; 
		margin: 0 auto 0 auto;
		background: #33F url(/jasonpickel/images/bkgrnd_blue.gif) top left repeat;
		font: 9pt ""trebuchet ms"", helvetica, serif;
		color: #003;
		text-align: center;
		scrollbar-arrow-color: #CCC;
		scrollbar-base-color: #006;
		scrollbar-dark-shadow-color: #003;
		scrollbar-track-color: #039
	}
	
	#content {
		width: 800px;
		border: solid 2px #F8DC24
	}
	
	#header {
		width: 800px;
		height: 85px;
		background: url(/jasonpickel/images/header.jpg) no-repeat top center;
	}

	h1 {
		font: 1pt arial; 
		color: #3670E3; 
		text-decoration: none;
		line-height:1px;
		margin:0,0,0,0;
	}

	#nav {
		width: 800px;
		height: 25px;
		background-color: #F8DC24
	}
	
	.input {
		font: 8pt tahoma; 
		height: 20px;
		color: #09AFD9; 
		background-color:#F0F3F7; 
		border:solid 1px #09AFD9;
		padding:0 3px 0 3px;
	}
	
	.msg {
		font: 8pt tahoma; 
		overflow: auto;
		color: #09AFD9; 
		background-color:#F0F3F7; 
		border:solid 1px #09AFD9;
		padding:0 3px 0 3px;
	}	

	.input2 {
		font: 8pt tahoma, arial, sans-serif; 
		height: 18px;
		color: #1D3461; 
		background-color:#FFC; 
		border:solid 1px #003;
		padding: 0 3px 0 3px
	}
	
	.msg2 {
		font: 8pt tahoma, arial, sans-serif; 
		color: #1D3461; 
		background-color:#FFC; 
		border:solid 1px #003;
		padding: 0 3px 0 3px;
		overflow: auto
	}
	
	.titlebar {
 		padding: 10px 0 10px 0; 
		background-color: #A3AFC2;
		font-weight: bold
	}
	
	.inputadmin {
		font: 8pt tahoma; 
		color: #1D3461; 
		background-color: #F5F3D0;
		border-style:solid; 
		border-color:000033;
		padding-right: 0px;
		padding-left: 3px;
	}

	ul {
		line-height:15px;
	}
	
	li
		{
		list-style: square;
		line-height:14px;
		font-size: 8pt; color: darkblue; 
		font-family: "trebuchet ms",arial; 
		text-decoration: none;
		margin-left: 30px;
		margin-right: 30px;
	}
	li li {
		list-style: circle;
		margin-left: 0px;
		margin-right: 0px;
		text-align: left;
	}

/* used for empty table cells */
	.mt1 { 
		background-color: #F5F3D0;
		font-size: 8pt; 
		color: #F5F3D0;
		font-family: "trebuchet ms", arial, tahoma,verdana; 
		font-weight: normal; 
		border-style: none;
		border-width: 1px;
		border-color: #C97104;
		padding-left: 4px;
		padding-top: 2px;
		padding-right: 4px;
		padding-bottom: 2px;
		text-align: center;
		line-height: 10px;
		margin-left: 5px;
}

	.mt2 { 
		background-color: #EBEDF0;
		font-size: 8pt; 
		color: #EBEDF0;
		font-family: "trebuchet ms", arial, tahoma,verdana; 
		font-weight: normal; 
		border-style: none;
		border-width: 1px;
		border-color: #C97104;
		padding-left: 4px;
		padding-top: 2px;
		padding-right: 4px;
		padding-bottom: 2px;
		text-align: center;
		line-height: 10px;
		margin-left: 5px;
}

	.row1 {
		background-color: #F5F3D0; /* pale yellow */
		font-size: 8pt; 
		color: #452A0C; 
		font-family: "trebuchet ms", arial, tahoma,verdana; 
		font-weight: normal; 
		padding: 2px 4px 2px 4px;
		text-align: center;
		vertical-align: middle;
		line-height: 10px;
		margin-left: 5px;
	}
	
	.row2 {
		background-color: #EBEDF0;
		font-size: 8pt; 
		color: #452A0C; 
		font-family: "trebuchet ms", arial, tahoma, verdana; 
		font-weight: normal; 
		padding: 2px 4px 2px 4px;
		text-align: center;
		vertical-align: middle;
		line-height: 10px;
		margin-left: 5px;
	}

	.row3, .row4 {
		color: #452A0C; 
		font: normal 8pt "trebuchet ms", arial, tahoma, verdana; 
		padding: 2px 4px 2px 4px;
		text-align: center;
		vertical-align: middle;
		line-height: 10px
	}

	.row3 {
		background-color: #FFF;
	}
	.row4 {
		background-color: #EBEDF0;
	}

	.title {
		color: #06F; 
		font: bold 12pt "trebuchet ms", arial, tahoma, verdana; 
		font-weight: bold; 
		padding: 2px 4px 2px 4px;
		text-align: center;
		line-height: 20px;
	}

 	#tblsolidbrdr {
		border-style: solid;
		border-width: 1px;
		border-color: #FFCC00;
	}

 	#picbrdr {
		border-style: solid;
		border-width: 2px;
		border-color: darkblue;
	}

	#admintbls {
		background-color: #FFFFFF;
		border-style: solid;
		border-width: 1px;
		border-color: #C97104;
		padding-left: 2px;
		padding-top: 1px;
		padding-right: 2px;
		padding-bottom: 1px;
		font-size: 8pt; 
		color: #452A0C; 
		font-family: "trebuchet ms", arial, tahoma, verdana; 
	}
	
	#tblbrdr {
		border-style: none;
		border-width: 1px;
		border-color: #C4B48D;
	}

	#try {
		over-flow: auto;
		height: 24px;
		scrollbar-arrow-color: #CCC;
		scrollbar-base-color: #FFF;
		scrollbar-dark-shadow-color: #FFF;
		scrollbar-track-color: #FFF;
	}

	#team {
		width: 230px;
		*width: 270px;
		height: 330px;
		float: left;
		background-color: #E3ECFA;
		margin: 10px 10px 10px 10px;
		padding: 10px 10px 10px 10px;
		font: 9pt "trebuchet ms", helvetica, serif;
		text-align: center
	}

	.teamedit {
		font: 8pt "trebuchet ms", helvetica, serif;
	}
	
	a#submit {
   		background: url(/jasonpickel/images/bg_btn.gif);
   		background-repeat: repeat-x;
		border-style: solid;
		border-color: rgb(221,230,240);
		border-width: 1px;
		height: 23px;
		font-family: verdana, "trebuchet ms", arial, tahoma; 
		font-decoration: underline;
		font-size: .9em; 
		cursor: pointer;
		font-weight: bold;
		padding: 2px 8px 2px 8px;	
	}

	a#submit.on {
		letter-spacing: normal;	
		color: rgb(222,187,11);
	}

	a#submit:hover {
		letter-spacing: .05em;	
		color: rgb(252,252,252);
	}

	.vol-borders {
		border:solid 1px #fff
	}
	
	.vol-backcolor {
		background-color:#fcfcde
	}

	.errtext {
		font: 8pt verdana, "trebuchet ms", arial, tahoma; 
		color: #CC0000;
		font-weight: bold;
		text-align: center;
	}

	#footer {
		clear: both;
		width: 800px;
		text-align: center;
		color: #003;
		font: 8pt verdana, Arial, Helvetica, sans-serif
	}
	
	.nsytes {
		color: #FFF;
		font-size: xx-small
	}