﻿/* CSS Document */

* { 
padding: 0px;
margin: 0px;
}

body {
	background-color: #ffffff;
	font-family:Verdana, Arial, Sans-Serif;
	font-size:10pt;
	text-align:center;
}

#container {
    margin-left:auto;
    margin-right:auto;
    width: 1008px;
    margin-top:25px;
}

#header {
    background-image:url(/images/IronBowl_03.jpg);
    background-repeat:no-repeat;
    overflow:hidden;
    height:112px;
    margin-left:-40px;  
}
.nav_img {
	text-decoration: none;
    border: none;
    vertical-align:bottom;
    float:left;
    overflow:hidden;
    clear:right;
}
.img {
	text-decoration: none;
    border: none;
    vertical-align:bottom;
    overflow:hidden;
}
.sliderImg {
	filter: Alpha(opacity=80);
	-moz-opacity:80;
	opacity:.80;
	border:none;
	text-decoration: none;
    border: none;
    vertical-align:bottom;
    float:left;
    overflow:hidden;
    clear:right;
}
.sliderImg2 {
	filter: Alpha(opacity=100);
	-moz-opacity:100;
	opacity:100;
	border:none;
	text-decoration: none;
    border: none;
    vertical-align:bottom;
    float:left;
    overflow:hidden;
    clear:right;
}
#Title {
    background-image:url(/images/IronBowl_15.jpg);
    height:25px;
    width:955px;
    overflow:hidden;
    background-repeat:no-repeat;
    margin-left:auto;
    margin-right:auto;
    margin-top:5px;
}
p {
    text-align:left;
    font-size:9pt;
    color:#333333;
    line-height:12pt;
}

.Date {
    font-weight:bold;
    color:#174a7b;
    margin-bottom:2px;
    
}

.Date2 {
    font-weight:bold;
    color:#ffffff;
    margin-bottom:2px;
    background-color:#174a7b;
    padding-left:3px;
    padding-bottom:2px;
    padding-top:2px;
}

hr {
    color:#174a7b;
    margin-right:5%;
    margin-bottom:5px;
}
.Bold {
    font-size:9pt;
    color:#174b7a;
    font-weight:bold;
}
#footer {
    background-color:#174a7b;
    height:17px;
    margin-left:auto;
    margin-right:auto;
    width:955px;
}

a:link {
	text-decoration: none;
	border: 0px;
	border: none;
	color: #174a7b;
	font-size:9pt;
}
a:visited {
	text-decoration: none;
	border: 0px;
	border: none;
	color: #174a7b;
}
a:hover {
	text-decoration: underline;
	border: 0px;
	border: none;
	color: #174a7b;
}
a:active {
	text-decoration: none;
	border: 0px;
	border: none;
	color: #174a7b;
}
