body { 
	margin: 0px; 
	text-align:center;
	font-family : Arial, Helvetica, Courier, sans-serif
	margin:0;
	padding:10px;
	background: url(http://www.beachsidetrisport.com/images/bckg_blue_dblue.gif) repeat-x #2e3092;
	background-color: #2e3092;
}

table.MainTableEdging{
	width: 900px;
	cellpadding: 10px, 10px, 10px, 10px;
	height: 100%;
	vertical-align: top;
	background: url(http://www.beachsidetrisport.com/images/bckg_orange_yellow.gif) repeat-x #ffd900;
}

table.MainTable{
	width: 900px;
	padding: 0px;
	height: 100%;
	vertical-align: top;
	background-color: #FFFFFF;
	border:0;
	margin-top:8px;
}

td.MainTable{
	
	height: 100%;
	vertical-align: top;
}

table.workOut{
	border-collapse: collapse;
	height: 150px;
	vertical-align: top;
}

td.left{
	width: 160px;
	border-left-width: 0;
	border-left-style: solid; 
	border-left-color: #AAAAAF;
	vertical-align: top;
	height: 100%;
	border-right-width: 0;
	border-right-style: solid; 
	border-right-color: #D6D6D8;
}

td.Header{
	height: 150px;
	background-image:  url("http://www.beachsidetrisport.com/images/background.gif"); 
	background-repeat: repeat-x;
	text-align: center;
	border-left-width: 0;
	border-left-style: solid; 
	border-left-color: #AAAAAF;
	border-right-width: 0;
	border-right-style: solid; 
	border-right-color: #AAAAAF;
	padding:0;
}

td.moduleBody{
	text-align: center;
	border: 0 solid #AAAAAF;
	font: 12px;
	padding: 0px;
	width: 20%;
	vertical-align: top;
}

span.module{
	padding: 3px;
}

td.moduleHeader{
	background-color: #FFCC00;
	font: 14px; 
	font-weight: bold;
	width: 150px;
	height: 35px;
	text-align:center;
	border-left: 0 solid #AAAAAF;
	border-right: 0 solid #AAAAAF;
	border-top: 0 solid #AAAAAF;
}

td.center {
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
}

td.right{
	width: 140px;
	border-right-width: 0;
	border-right-style: solid; 
	border-right-color: #AAAAAF;
	border-left-width: 0;
	border-left-style: solid; 
	border-left-color: #D6D6D8;
	padding-left: 5px;
	padding-right: 5px;
	height: 100%;
	vertical-align: top;
}

table.contentTable {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	height: 100%;
}


table.menus { 
	width: 900px; 
	margin: 0 auto; /* centers in complaint browser */ 
	border-collapse: collapse; /* this makes the borders on the internal cells overlap */ 
	background-color: #fd6c05;
} 
.menus td { 
	height:20px;
	margin-right: 0px;
	text-align: left;
	padding: 0px; /* equivalent to cellpadding */
}

.whiteText {
	color: #FFFFFF;
}

.blackText {
	color: #000000;
}

.menus td a:link, .menus td a:visited { 
	font: 15px; 
	font-weight: bold;
	text-decoration:none; 
	color: #FFFFFF; 
	display:block; 
	padding: 4px 4px 4px 4px; /* remove side padding text align center takes care of that */ 
	 /* once side padding is removed you can use width which IE needs to make the link fill the block */ 
} 

.menus td a:hover { 
	color: #2e3092; 
}

li{
	padding-bottom: 5px;
}

p.menuPadding {
	padding-left: 5px; 
	margin: 0;
}

p.bio{
	padding-top: 5px;
	margin-top: 5px;
	padding-left: 3px;
}

td.login{
	font: 10px Arial, sans-serif;
	font-weight: bolder;
	color: #FFFFFF;
}

td.footer { 
	height: 50px;
	margin-right: 0px;
	text-align: center;
	color: #000000;
	vertical-align: top;
	border-top:1px dashed #2e3092;
	font: 10px Arial, sans-serif;
}
