body {
	margin:0px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	Background-color : #cccccc; /*Outer suround color*/
     background: url(503.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
	}
	
#Content {
	width:1010px; /*Width of content box*/
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:13px; /*Padding between content and content box edge*/
	border:1px solid #333;
	background-color: #685834; /*Background color inside content box*/
	Font-family : Verdana, Arial , Sans Serif;
    Font-weight : normal;
    Font-size : 12px;
    Color : black;
	}
.maintext
{
    Font-family : Verdana, Arial , Sans Serif;
    Font-style : normal;
    Font-weight : normal;
    Font-size : 13px;
	Margin-top : 5px;
	Margin-bottom : 5px;
    Color : #000000;
}
h1
{
    Font-family : Verdana, Arial , Sans Serif;
    Font-style : normal;
    Font-weight : bold;
    Font-size : 24px;
	Margin-top : 5px;
	Margin-bottom : 5px;
    Color : #cc0000;
}
h2
{
    Font-family : Verdana, Arial , Sans Serif;
    Font-style : normal;
    Font-weight : bold;
    Font-size : 18px;
  	Margin-top : 5px;
	Margin-bottom : 5px;
    Color : rgb(153, 153, 0);
}

.copyright
{
    Font-family : Verdana, Arial , Sans Serif;
    Font-style : normal;
    Font-weight : normal;
    Font-size : 11px;
    Padding : 3px;
  	Margin-top : 5px;
	Margin-bottom : 5px;
    Color : #BA6921;
}
.credit
{
    Font-family : Verdana, Arial , Sans Serif;
    Font-style : normal;
    Font-weight : normal;
    Font-size : 11px;
    Padding : 3px;
  	Margin-top : 5px;
	Margin-bottom : 5px;
    Color : #69B3D8;
}
.footlinks
{
    Font-family : Verdana, Arial , Sans Serif;
    Font-style : normal;
    Font-weight : normal;
    Font-size : 9px;
    Padding : 5px;
  	Margin-top : 5px;
	Margin-bottom : 5px;
    Color : #B49753;
}

.addressblock
{
    Font-family : Verdana, Arial , Sans Serif;
    Font-style : normal;
    Font-weight : normal;
    Font-size : 12px;
    Padding : 8px;
  	Margin-top : 0px;
	Margin-bottom : 0px;
    Color : #000000;
}
.homephone
{
    Font-family : Verdana, Arial , Sans Serif;
    Font-style : normal;
    Font-weight : bold;
    Font-size : 14px;
    Padding : 1px;
  	Margin-top : 0px;
	Margin-bottom : 0px;
    Color : #000000;
}
.whiteheading
{
    Font-family : Verdana, Arial , Sans Serif;
    Font-style : normal;
    Font-weight : normal;
    Font-size : 20px;
    Padding : 3px;
  	Margin-top : 3px;
	Margin-bottom : 3px;
    Color : #ffffff;
}
H3
 {
    Font-family : Verdana, Arial , Sans Serif;
    Font-style : normal;
    Font-weight : bold;
    Font-size : 16px;
    Padding : 0px;
  	Margin-top : 0px;
	Margin-bottom : 0px;
    Color : #ffffff;
}

.seasontitle
{
    Font-family : Verdana, Arial , Sans Serif;
    Font-style : normal;
    Font-weight : bold;
    Font-size : 16px;
    Padding : 3px;
  	Margin-top : 3px;
	Margin-bottom : 3px;
    Color : #000000;
}

p.first{ color: blue; }
p.second{ color: red; }
