/* * * * * * * * * * * * * * * * * * * * * * 
 HTML STYLES (See also Form styles)
* * * * * * * * * * * * * * * * * * * * * */
html { 
	scrollbar-base-color: rgb(1,93,116); 
	scrollbar-arrow-color: #D4A017;
	scrollbar-track-color: #000000;
	scrollbar-shadow-color: #D4A017;
	scrollbar-highlight-color: #D4A017;
}

body {
	margin: 0;
	padding: 10px;
	font: Arial;
	font-size: 14px;
	color: #ffffff;
	background: url(http://www.texasjagsfanwebsitedesign.com/images/mainpage.gif) repeat;
	background-attachment: fixed;
}

body h1{
	font: Arial;
	font-size: 28px;
	color: #D4A017;
	text-align: center;
}		

body h2{
	font: Arial;
	font-size: 24px;
	color: #D4A017;
}

body h3{
	font: Arial;
	font-size: 26px;
	color: #D4A017;
	margin-left: 240px;
	margin-right: 0px;
	margin-top: 5px;
}	

body p{
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 2px;
}
	

ul { list-style-image: url(/images/nav/arrow.gif); } 

table {
	border-collapse: collapse;
	border-spacing: 0;
	border-width: 0;
	font-size: 1em;
}/* font-size must be reset here or all embedded tables will have increasingly smaller text */
table th,
table td {
	vertical-align: top;
	text-align: left;
}

a {
	color: #ffffff;
	font-size: 14px;
}
a:hover {
	color: #5498BB;
}

img {
	border: 0;
}
p {
	line-height: 1.4em;
}
/* NOTE: Set heading properties in individual sections to avoid inheritance issues! */

/* * * * * * * * * * * * * * * * * * * * * * 
 LAYOUT DIV STYLES (Shadows)
* * * * * * * * * * * * * * * * * * * * * */
div#whiteBgBox {
	width: 720px;
	margin: 0 auto;
	padding: 10px 10px 0 10px;
	border: 1px solid #D4A017;
	background: rgb(1,93,116);
		 /* for IE */
    filter: alpha(opacity=65);
     /* CSS3 standard */
    opacity: 0.65;
   
}
/* * * * * * * * * * * * * * * * * * * * * * 
 mainLayoutTable STYLES 
* * * * * * * * * * * * * * * * * * * * * */

table#mainLayoutTable {
	width: 720px;
	margin:0 auto;
}
td#topNavCell {
	background: no-repeat center top;
	padding: 5px 9px 0 0;
}/* See also topNavCell styles below */
td#headerCell {
	padding: 5px;
}/* See also headerCell styles below */
td#mainAreaCell {
	padding: 0;
}
td#footerCell {
	padding: 8px 4px;
}/* See also footerCell styles below */

/* * * * * * * * * * * * * * * * * * * * * * 
topNavCell STYLES 
* * * * * * * * * * * * * * * * * * * * * */

td#topNavCell img {
	display: block;
	float: left;
}


td#topNavCell img.logo {
	margin: 20px 115px 0px 0px !important;
} /* HACK (double margin IE floated elements) - IE will use the last rule defined. Other browsers will use the important rules. */

/* * * * * * * * * * * * * * * * * * * * * * 
headerCell STYLES 
* * * * * * * * * * * * * * * * * * * * * */

div#headerBorderBox {
	font-size: 14px;
	margin-right: 25px;
	margin-left: 25px;
	padding-top: 5px;
	margin-top: -5px;
	border-top: 3px solid #000000;
}	

/* * * * * * * * * * * * * * * * * * * * * * 
 footerCell STYLES 
* * * * * * * * * * * * * * * * * * * * * */

div#copyrightBox {
	float: right;
	text-align: right;
}
div#copyrightBox,
div#copyrightBox a {
	color: #D4A017;
	font-weight: bold;
	font-size: 11px;
}
div#copyrightBox a:hover {
	color: #000000;
}












