
div.slideshow img {
  max-width: none;
  
}

div.twtr-widget {
	margin: 0 auto;
	width: 580px;
}


h2 {
	margin: 14px 0;
	font-size: 18px;
}

#AlumniMenu {
	list-style-type: none;
	height: 37px;
	margin: 0 auto;
	margin-bottom: 15px;
	padding: 0;
	background: url(/images/AlumniMenu750.png) no-repeat;
	width: 500px;
}

#AlumniMenu li {
	display: block;
	float: left;
	margin: 0;
	height: 28px;
	padding: 9px 0 0 40px;
	background: url(/images/AlumniMenuSeparator.png) no-repeat left center;
}

#AlumniMenu li.first {
	background-image: none;
	padding-left: 30px;
}

#AlumniMenu li a {
	color: #fff;
	font-size: 14px;
}


#database {
	clear: both; position; relative;
}

#demoBar, #ExpiredBar {
	background-color: #FECFCF;
	color: red;
	font-weight: bold;	
	padding: 5px 10px;
	margin: 0;
	bottom: 0;
	text-align: center;
}

#ExpiredBar {
  font-size: 20px;
}

#demoBar a {
  color: #0000CC;
  text-decoration: underline;
}
#demoBar a:hover {
  text-decoration: none;
}

#accountBar {
	background-color: #eee;
	border-top: 2px solid #777;
	padding: 4px 0;
	background-image: url(/images/icons/fticon.gif);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	height: 25px;
	margin-bottom: 0;
	font-family: Tahoma,sans-serif;
	color: #000;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 1000;
}

#accountBar a {
	color: #0000FF;
	font-weight: bold;
	text-decoration: underline;
}

#accountBar a:hover {
	text-decoration: none;
}

#accountBar form {
	text-align: right;
	margin: 0 10px 0 0;
	padding: 0;
}

fieldset#accountBarLeft {
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	margin: 10px 3px 3px;
}

fieldset#accountBarLeft legend {
	font-weight: bold;
}

#leftTD fieldset#accountBarLeft a {
	width: 96px;
	text-decoration: underline;
	padding: 2px 4px;
}

#leftTD fieldset#accountBarLeft a:hover {
	text-decoration: none;
}

#MenuAd {
	width: 125px;
	height: 240px;
	margin-top: 10px;
	text-align: center;
	margin-left: 2px;
}

#leftTD #MenuAd a {
	display: block;
	height: 240px;
	width: 120px;
	border: 0;
	width: auto;
	background-color: #007328;
}

.right {
	float: right;
}

.left {
	float: left;
}

p {
	margin: 10px 0;
	padding: 0;
}

h1 {
	padding: 10px 0 10px;
}

#marqueecontainer
{
	position: relative;
	width: 140px; /*marquee width */
	height: 200px; /*marquee height */
	background-color: #FFFFFF;
	overflow: hidden;
	padding: 2px;
	padding-left: 4px;
	margin: 0px auto;
	text-align: left;
	border: 1px solid #FFFFFF;
}
	

#rightTD #marqueecontainer a {
		text-decoration: underline;
		color: #048C34;
	}
	
#rightTD 	#marqueecontainer a:hover {
		text-decoration: none;
		color: #038530;
	}
	
		
	
/********************************
end tabbed style
********************************/

#navlist {
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding-bottom: 19px;
	padding-left: 10px;
}

#navlist ul, #navlist li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

<style type="text/css">

#navlist a:link, #navlist a:visited
{
background-color: #E8EBF0;
border: 1px solid #ccc;
color: #666;
float: left;
font-weight: bold;
line-height: 14px;
margin-right: 8px;
padding: 2px 10px 2px 10px;
text-decoration: none;
}

#navlist a:link#current, #navlist a:visited#current
{
background: #fff;
border-bottom: 1px solid #fff;
color: #000;
}

#navlist a:hover { background: #fff; }

#navlist ul a:hover { background: #fff !important; }

td.alumni {
		background-color: #ffffff;
		color: #000000;
		border-style: solid solid solid solid;
		border-color: #CCCCCC;
		border-width: 0px 1px 1px 1px;
		border-collapse: collapse;
	}

/********************************
end tabbed style
********************************/
	
	
	
	a {
		
		text-decoration: underline;
		font-weight: bold;
		color: #048C34;
	}
	
	a:hover {
		
				text-decoration: none;
		color: #038530;
	}
	
	div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
		border: 1px solid #048C34;
	}
	
  
  .nav { 
  	border: 2px #000000 solid;
  	padding: 5px; 
  	background-color: #FFFFFF;
		color: #000000;
		margin: 10px 0;
		font-weight: bold;
  }
  .nav a { 
  	padding: 0 5px; 
  }
  .nav a.highlight { 
  	color: #000000;
  	font-weight: bold; 
  }		
  
			
	
	
	#bioTable {
		border: 5px #616161 solid;
		background-color: #FFFFFF;
		color: #000000;
	}
	
	#bioTable td {
		padding: 3px;
	}
	
	#bioTable a {
		color: #000000;
	}	
	
  body {
		font-family: Verdana, sans-serif;
		margin: 0;
		padding: 0;background-image: url(..//files_public/1/1027/background_1027.jpg); 
background-position: top left;
background-repeat: repeat;
background-attachment: scroll;
background-color: #D4FFE0;
		font-size: 12px;
		color: #000000;
		height: 100%;
	}
	  
  .bold {
  	font-weight: bold;
  }  
  
  .red {
  	color: red;
  }
  
  #boxscore, .boxScore {
		font-family: Courier New, monospace;
		font-size: 11px;
	}
	
	
  .error {
  	color: #ff0000;
  }
    
  .galleryImage {
  	float: left;
  	margin-right: 15px;
  }
    
  .imagePreview {
  	float: left;
  	width: 110px;
  	text-align: center;
  	margin: 0 5px 30px 0;
  }
  
  .imageThumbnail {
  	width: 100px;
  	height: 100px;
  	margin: 0px auto;
  	margin-bottom: 5px;
  }
  


    
  .link {
  	text-align: center;
  	width: 500px;  	
  }
  
  .link img {
  	border-width: 0px;
  }
  
  .link a {
  	font-size: 14px;
  }
  
	
	
	.contentTD {
	background-color: #FFFFFF;
		padding: 10px;
	}
	
	
		.contentTD img {
			 max-width: 800px;;
		}
		
	.contentTD fieldset legend {
	  font-weight: bold;
	}
	
	#mainTable {
		height: 99%;
		width: 100%;
	}	
	

	
	#leftTD {
		
		
		width: 130px;
		background-color: #007328;
			font-size: 11px;
			
		padding-bottom: 100px;
	}
	
	#leftTD .header {
		padding: 2px 2px 2px 8px;
		display: block;
		width: 120px;
		background-color: #FFFFFF;
		color: #007328;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	#leftTD a {
		padding: 2px 2px 2px 8px;
		display: block;
		width: 120px;
		background-color: #006E26;
		
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: none;
		border-top: 2px solid #FFFFFF;
	}
	
	#leftTD a:hover {
		background-color: #FFFFFF;
		color: #006925;
		text-decoration: none;
	}
	
	#leftTD div {
	  text-align: center;
	}
	
	#leftTD div a {
	  display: inline;
	  width: auto;
	  padding: 0;
	  margin: 0;
	}
	
	#leftTD div a:hover {
	  background-color: transparent;
	}
	
	
	.linkSponsor {
		text-align: center;
		
	}
	
	#thisSeason {
		margin: 0 0 10px 0;
		padding: 0;
		padding-bottom: 10px;
		border-bottom: 1px solid #000000;
		
	}
	
	#thisSeason a {
		margin: 0px 4px;
		text-decoration: none;
	}
	
	#thisSeason a:hover {
		text-decoration: underline;
	}
	
		
	#mainContent {
		width: 950px;
		
		
				margin: 5px auto;
				text-align: left;
					
		border: 3px #01802D solid;
		
		background-color: #FFFFFF;

		margin-top: 10px;
		margin-bottom: 40px;
	}
	
  .newsPreview {
  	margin-top: 6px;
  	margin-left: 10px;
  	overflow: hidden;
  }  
  
  .officerLabel{
		text-align: right;
		width: 150px;
	}

	.pageTitle {
		font-size: 1em;
		font-weight: bold;
		margin: 10px 0 30px 0;
		padding: 0;
	}

	.recruitingTable {
		width: 450px;		
	}
	
	.recruitingTable fieldset {
		padding: 5px;
	}
	
	.recruitingTable legend {
		color: #000000;
		font-weight: bold;
		padding: 10px;
	}
	
	fieldset p {
		clear: both;
	}
	
	.recruitingTable label, fieldset p label {
		float: left;
		text-align: right;
		width: 150px;
		margin-right: 2px;
	}  
	
	fieldset#AlumniInfo {
		border: 2px #000000 solid;
		padding: 5px 15px 10px;
	}
	
	fieldset#AlumniInfo p label {
		width: 90px;
		font-weight: bold;
	}
	
  #rightTD {
  	width: 160px;
  	padding-left: 5px;
  	padding-right: 5px;background-color: #017A2C;
  	color: #FFFFFF;
  	padding-bottom: 15px
	}
	
	#rightTD a {
		color: #FFFFFF;
	}
	
	#rightTD fieldset a {
		color: #FFFFFF ! important;
	
	}
	
	#rightTD fieldset hr {
		height: 1px;
		border: 1px solid #FFFFFF;
		color: #FFFFFF;	
		margin: 15px 5px;
	}
  
  #rightTD legend {
  	color: #FFFFFF;
  	font-weight: bold;
  }
  
  #rightTD fieldset {
  	border: 1px #FFFFFF solid;
  	padding: 0 1px 10px;
	}	
	
	.altTable {
		width: 100%;
		font-size: 12px;
		padding: 0px;
		margin: 0px;
		border-collapse: collapse;
	}
	
	.altTable th {
		font-size: 12px;
		font-weight: bold;
		background-color: #0DB857;
		color: #FFFFFF;
		border: 2px #000000 solid;
		padding: 4px;
	}
	
	td table.roster {
	  font-size: 11px;
	}
	
	td table.roster th {
	  padding: 2px;
	}
	
	div.adjacentHeader {
	  border-top: 2px solid #FFFFFF;
	  padding: 4px;
	}
	
	.altTable td.subHeader {
	  text-align: center;
	  background-color: #555555;
	  color: #FFFFFF;
	  font-weight: bold;
	}
	
	.altTable td.subHeader a {
	  text-decoration: underline;
	  font-weight: bold;
	  background-color: #555555;
	  color: #FFFFFF;
	}
	
	.altTable td.subHeader a:hover {
	  text-decoration: none;
	}
	
	.altTable th a {
		color: #FFFFFF;
		font-weight: bold;
	}
	
	.altTable td {
		padding: 4px;
		border: 2px #000000 solid;
	}
	
	td table.roster td {
	  padding: 2px;
	}
	
	.altTable tr {
		background-color: #FFFFFF;
		color: #000000;
	}
	
		
	.altTable tr.alt {
		background-color: #DCFAF8;
		color: #000000;
	}
	
	#pager .altTable td {
		padding: 10px;
		vertical-align: top;
	}
	

  html { height: 100%; margin-bottom: 0.01em; }
  

	.aUnderline a:visited, .aUnderline a:link, .aUnderline a:active {
		text-decoration: underline ! important;
	}
	
	.aUnderline a:hover {
		text-decoration: none ! important;
	}
	

	


#PrepCategories {
	margin: 0;
	padding: 0;	
	margin-bottom: 20px;
}

#PrepCategories li {
	display: inline;
	padding-left: 5px;
}

#PrepCategories li a {
	text-decoration: underline;
}

#PrepCategories li a:hover {
	text-decoration: none;
}


.alert {
	min-height: 16px;
	padding-left: 30px;
	background: url('/images/icons/alert.gif') no-repeat center left;
	font-weight: bold;
}


.err {
	min-height: 16px;
	padding-left: 30px;
	background: url('/images/icons/Exclamation.gif') no-repeat center left;
	color: #F20000;
	font-weight: bold;
}

.aok {
	min-height: 16px;
	padding-left: 30px;
	background: url('/images/icons/CheckMark.gif') no-repeat center left;
	font-weight: bold;
	color: #00C000;
}

#loginForm {
	font-size: 1.1em;
}

#loginForm fieldset {
	width: 350px;
	margin: 0 auto;
	border: 1px solid #000;
}

#loginForm fieldset legend {
	font-weight: bold;
}

#loginForm ul {
	padding: 0;
	list-style-type: none;	
	margin-right: 50px;
}

#loginForm ul li {
	margin: 3px 0;
	text-align: right;
}

#loginForm ul li label {
	text-align: right;
	margin-right: 8px;
	font-weight: bold;
}

#loginForm input {
	font-size: 1em;
	font-weight: bold;
	color: #444;
	font-family: Verdana, sans-serif;}

#loginForm input.textInput {
	width: 170px;
}


/* Last-Modified: 28/06/06 00:08:22 */
#GB_overlay {  background-color: #000; position: absolute; margin: auto; top: 0; left: 0;  z-index: 100;  }
#GB_window {  left: 0; top: 0; font-size: 1px; position: absolute;  overflow: visible;  z-index: 150; }
#GB_window .content { width: auto;  margin: 0; padding: 0;  }
#GB_frame {  border: 0; margin: 0; padding: 0; overflow: auto; white-space: nowrap;  }
.GB_Gallery { margin: 0 22px 0 22px;  }
.GB_Gallery .content { background-color: #fff; border: 3px solid #ddd;  }
.GB_header { top: 10px; left: 0; margin: 0;  z-index: 500; position: absolute; border-bottom: 2px solid #555;  border-top: 2px solid #555; }
.GB_header .inner { background-color: #333; font-family: Arial, Verdana, sans-serif; padding: 2px 20px 2px 20px; }
.GB_header table { margin: 0; width: 100%; border-collapse: collapse;  }
.GB_header .caption { text-align: left; color: #eee; white-space: nowrap; font-size: 20px; }
.GB_header .close { text-align: right;  }
.GB_header .close img { z-index: 500; cursor: pointer;  }
.GB_header .middle {white-space: nowrap; text-align: center; }
#GB_middle { color: #eee; }
#GB_middle img { cursor: pointer; vertical-align: middle;  }
#GB_middle .disabled { cursor: default; }
#GB_middle .left { padding-right: 10px;  float: none;}
#GB_middle .right { padding-left: 10px; float: none;}
.GB_Window .content {  background-color: #fff; border: 3px solid #ccc;  border-top: none; }
.GB_Window .header {  border-bottom: 1px solid #aaa;  border-top: 1px solid #999;  border-left: 3px solid #ccc; border-right: 3px solid #ccc;  margin: 0; height: 22px;  font-size: 12px;  padding: 3px 0; color: #333;  }
.GB_Window .caption {  font-size: 12px;  text-align: left;  font-weight: bold;  white-space: nowrap;  padding-right: 20px; }
.GB_Window .close { text-align: right; }
.GB_Window .close span { font-size: 12px;  cursor: pointer; }
.GB_Window .close img { cursor: pointer;   padding: 0 3px 0 0;  }
.GB_Window .on { border-bottom: 1px solid #333; }
.GB_Window .click { border-bottom: 1px solid red; }



/*  Thickbox CSS */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	color: #333333;
}

#TB_secondLine {
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
	margin-top: expression(250 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
	top: 10%;
}

#TB_window img#TB_Image {
	display:block;
	margin: 5px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	clear: both;
}

#TB_image_count {
	float: left;
	width: 110px;
	margin: 5px;
	font-size: 14px;
	font-weight: bold;
}

#TB_caption_nav {
	padding: 3px;
	text-align: center;
	font-weight: bold;
	margin: 0 120px;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}




#bbForm img {
	border: 0;
}

#BBCodeCreator{
	background: url('/images/ForumReplyBackground.png') left no-repeat;
	height: 26px;
	border-right: 1px solid #B3B9C3;
	width: 434px;
	padding-left: 15px;
}

#bbForm textarea {
	width: 450px;
}

/*Sets the properties of the bbForm table cells*/
#bbForm table {
	border: 1px solid #777;
	background-color: #eee;
 	width:400px;
  margin-top: 40px;
}

#bbForm table td {
	padding: 3px;
}

#ForumList {
	float: right;
	width: 170px;	
	padding: 5px 8px;
	margin: 0 0 10px 15px;
	border: 2px #000000 solid;	list-style-type: none;
}

#ForumList li {
	padding: 3px 0;
}

a img {
	border: 0;
}



/******** forms ***********/

#CustomForm {
	list-style: none;
	margin: 0;
	padding: 0;
	/* background-color: #fff; */
}

#CustomForm li {
	padding: 3px;
	clear: both;
}

#CustomForm li ul li {
	clear: none;
}

#CustomForm ul {
	border: 2px solid #fff;
	clear: both;
	margin-top: 3px;
}

#CustomForm label {
	float: left; 
	width: 170px; 
	margin-right: 5px;
	text-align: right;
	font-weight: bold;
	min-height: 16px;
}

#CustomForm .InputHolder {
	list-style: none;
	margin: -3px 0 5px 175px;
	padding: 0;
}

#CustomForm li .invalid {
	border: 2px solid #ff0000;
}
