@charset "utf-8";
/* CSS Document */

Body {background-color:#5C4E83; margin:0 auto; text-align:center; font-family:Arial, Helvetica, sans-serif; font-size:12px; vertical-align:top;}
a { font-weight:bold; text-decoration:none; }

#HomeBack {width:1025px; background-image:url(Images/HomeBackground.jpg); background-repeat:repeat-y; margin:0 auto; }
#HomeBottomBack {width:1025px; background-image:url(Images/HomeBottomBack.jpg); height:27px; background-repeat:no-repeat; margin:0 auto; }

.whitebar {margin:0 auto;	
    width:100%;
	background-image:url(Images/WhiteBack.png);
	background-repeat:repeat-x;
	height:25px;
    position:absolute;
	z-index:0;
	left: 0px;	
		top:555px;
 }
#TexasLynxLine { 
	padding-top:10px;
	text-align:left;
    z-index:38; 
	margin-left:15px;
 }

#Buttons {
	margin:0 auto;
	width:100%;
	background-image:url(Images/ButtonBack.png);
	background-repeat:repeat-x;
	height:87px;
	z-index:35;
	position:absolute;
	top:124px;
	left: 0px;
	vertical-align:top;
}


#Buttons ul {color:#FFFFFF; font-weight:bold; min-width:1000px;  margin-left:-20px; padding-top:5px;}
#Buttons a {color:#FFFFFF; font-weight:bold;}
#Buttons a:hover {color:#CCCCCC; }
#Buttons li { padding-right:20px; padding-left:20px; list-style-type: none; display: inline; border-right:#FFFFFF 1px solid; }
#LogoHome {
position:absolute;
	margin:0 auto;
	top:50px;
	width:100%;
	z-index:40;
	left: 35px;	
}
.Logo {margin:0 auto; width:1000px; text-align:center; }

#ContentBack {margin:0 auto; width:1025px; background-image:url(Images/ContentBack.jpg); background-repeat:repeat-y;  vertical-align:top;  }
.Content {width:900px; text-align:left; margin-left:60px;}
#ContentTitle {width:1024px; height:86px; font-size:20px; font-weight:bold; color:#FFFFFF; text-align:right; background-image:url(Images/HeaderTitle.jpg); background-repeat:no-repeat;}
.Titles { font-size:14px; font-weight:bold; border-bottom:#333333 1px solid;  }
#ContentButtons {
	margin:0 auto;
	width:100%;
	background-image:url(Images/ContentButtonBack.png);
	background-repeat:repeat-x;
	height:66px;
	z-index:35;
	position:absolute;
	top:86px;
	left: 0px;
	vertical-align:top;
}


#ContentButtons ul {color:#FFFFFF; font-weight:bold; min-width:1000px;  margin-left:-20px;padding-top:5px; }
#ContentButtons a {color:#FFFFFF; font-weight:bold;}
#ContentButtons a:hover {color:#CCCCCC; }
#ContentButtons li { padding-right:20px; padding-left:20px; list-style-type: none; display: inline; border-right:#FFFFFF 1px solid; }
.Clear {clear:both;}
