body {
	color: #ff0000;
	background-color: #000000;
	background-image: url('images/LAGSL/body_L.jpg');
	background-position: top left;
	background-repeat: repeat-y;
	font-family: 'vardana', 'arial', san-serif;
	font-size: .8em;
	padding: 0px;
	margin: 0px;
}

html body .container .holder .banner .adBanner {/*no effect on home page yet*/
	position: relative;
	display: block;
	width: 160px;
	height: 90px;
	margin-top: -98px;
	float: right;
	padding-right: 8px;
}
html body .container .holder .banner .adBanner div {/*no effect on home page yet*/
	position: absolute;
	display: block;
	width: 160px;
	height: 90px;
	background: #666;
}
html body .container .holder .rightColumn .adSmall {/*no effect on home page yet*/
	width: 300px;
	height: 90px;
	background: #666;
	display: block;
	margin-top: 8px;
	margin-left: 8px;
	float: right;
	clear: both;
}
html body .container .holder .rightColumn .adNormal {/*no effect on home page yet*/
	width: 300px;
	height: 250px;
	background: #ffffff;
	display: block;
	margin-top: 10px;
	margin-left: 8px;
	float: right;
	clear: both;
	margin-bottom: 0px;
}
* {
	margin-top: 0px;
	margin-bottom: 0px;
}
td {
	font-size: 12px;
	vertical-align: top;
}

ul li {
	text-align:left
}
a:link, a:visited {
	color: #ff0000;
}
a:hover, a:active {
	color: #505050;
}
.container {/*main body container*/
	min-width: 900px;
	padding: 0px;
	margin: 0px;
	background-image:url('images/LAGSL/body_TL.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}
.holder {/*inner containter for graphics*/
	padding-top: 0px;
}
.masthead{/*header above nav bar*/
	padding: 0px;
	background-color: #000000;
  background-image: url('images/LAGSL/header_BG.jpg');
  background-repeat: repeat-x;
  background-position: top left;
	height: 133px;
}
.masthead div {/*goes to 4 divs deep for image placement last div with "background:transparent;" needs "height:auto;" for text to align properly in FF*/
  background-image: url('images/LAGSL/test.jpg');
  background-repeat: no-repeat;
  background-position: top left;
	height: 133px;
}
.masthead div div {
  background-image: url('images/LAGSL/asa_logo.gif');
  background-repeat: no-repeat;
  background-position: top right;
	height: 133px;
}
.masthead div div div {
  height: auto;
	backgound: transparent;
}
.header1{
  background: transparent;
	font-variant: small-caps;
  text-align: center;
}
.header2{
  background: transparent;
	font-variant: small-caps;
  text-align: center;
}
.header1, .header1 h1, .header1 h1 span, .header1 h1 span span#lblHeadertxt1{
  background: transparent!important;
}
.header2, .header2 h2, .header2 h2 span, .header2 h2 span span#lblHeaderTxt2{
  background: transparent!important;
}
.header1 h1 span span#lblHeadertxt1{
  font-size: 10pt;
	font-family: 'Times New Roman', 'Times', serif;
  color: #ffffff!important;
}
.header2 h2 span span#lblHeaderTxt2{
  font-size: 20pt;
	font-family: 'Times New Roman', 'Times', serif;
  color: #ffffff!important;
}

div.clearer {/*sits under nav ??*/
	clear: both;
	line-height: 0px;
	height: 0px;
}
.contentWidth {/*sits right above footer*/
	width: 800px;
}
.footerLeft, .footerRight {
	background: #000000;
}
.footerLeft{
	float: left;
	text-align:left;
	width: 30%
}
.footerRight {
	text-align: right;
}
p {
	margin: 3px 5px 10px 5px;
}
.sponsors ul li p {
	font-size: 14px !important;
	text-align: center;
	margin: 0px 0px 8px 0px;
	font-weight: normal;
	font-family: Tahoma, Verdana, Geneva, Gadget, Arial, sans-serif;
	color: #ffffff;
}
h3 {
	color: #ff0000;
	font-size: 18px;
	font-family: Tahoma, Verdana, Geneva, Gadget, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin: 0px 5px 0px 5px;
	padding: 3px 0px 3px 0px;
	background-color: #ffffff;
}
.rightColumn h3, .leftColumn h3 {
	text-align: center;
	background-color: transparent;
	background-image: url('images/LAGSL/subHeader.jpg');
  background-position: center center;
  background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	height: 31px;
}
.rightColumn h3 span, .leftColumn h3 span {
	color: #ffffff;
	background-color: transparent;
	font-family: 'Times New Roman', 'Times', serif;
	font-size: 16pt;
	font-weight: bold;
	text-transform: none;
	font-variant: small-caps;
	letter-spacing: 1px;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 1px;
	white-space: nowrap;
}
.events h3, .messageBoard h3  {
}

h4 {
	font-size: 14px !important;
	font-weight: bolder;
	text-align: center;
	margin: 5px 0px 8px 0px;
	font-family: Tahoma, Verdana, Geneva, Gadget, Arial, sans-serif;
	color: #ffffff;
}
h6 {/* copy right */
	font-size: 10px;
	text-align: center;
	margin-bottom: 8px;
}


/* FORMAT NAVIGATION */
td.banner { /* header and nav TD */
}
div.nav {/* nav bar width container */
  background-color: transparent;
  background-image: url('');
  background-position: top left;
  background-repeat: repeat-x;
  border-top: 0px solid #ffffff;
  border-bottom: 0px solid #ffffff;
	border: 6px outset #303030;
	width: 166px;
}
div.nav div {/* nav bottom div */
  background-image: url('');
  background-position: top left;
  background-repeat: no-repeat;
	height: auto;
}
div.nav div div{
  background: transparent;
}
div.nav div span {/* nav second div */
}
/* div <a> container  */
/* DO NOT EDIT below!!****************/
div.navLink { display: block; float: none; /* inline = H -- none = V */
/* DO NOT EDIT above!!****************/
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: auto;
}
div.navLink div {/* div before <a>*/
	white-space: nowrap;
}
div.navLink div { /* placement div  hides the "welcome" box*/
	height: auto;
	display: inline;
}
html body .holder div.navLink a {/* links themselves */
	font-family: Helvetica, Tahoma, Verdana, Geneva, Arial, sans-serif;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bolder;
	display: block;
	font-variant: small-caps;
	letter-spacing: 0px;
	padding: 0px 0px 0px 15px;
	margin: 3px 0px 0px 0px;
  background-color: transparent;
  background-image: url('images/LAGSL/nav_BG.jpg');
  background-repeat: repeat-x;
  background-position: center center;
  border-right: 0px solid #ffffff;
}
html body div.navLink a {/* old?? */
	border-width: 0px;
	border-style: solid;
	border-color: #0000ff;
}
html body .holder div.navLink a:hover {/* link rollovers */
	color: #ffffff;
	padding: 0px 0px 0px 20px;
  background-color: transparent;
  background-image: url('images/LAGSL/nav_BG_OV.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}




.full div {/*old*/
}
.middle{
  margin: 0px 10px 0px 10px;
  padding: 0px;
  color: #000000;
  background-color: #c0c0c0;
	border-width: 6px;
  border-style: outset;
  border-color: #555555;
}
.middleColumn img {
	margin: 0px;
	border: 0px solid #1F1F1F;
	background: #ffffff;
	padding: 0px;
}
.full, .rightModules {
  margin-top: 49px;
}
.rightColumn, .leftColumn {/* containers */
  color: #000000;
	width:27%;
	padding: 0px;
	vertical-align: top;
	min-width: 260px;
}
.leftColumn {
  width: 166px;
}
.middleColumn {
	padding: 0px 0px 0px 0px;
	border-width: 0px;
  border-style: solid;
  border-color: #ffffff;
}
.middleColumn p{
  color: #000000!important;
}
.customContent .top, .full .top{
	display: none;
	visibility: none;
}
.events, .photos, .announcements, .aboutUs, .messageBoard, .groupList, .programList {/* old?? */
  color: #000000;
	margin-bottom: 17px;
	text-align: left;
}
.MsgBoardDataGrid {/* table */
	text-align: left;
	margin-bottom: 5px;
	margin-left: 10px;
}
.MsgBoardDataGrid td{ /* items */
	padding: 5px;
}
table.TeamListDataGrid {
	text-align: center;
	width: 100%;
	margin: 0px;
}
.TeamListDataGrid td {
  border-bottom:2px solid #000000;
 	padding: 2px;
	margin: 2px;
}
.ProgramListDataGrid {
	border: 0px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: -5px;
}
.ProgramListDataGrid td{
	padding: 3px;
	border: 0px;
	text-align: center !important;
}
div.sponsors ul li img {
	border: 0px !important;
}
div.sponsors ul {
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
div.sponsors ul li {
  color: #ffffff;
	list-style: disk outside;
	display: block;
	background-image: none;
	text-align: left;
	padding-top: 3px;
}
div.sponsors ul li a {
	padding: 0px 0px 5px 0px;
	text-align: left;
}
.customContent {
	margin-bottom: 20px;
}


/*Calendar*/
table.calendar_mini td, table.calendar_full td, table.calendar_mini_TitleStyle td, table.calendar_full_TitleStyle td {
	margin: 0px;
	padding: 0px;
}
table.calendar_mini {
	margin-top: 5px;
	margin-left:auto;
	margin-right: auto;
	border: 1px solid #ff0000;
	width: 85%;
}
table.calendar_mini_TitleStyle, table.calendar_full_TitleStyle {
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	background: #ff0000;
	font-weight: bold;
	border: 0px;
}
td.calendar_mini_NextPrevStyle a {
	padding: 5px 3px;
	color: #ffffff !important;
}
th.calendar_mini_DayHeaderStyle, th.calendar_full_DayHeaderStyle {
	font-size: 12px;
	color: #ffffff;
	background: #000000;
	padding: 2px 0px;
  border: 1px solid #ff0000;
}
td.calendar_mini_OtherMonthDayStyle, td.calendar_full_OtherMonthDayStyle {
	background: #505050;
	color: #000000;
	padding: 2px 5px;
  border: 1px solid #ff0000;
}
td.calendar_mini_DayStyle, td.calendar_full_DayStyle {
	background: #ffffff;
	color: #000000;
	padding: 2px 5px;
  border: 1px solid #ff0000;
}
td.calendar_mini_TodayDayStyle, td.calendar_full_TodayDayStyle {
	color: #ffffff;
	background: #ff0000;
	font-weight: bold;
	padding: 2px 5px;
  border: 1px solid #ff0000;
}
td.calendar_mini_TodayDayStyle a, td.calendar_full_TodayDayStyle a {
	color: #ff0000 !important;
}

table.EventsDataGrid {
	margin: 10px auto;
	width: 80%;
	text-align:left;
}
table.EventsDataGrid td {
	border-bottom: 1px solid #000000;
	padding: 5px 0px;
}
span.EventsDataGridTextDate {
	margin-top: 5px;
}
span.EventsDataGridTextTitle {
	padding-bottom: 3px;
}
a.EventsDataGridTextMore {
}
#Events1_btnAllEvents {
}
table.EventsClubPageDataGrid {
	width: 95%;
	margin: 20px auto 0px auto;
}
tr.EventsClubPageDataGridHeaderStyle {
	color: #000000;
	background: #ff0000;
	font-weight: bold;
	border: 1px solid #000000;
}
tr.EventsClubPageDataGridHeaderStyle td{
	padding: 5px ;
}
tr.EventsClubPageDataGridItemStyle td {
  /* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1;
  /* for Mozilla */
  -moz-opacity:1;
  color: #000000;
	background-color: #dfdfdf;
	padding: 5px ;
}
tr.EventsClubPageDataGridAlternatingItemStyle td {
  /* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1;
  /* for Mozilla */
  -moz-opacity:1;
  color: #000000;
	padding: 5px ;
	background-color: #bfbfbf;
}
table.calendar_full {
	text-align: center;
	width: 90%;
	margin: 10px auto;
	border: 1px solid #000000;
}
td.calendar_full_NextPrevStyle a:link {
	padding: 8px 5px;
	color: #ffffff !important;
}
td.calendar_full_OtherMonthDayStyle, td.calendar_full_DayStyle, td.calendar_full_TodayDayStyle {
	height: 80px;
	vertical-align: top;
	text-align: left;
}
table.calendar_full td span a  {
	font-size: 10px !important;
	text-align: center;
	width: 100%;
	display: block;
}