@charset "utf-8";
* {
    margin: 0px;
    padding: 0px;
}

html {
    background-image: url(/images/backgroundBody.gif);
    background-repeat: repeat-x;
    background-color: #ec9a34;
}

body {
    font: 12px/20px Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    color: #333333;
}

b,
a {
    color: #DB8215;
}

h1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333333;
}

h2 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 5px;
}

p {
    margin-bottom: 10px;
    margin-left: 5px;
}

ol,
ul {
    margin-bottom: 10px;
    margin-left: 40px;
}

td {
    padding: 4px;
}

input,
textarea {
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    color: #E08514;
    padding: 2px;
}

select {
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    color: #E08514;
}

.cellOrange {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #ED9A34;
}

#barbedLeft {
    position: absolute;
    left: -337px;
    top: -5px;
}

#barbedRight {
    position: absolute;
    left: 900px;
    top: -5px;
}

#content {
    width: 900px;
    position: relative;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    background-image: url(/images/backgroundContent.jpg);
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    margin-top: 5px;
    height: 600px;
}

#secureLogin {
    font: 10px Arial, Helvetica, sans-serif;
    position: absolute;
    top: 15px;
    left: 25px;
}

#secureLogin b {
    color: #333333;
}

#secureLogin td {
    padding: 3px;
}

#secureLogin input {
    font-size: 10px;
    color: #EB9935;
    padding: 2px;
}

#mainMenu {
    position: absolute;
    top: 56px;
    width: 870px;
    display: inline;
    left: 20px;
}

#mainMenu a {
    background-image: url(/images/linkLeft.gif);
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 26px;
    padding-right: 0px;
    padding-left: 15px;
    font: bold 12px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    text-decoration: none;
    margin-left: 3px;
    background-position: left 0px;
}

#mainMenu a:hover {
    background-image: url(/images/linkLeft.gif);
    background-repeat: no-repeat;
    background-position: left -26px;
}

#mainMenu span {
    background-image: url(/images/linkRight.gif);
    background-repeat: no-repeat;
    background-position: right 0px;
    display: block;
    padding-right: 15px;
    padding-left: 0px;
}

#mainMenu a:hover span {
    background-image: url(/images/linkRight.gif);
    background-repeat: no-repeat;
    background-position: right -26px;
}

#wrapper {
    width: 900px;
    background-image: url(/images/backgroundWrapper.gif);
    background-repeat: repeat-y;
    position: absolute;
    left: 0px;
    top: 330px;
}

#mainText {
    float: left;
    width: 590px;
    margin-left: 25px;
    margin-bottom: 10px;
    margin-top: 20px;
    display: inline;
}

#sideContent {
    display: inline;
    float: right;
    height: 435px;
    width: 250px;
    margin-top: 10px;
    margin-right: 20px;
}

#notePad {
    background-image: url(/images/notePadBackground.jpg);
    background-repeat: no-repeat;
    width: 571px;
}

#notePad p {
    margin-left: 90px;
    margin-right: 50px;
    font-size: 12px;
}

#footer {
    background-image: url(/images/backgroundFooter.gif);
    background-repeat: no-repeat;
    text-align: center;
    height: 48px;
    width: 900px;
    background-color: #EC9A34;
}

#footer p {
    display: block;
    width: 900px;
    padding-top: 20px;
}

#footer a {
    color: #FFFFFF;
    text-decoration: none;
}

.biggerText {
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
}

#rugby {
    background-image: url(/images/backgroundFutures.jpg);
    background-repeat: no-repeat;
    height: 209px;
    width: 600px;
    margin-bottom: 20px;
    color: #FFF;
}

#rugby h1 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #FFF;
    margin-left: 15px;
    padding-top: 60px;
}

#rugby p {
    width: 350px;
    margin-left: 15px;
}

#rugby a {
    color: #FFF;
}

#menu li {
    list-style: none;
}

#menu {
    margin: 0;
} 

.slicknav_nav a {
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    margin-left: 0 !important;
    border-bottom: 1px solid #fff !important;
}

.slicknav_menu{display: none;}

@media only screen and (max-width:1023px){

    #mainMenu {
	display: none;
    }
    #secureLogin {
	display: none;
    }
    .slicknav_menu{
	display: block;
	background: none;
    } 
#content {
    width: 100%;
    background-size: 100%;
    max-width: 900px;
}
#wrapper {
    width: 100%;
    background-image: url(/images/backgroundWrapper.gif);
    background-repeat: repeat-y;
    position: absolute;
    left: 0px;
    top: 130px;
}
#mainText {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 10px;
}
#rugby {
    background-image: url(/images/backgroundFutures.jpg);
    background-repeat: no-repeat;
    height: auto;
    width: 100%;
    margin-bottom: 20px;
    color: #FFF;
    background-size: 100% 100%;
}
#rugby p {
    width: 100%;
    margin-left: 0;
}
#footer p {
    display: block;
    width: 100%;
    padding-top: 20px;
}
#footer {
    background-image: url(/images/backgroundFooter.gif);
    background-repeat: no-repeat;
    text-align: center;
    height: 48px;
    width: 100%;
    background-color: #EC9A34;
}
#barbedLeft, #barbedRight {
    display: none;
}
*{box-sizing: border-box;}

#notePad {
    width: 100%;
}
.res-img{width: 100%; height: auto;}

.MsoTableGrid{
    width:100%;
}








}