/* Basic Markup Styles */

* { 
	margin: 0; 
	padding: 0;
}
	
	li li, td td {
		font-size: 1em;
	}

	body { 
		background: #ECEDEE url(/images/joetall/bg-body.gif) top left repeat-x;
		font: 68.75% Tahoma, Arial, Helvetica, sans-serif;
		text-align: center;
		color: #3B3B3B;
		line-height: 14px;
		}
		html>body { 
			font-size: 11px;
		}
	
		h1 { 
			font-size: 1.1em; 
			text-transform: uppercase;
		}
		
		h2 { 
			font-size: 1em; 
		}
		
		h3 { 
			font-size: 1em;
		}
		
		p { 
			font-size: 1em;
		}

		table { 
			padding: 0; 
			border: 0;
			}
			caption { 
				font-size: 1em; 
				text-align: left;
			}
			th { 
				font-size: 1em;
				}
				th th {
					font-size: 1em;
				}
			td { 
				font-size: 1em;
				}
				td td {
					font-size: 1em;
				}
		
		ul {
			/*list-style: none;*/
			}
			li {
				font-size: 1em;
				}
				li li {
				font-size: 1em;
				}
		
		hr {
			border: 0; 
			height: 1px; 
			background: #999999; 
				*color: #999999; 
			margin-bottom: ;
		}
		
		a, a:link, a:visited {
			color: #0A59A6;
			}
			a:hover, a:active {
				color: #2F82D2;
			}

		img { 
			border: none;
		}
		
		form {
			margin: 0; 
			padding: 0;
			}
			input.searchBox { }

			input, select, textarea {
				font: 1em Tahoma, Arial, Helvetica, sans-serif;
			}
		
		/* common generic classes */
		.clear {
			clear: both; 
			height: 1px;
		}

		
/* Layout Stylesheet */

		#envelope { 
			position: relative;
			margin: 0 auto;
			padding-bottom: 15px;
			text-align: left;
			width: 850px;
			background: url(/images/joetall/bg-envelope-bottom.gif) bottom left no-repeat;
		}


			ul#navigationa {
				position: absolute;
				top: 50px;
				right: 170px;
				list-style: none;
				}
				li {
					float: left;
					font-size: 1em;
					font-weight: bold;
					color: #ffffff;
					}

				#navigationa a {
					font-weight: bold;
					color: #ffffff;
					text-decoration: none;
					}
					#navigationa a:hover, #navigation a:active {
						font-weight: bold;
						color: #ffffff;
						text-decoration: underline;
					}
					
					a#on {
						text-decoration: underline;
					}

			ul#navigation {
				position: absolute;
				top: 29px;
				right: 19px;
				list-style: none;
				}
				li {
					float: left;
					font-size: 1em;
					font-weight: bold;
					color: #ffffff;
					}

				#navigation a {
					font-weight: bold;
					color: #ffffff;
					text-decoration: none;
					}
					#navigation a:hover, #navigation a:active {
						font-weight: bold;
						color: #ffffff;
						text-decoration: underline;
					}
					
					a#on {
						text-decoration: underline;
					}
			
			#grayArea {
				position: relative;
				margin: 0 14px 0 14px;
				padding: 20px 20px 0 20px;
				height: auto;
				min-height: 41px;
				_height: 61px;
				_he\ight: 41px;
				border-top: 1px solid #ffffff;
				background: #4F5655;
				color: #fff;
				font-size: 1em;
				line-height: 15px;
				}
				
				#grayArea h1 {
					margin: 0 0 0 0;
				}
				
				#grayArea p {
					margin: 0 0 21px 0;
				}
				
				#grayArea a {
					color: #ffffff;
					text-decoration: none;
					}
					#grayArea a:hover, #grayArea a:active {
						color: #ffffff;
						text-decoration: underline;
					}

				#pic {
					position: absolute;
					top: 0; 
					right: 5px;
				}
				
			#contentBox {
				padding: 33px;
				padding-bottom: 10px;
				background: url(/images/joetall/bg-content.gif) top left repeat-y;
				height: auto;
				}
				
				#contentBox p {
					margin: 0 0 18px 0;
				}
				
				#contentBox a {
					text-decoration: none;
					}
					#contentBox a:hover, #contentBox a:active {
						text-decoration: underline;
					}
				
	table{width: 100%; margin: 0 0 18px 0; padding: 0; text-align: center;}
					thead{background: #333333; color: #ffffff; padding: 6px; font-size: 1em;}

					tfoot{text-align: left; font-size: .91em !important;}
						tfoot th{text-align: center; border: 0;}
						tfoot td{vertical-align: top; border: 0; padding: 6px;}
						tfoot ul{margin-bottom: 0;}

					th,td{border: 0; border-top: 0; border-left: 0; border-right: 0; padding: 3px; font-size: 11px;}

/* rt styles */


#rtbody {
     float: left;
     margin: 0;
     padding: 0;
     text-align: left;
     width: 550px;
     background: #FFFFFF;
}

.instol { 
	width: 100%;

}
.instli { 
	font-size: normal;
	font-weight: normal;
	color: #000000; 
	margin-left: 20px;
	width: 100%;
}

#rtnav {
     float: right;
     margin: 0;
     padding: 0;
     width: 160px;
     background: #FFFFFF;
}

table.cal
{
border: 1px solid #898989
}

td.calmonth
{
border: 1px solid #898989;
background: #FFFFF;
font-size: 12pt;
font-weight: bold;
text-align: center;
padding-top: 8px;
padding-bottom: 8px
}

td.caldays
{
border: 1px solid #898989;
background: #FFFFF;
font-size: 10pt;
font-weight: bold;
text-align: center;
padding-top: 8px;
padding-bottom: 8px
}

td.cal
{
border: 1px solid #898989;
height: 7em;
width: 7em;
padding-right: 3px;
padding-top: 3px;
font-weight: none;
color: #000000;
text-align: right;
font-size: 8pt;
vertical-align: top
}
			
a.bigcont {
	font-size: 18pt;
	margin: 4px;
}
table.null {
  border: none;
  margin: 0px;
  padding: 0px;
}
td.null {
  border: none;
  margin: 0px;
  padding: 0px;
}



