﻿/* Begin Universal Settings */
body
{
    padding: 0px;
    margin: 0px;
    font-family: Arial, Times, serif;
    font-size: 62.5%;
    background-color: #ffffff;
    color: #3F486E;
    margin-top: 0px;
    margin-bottom: 0px;
    background-image: url(Images/Background.gif);
}
input, select, th, td
{
    font-size:1.0em
}
li li, li li li, li p, td p, blockquote p  /* this keeps nested items from enlarging */
{
    font-size: 1em;
}
p, li
{
	font-size: 1.2em;
	line-height: 1.4em;
}
td
{
    font-size: 1.2em;
}
li.homepage
{
    list-style-image: url(Images/ListBullet2.gif);
    line-height: 1.8em;
}
.pageTitle
{
	font-size: 2.5em;
	color: #E45915;
	letter-spacing: 0em;
	font-style: italic;
}
h1
{
	font-size: 2.0em;
	color: #000000;
	letter-spacing: 0em;
	font-weight: normal;
}
h2
{
	font-size: 1.5em;
	color: #E45915;
	letter-spacing: 0em;
	font-weight: bold;
}
h3
{
	font-size: 1.25em;
	color: #3F486E;
	letter-spacing: 0em;
	font-weight: bold;
}
h4
{
	font-size: 1em;
	color: #000000;
	letter-spacing: 0em;
	font-weight: normal;
}
h5
{
	font-size: .85em;
	color: #000000;
	letter-spacing: 0em;
	font-weight: normal;
}
h6
{
	font-size: .75em;
	color: #000000;
	letter-spacing: 0em;
	font-weight: normal;
}
a:link	
{	
    color: #3F486E;
	text-decoration: underline;
}	
a:visited
{
	color: gray;
	text-decoration: underline;
}	
a:active
{
	color: gray;
	text-decoration: underline;
}	
a:hover
{
	color: #9E0B0E;
	text-decoration: underline;
}
hr
{
    color: Silver;
    height: 1px;
    border-top-style: dotted;
}
.indent
{
    margin-left: 30px;
}
/* End Universal Settings */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Begin Layout Settings */
#canvas
{
    width: 993px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 10px;
    background-color: white;
}
#mainWrap
{
    position: absolute;
    background-color: White;
    z-index: 80;
}
#leftColumn
{
    width: 217px;
    position: absolute;
    left: 0px;
    top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: white;
    z-index: 100;
}
#leftColumn .hdrLogo
{
    width: 200px;
    position: relative;
    top: 0px;
    margin-bottom: 10px;
    margin-left: 15px;
}
#leftColumnGrey
{
    width: 200px;
    position: relative;
    top: 0px;
    background-color: #EBEBEB;
    padding: 6px;
    padding-bottom: 10px;
}
#leftColumnLinks
{
    position: relative;
    top: 0px;
    background-image: url(Images/LinkBackground.gif);
    background-repeat: repeat-x;
    font-weight: bold;
    font-size: 1.2em;
    padding-top: 4px;
}
div.leftColLink
{
    border-bottom: solid 1px silver; 
}
img.leftLinks
{
    margin-left: 6px;
    margin-top: 3px;
}
a.leftLinks
{
    position: relative;
    top: -5px;
    margin-left: 4px;
    text-decoration: none;
}
div.leftColumnHeader
{
    background-image: url(Images/ContactHeaderBG.gif); 
    background-repeat: repeat-x; 
    position: relative; 
    top: 10px; 
}
div.leftColumnBox
{
    background-image: url(Images/LinkBackground.gif); 
    background-repeat: repeat-x; 
    position: relative; 
    top: 4px; 
    padding: 8px;
}
div.leftColumnBoxHeader
{
    width: 100%; 
    text-align: center; 
    color: #3F486E; 
    font-weight: bold; 
    font-size: 1.3em;
}
#rightColumn
{
    width: auto;
    height: auto;
    position: absolute;
    left: 237px;
    top: 0px;
    background-color: white;
    padding-top: 10px;
}
#rightColumn .header
{
    position: absolute;
    top: 0px;
    left: 0px;
}
/* End Layout Settings */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Begin Content Settings */
#rContent
{
    position: absolute;
    width: 993px;
    left: -237px;
    background-color: white;
}
#rContent .layout
{
    position: relative;
    left: 237px;
    width: 690px;
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 20px;
}
#rContent .mainFooter
{
    position: relative;
    top: 0px;
    left: 0px;
    background-color: #818086;
    height: 8px;
    width: 993px;
}
#rContent .footerContent
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 993px;
    background-image: url(Images/Background.gif);
    padding-top: 5px;
    padding-bottom: 20px;
    font-size: 1.1em;
}
.td1 /* this is for the "rules" page */
{
    font-size: 1.4em;
    font-weight: bold;
}
/* End Content Settings */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */